bf80624975
Also, since with Linux commit [1] it's been defined the mmc* order making sd-card number to be 1 instead of 0. This prevent to boot from mmc0 with Linux version 5.10+ so let's change mmcblk0p4 to mmcblk1p4 in extlinux.conf in order to boot since we bump to Linux 6.5.7 [1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=0011c6d182774fc781fb9e115ebe8baa356029ae Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 lines
157 B
Plaintext
5 lines
157 B
Plaintext
label RK3399_ROCKPRO64 linux
|
|
kernel /Image
|
|
devicetree /rk3399-rockpro64.dtb
|
|
append earlycon=uart8250,mmio32,0xff1a0000 root=/dev/mmcblk1p4 rw rootwait
|