We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
brickpi3samd_flash_firmware.sh
NOT_FOUND_9000c1
I just simply modify the first if paragraph and add these lines after
if
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.
rpi1.cfg
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 afterto force using the
rpi1.cfg
to update the firmware. Hope this method can solve this issue.The text was updated successfully, but these errors were encountered: