"bootargs=root=/dev/ram rw console=ttyS0,115200\0" \ Expand Down 6 changes: 1 addition & 5 deletions6include/configs/el6x_common.h Original file line numberDiff line numberDiff line change Expand Up@@ -10,8 +10,6 @@ #include<linux/stringify.h> ...
# Config CMA size in environment export RK_BOOTARGS_CMA_SIZE="66M" export RK_BOOTARGS_CMA_SIZE="1M" # Kernel dts export RK_KERNEL_DTS=rv1106g-luckfox-pico-ultra-w.dts Expand Down 4 changes: 2 additions & 2 deletions 4 project/cfg/BoardConfig_IPC/BoardConfig-SD_CARD-Ubuntu-RV1103_...
Tunstall:~$ setenv bootargs console=ttyO1,115200n8 lpj=3590144 root=/dev/nfs nfsroot=192.168.82.137:/tools/rootfs_dir/srini/Rootfs rootwait ip=dhcp Tunstall:~$ bootz 0x82000000 - 0x88000000 Kernel image @ 0x82000000 [ 0x000000 - 0x24bbd0 ] ## Fla...
memsize=cma=128Mmmcargs=setenv bootargs console=${console},${baudrate} ${memsize} root=${mmcroot}mmcautodetect=yesmmcboot=echo Booting from mmc ...; run detectmem; run mmcargs; echo baseboard is ${baseboard}; run setfdt; if test ${boot_fdt} = yes || test ${boot_fdt;mmcdev=0...
bootargs console=${console} root=${nand_root} init=${init} ion_cma_512m=120m ion_cma_1g=176m ion_carveout_512m=96m ion_carveout_1g=150m coherent_pool=4m loglevel=${loglevel} partitions=${partitions} setargs_mmc=setenv bootargs console=${console} root=${mmc_root} init=${init} ...
Added "console=ttyS0,115200 earlycon=uart8250,mmio32,0x80300000" to bootargs parameter on device tree file. Set CONFIG_SERIAL_8250 from y to m on kernel config file. Useed uart8250, then built kernel. Result: The kernel message can't be printed when this system was startuping. Expect:...