e3154dd055
Since 00648d0282dcca1da453c0b20d27e24bf901a854, the correct serial console name is ttySx instead of the older ttyOx. Reflect this in cmdline passed to kernel via u-boot [ci:skip-build]: already built successfully in CI
14 lines
378 B
Batchfile
14 lines
378 B
Batchfile
setenv mmcnum 0
|
|
setenv mmcpart 1
|
|
setenv mmctype ext2
|
|
setenv setup_omap_atag 1
|
|
setenv bootargs init=/init.sh rw console=tty0 console=ttyS2 PMOS_NO_OUTPUT_REDIRECT PMOS_FORCE_PARTITION_RESIZE
|
|
setenv mmckernfile /uImage
|
|
setenv mmcinitrdfile /uInitrd
|
|
setenv mmcscriptfile
|
|
echo Loading initramfs
|
|
run initrdload
|
|
echo Loading kernel
|
|
run kernload
|
|
echo Booting kernel
|
|
run kerninitrdboot
|