Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit f7e730a

Browse files
committed
Upgrade included buildroot to git revision 083f853
(with some NOOBS-specific changes on top)
1 parent 86ba8d2 commit f7e730a

File tree

5,214 files changed

+164470
-107544
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,214 files changed

+164470
-107544
lines changed

BUILDME.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ cp "$IMAGES_DIR/zImage" "$FINAL_OUTPUT_DIR/recovery.img"
9595
cp "$IMAGES_DIR/rootfs.cpio.lzo" "$FINAL_OUTPUT_DIR/recovery.rfs"
9696

9797
# Ensure that final output dir contains files necessary to boot
98-
cp "$IMAGES_DIR/rpi-firmware/start_cd.elf" "$FINAL_OUTPUT_DIR/recovery.elf"
98+
cp "$IMAGES_DIR/rpi-firmware/start.elf" "$FINAL_OUTPUT_DIR/recovery.elf"
9999
cp "$IMAGES_DIR/rpi-firmware/bootcode.bin" "$FINAL_OUTPUT_DIR"
100100
cp "$IMAGES_DIR/cmdline.txt" "$FINAL_OUTPUT_DIR/recovery.cmdline"
101101
touch "$FINAL_OUTPUT_DIR/RECOVERY_FILES_DO_NOT_EDIT"

0 commit comments

Comments
 (0)