OpenWRT flash br200-wp notes
https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=95d5a99537a587103976120de0b0ba4d27e07d62
Flashing:
1. Hook into UART (9600 baud) and enter U-Boot. You may need to enter a
password of administrator or AhNf?d@ta06 if prompted.
2. Once in U-Boot, tftp boot the initramfs image:
dhcp; setenv serverip 192.168.1.3;
tftpboot 0x2004000 openwrt-mpc85xx-p1010-aerohive_br200-wp-initramfs-kernel.bin;
bootm 0x2004000;
3. Once booted, scp over the sysupgrade file and sysupgrade the device
to flash LEDE to the NOR.
Info for kernel and sysupgrade are provided here https://openwrt.org/toh/hwdata/aerohive/aerohive_br200-wp
When you run sysupgrade I used:
sysupgrade -n -v /tmp/firmware_image.bin
per the information here https://openwrt.org/docs/guide-user/installation/sysupgrade.cli
Please know the first boot takes a long time.