1
0
Fork 0

Add kernel arquments to define rootfs type and disable standard serial prints

steinar/yocto-build-makeover
Risto Avila 2017-08-17 11:08:55 +03:00 committed by Martin T. H. Sandsmark
parent 7fe6264cbc
commit 520071730c
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@
"por=undefined\0" \
"mmcargs=setenv bootargs console=${console},${baudrate} " \
"systemd.crash_reboot=true memtest " \
"root=/dev/mmcblk1p${active_partition} rootwait rw por=${por};\0" \
"root=/dev/mmcblk1p${active_partition} rootwait rootfstype=ext4 quiet rw por=${por};\0" \
"loadimage=ext4load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \
"loadfdt=ext4load mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \
"mmcboot=echo Booting from mmc ...; " \
@ -106,7 +106,7 @@
"fi; " \
"setenv mmcpart ${fallback_partition}; " \
"setenv bootargs console=${console},${baudrate} " \
"root=/dev/mmcblk1p${fallback_partition} rootwait rw " \
"root=/dev/mmcblk1p${fallback_partition} rootwait rootfstype=ext4 quiet rw " \
"systemd.log_level=debug systemd.log_target=kmsg memtest " \
"log_buf_len=1M printk.devkmsg systemd.journald.forward_to_console=1; " \
"run mmcboot;\0" \