Hal Martin
Hal Martin
**Describe the bug** The "whole portfolio" view in the app shows the sum of the holdings of each stock, however it appears to be based on a simple `sum()` of...
# Summary Meraki `brumby` is the codename for the Broadcom [Hurricane3](https://www.broadcom.com/products/ethernet-connectivity/switching/strataxgs/bcm56160-series) based MS225 (and MS210?) switches. The MS225 switches use a completely different ASIC (Broadcom BCM56160; ARM Cortex A9 softfloat)...
There is no UI in the firmware to configure the switch. Users are required to use SSH if they want to make changes to the switch configuration. This is not...
**Disclaimer**: The following proposal is regarding upgrading the alternative firmware on the switch and does not apply to the initial flashing to replace the Meraki firmware. There is currently no...
Currently, the switch boots to a default configuration of [VLAN 1 untagged on every port](https://github.com/halmartin/meraki-builder/blob/master/buildroot/board/meraki/ms200/overlay/etc/init.d/S10meraki#L107). While this is useful for the initial configuration, it has the potential to expose connected...
u-boot has basic support for the luton26, including [networking support](https://gitlab.denx.de/u-boot/u-boot/-/blob/master/arch/mips/mach-mscc/phy.c). It is possible to build and boot u-boot on the MS220-8P with functional networking: ``` U-Boot 2019.10 (Apr 04 2020...
As mentioned in #4, it is possible to build and boot u-boot on the MS220-8P: ``` U-Boot 2019.10 (Apr 04 2020 - 09:26:23 +0000) MSCC VCore-III MIPS 24Kec Model: Luton26...
The init script [S03gpio](https://github.com/halmartin/meraki-builder/blob/master/buildroot/board/meraki/ms200/overlay/etc/init.d/S03gpio) currently auto-configures the PD690xx for PoE. This allows for "plug-and-play" PoE functionality on the switch (at least on the MS220-8P; I don't have other Meraki PoE...
The current build instructions involve multiple stages, including building the "OpenWrt" toolchain provided in the GPL archive from Meraki. This is cumbersome and inefficient. It would be much simpler and...
Currently `S10meraki` sets the [IP address during boot](https://github.com/halmartin/meraki-builder/blob/master/buildroot/board/meraki/ms200/overlay/etc/init.d/S10meraki#L169-L189) and then it assumes the IP address from DHCP never changes. This doesn't fit all environments, so it would be better if...