Skip to content

Commit

Permalink
Merge pull request #8472 from HiassofT/le12-noobs
Browse files Browse the repository at this point in the history
scripts/image: Fix RPi4 and RPi5 noobs build
  • Loading branch information
CvH authored Jan 2, 2024
2 parents c80f98a + 072f535 commit 53c34f3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/image
Original file line number Diff line number Diff line change
Expand Up @@ -427,10 +427,6 @@ if [ "${1}" = "release" -o "${1}" = "mkimage" -o "${1}" = "noobs" ]; then
fi
done

cp -PR ${INSTALL}/usr/share/bootloader/bootcode.bin ${RELEASE_DIR}/${NOOBS_DISTRO}/System/
cp -PR ${INSTALL}/usr/share/bootloader/fixup.dat ${RELEASE_DIR}/${NOOBS_DISTRO}/System/
cp -PR ${INSTALL}/usr/share/bootloader/start.elf ${RELEASE_DIR}/${NOOBS_DISTRO}/System/

# Copy system files
cp ${TARGET_IMG}/${IMAGE_NAME}.system ${RELEASE_DIR}/${NOOBS_DISTRO}/System/SYSTEM
cp ${TARGET_IMG}/${IMAGE_NAME}.kernel ${RELEASE_DIR}/${NOOBS_DISTRO}/System/kernel.img
Expand Down

0 comments on commit 53c34f3

Please sign in to comment.