Skip to content

Instantly share code, notes, and snippets.

@a3f
Created December 20, 2023 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save a3f/e1a25c52526b90581eaaf0cf0a8423fe to your computer and use it in GitHub Desktop.
Save a3f/e1a25c52526b90581eaaf0cf0a8423fe to your computer and use it in GitHub Desktop.
Simple Bootchooser + Bootloader Spec configuration with overlays
# cat /env/nv/bootchooser.system1.boot
mmc0.root-a
# cat /env/nv/bootchooser.system2.boot
mmc0.root-b
# 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