Using Robert Nelsons how to: Latest 3.17 kernel and trying to use the boot command line.
The uboot command line is as follows:
"console=ttymxc0,115200 ip=dhcp root=/dev/mmcblk0p1 rootwait rw mmcinfo ext2load mmc 0:1 0x10800000 uImage ext2load mmc 0:1 0x12000000 imx6q-darde.dtb bootm 0x10800000 - 0x12000000"
The question is how do I translate that into a working boot command line so that I can get to a login in on runlevel 2?
I added it to CONFIG_CMDLINE with multiple renditions to no avail.
I also disabled CONFIG_CMDLINE_FROM_BOOTLOADER
Thanks
The uboot command line is as follows:
"console=ttymxc0,115200 ip=dhcp root=/dev/mmcblk0p1 rootwait rw mmcinfo ext2load mmc 0:1 0x10800000 uImage ext2load mmc 0:1 0x12000000 imx6q-darde.dtb bootm 0x10800000 - 0x12000000"
The question is how do I translate that into a working boot command line so that I can get to a login in on runlevel 2?
I added it to CONFIG_CMDLINE with multiple renditions to no avail.
I also disabled CONFIG_CMDLINE_FROM_BOOTLOADER
Thanks
Comment