Skip to content

Commit

Permalink
need README file for boot config os_prefix to work
Browse files Browse the repository at this point in the history
  • Loading branch information
kdoren committed Dec 29, 2020
1 parent 7c304f7 commit 4cceedf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stage3/05-install-rt-kernel/00-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ cp -d ${ROOTFS_DIR}/tmp/rt/broadcom/bcm* ${ROOTFS_DIR}/boot/rt/
cp ${ROOTFS_DIR}/tmp/rt/boot/kernel8_rt.img ${ROOTFS_DIR}/boot//rt/
cp -dr ${ROOTFS_DIR}/tmp/rt/lib/* ${ROOTFS_DIR}/lib/
rm -rf ${ROOTFS_DIR}/tmp/rt
touch ${ROOTFS_DIR}/boot/rt/overlays/README

# append rt kernel options to /boot/config.txt
cat >> ${ROOTFS_DIR}/boot/config.txt << EOF
Expand Down

0 comments on commit 4cceedf

Please sign in to comment.