Skip to content

Error Message from firmware update #113

@hydrogencl

Description

@hydrogencl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions