05-23-2020, 03:52 PM
(05-23-2020, 03:20 PM)dukla2000 Wrote: I added memtest=17 in /boot/boot.cmd
...
but clearly that isn't what is being used at boot
/boot/boot.cmd can be seen as the source code, and /boot/boot.scr the "compiled" version, which is the one actually used by u-boot (at least that's how it's done on Mobian, but afaik it's the same on other OS'es)
It can be generated using the following command:
Code:
mkimage -T script -A arm64 -C none -n pinephone -d /boot/boot.cmd /boot/boot.scr