Skip to content

Instantly share code, notes, and snippets.

@sbourdelin
Forked from a3f/bootchooser
Created December 21, 2023 09:23
Show Gist options
  • Save sbourdelin/31398c62a63be8e09144a4a80b563525 to your computer and use it in GitHub Desktop.
Save sbourdelin/31398c62a63be8e09144a4a80b563525 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