d26cc84c32
This removes u-boot from our image and allows booting via an UEFI-compatible platform firmware instead. So to flash pmOS on the PPP now we will require the user to flash Tow-Boot to the SPI. See the edge post for more information. Related: https://postmarketos.org/edge/2022/03/28/ppp-tow-boot/ Co-Authored-By: Oliver Smith <ollieparanoid@postmarketos.org>
6 lines
261 B
INI
6 lines
261 B
INI
timeout=0
|
|
|
|
menuentry "postmarketOS" {
|
|
linux ($root)/vmlinuz console=tty0 earlycon=uart8250,mmio32,0xff1a0000 console=ttyS2,115200 panic=10 coherent_pool=1M loglevel=5 mem_sleep_default=s2idle PMOS_NO_OUTPUT_REDIRECT fw_devlink=off
|
|
initrd ($root)/initramfs
|
|
}
|