Skip to content
New issue

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

Error Message from firmware update #113

Open
hydrogencl opened this issue Apr 12, 2020 · 0 comments
Open

Error Message from firmware update #113

hydrogencl opened this issue Apr 12, 2020 · 0 comments

Comments

@hydrogencl
Copy link

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:

    NOT_FOUND_9000c1

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant