Hardware: BrickPi3 + Raspberry Pi Zero W
OS: Raspian Buster Lite
When I am try to update the firmware by executing the shell script brickpi3samd_flash_firmware.sh, there pop up the error message:
I just simply modify the first if paragraph and add these lines after
elif [ "$RPI_VERSION" == "RPI4" ] ; then
# use rpi2 interface config file
INTERFACE_FILE="rpi4.cfg":
else
INTERFACE_FILE="rpi1.cfg"
to force using the rpi1.cfg to update the firmware. Hope this method can solve this issue.
Hardware: BrickPi3 + Raspberry Pi Zero W
OS: Raspian Buster Lite
When I am try to update the firmware by executing the shell script
brickpi3samd_flash_firmware.sh, there pop up the error message:I just simply modify the first
ifparagraph and add these lines afterto force using the
rpi1.cfgto update the firmware. Hope this method can solve this issue.