mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
55ca589ab9e6e719c1e1f9fc72997d1643d28fe3
The busybox implementation of find does not detect recursive nested symlinks, this results in it finding multiple instances of of_node matching -samefile, the result of which then fails the -e path test. The of_node symlink we're tyring to find should match the path /sys/bus/nvmem/devices/*/of_node so just limit the find depth to 3 as there's no point searching deeper than that. Signed-off-by: Allan Xavier <mr.a.xavier@googlemail.com>
rpi-eeprom
This repository contains the scripts and pre-compiled binaries used to create the rpi-eeprom package which is used to update the Raspberry Pi 4 bootloader and VLI USB controller EEPROMs.
Support
Please check the Raspberry Pi general discussion forum if you have a support question.
Reset to factory defaults
To reset the bootloader back to factory defaults use Raspberry Pi Imager to write an EEPROM update image to a spare SD card. Select Misc utility images under the Operating System tab.
Bootloader documentation
Description
Languages
Shell
63.8%
Python
35.6%
Standard ML
0.6%