Created
December 20, 2023 17:54
-
-
Save a3f/e1a25c52526b90581eaaf0cf0a8423fe to your computer and use it in GitHub Desktop.
Simple Bootchooser + Bootloader Spec configuration with overlays
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# cat /env/nv/bootchooser.system1.boot | |
mmc0.root-a | |
# cat /env/nv/bootchooser.system2.boot | |
mmc0.root-b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# cat /mnt/mmc0.1/loader/entries/cm4s.conf | |
title My Cool OS | |
version 6.7 | |
options rootwait rw | |
linux kernel8.img | |
devicetree bcm2711-rpi-cm4s-io.dtb | |
devicetree-overlay overlays/overlay1.dtbo overlays/overlay2.dtbo | |
linux-appendroot true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment