- Bump Linux kernel to v6.8.10. The Devicetree has moved; update our config accordingly. - Bump U-Boot to 2023.04. This is the most recent version we can use as U-Boot 2023.07 dropped support for the uevm. OpenSSL is now required for the build. The default boot method has changed; switch to booting with an extlinux configuration to overcome this. Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 lines
142 B
Plaintext
5 lines
142 B
Plaintext
label uevm5432-buildroot
|
|
kernel /zImage
|
|
fdt /omap5-uevm.dtb
|
|
append root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait console=ttyO2,115200
|