|
When I compile the kernel, this is the value of CONFIG_CMDLINE in .config
CONFIG_CMDLINE="mem=64M console=ttyS0,115200 initrd=0x21100000,3145728 root=/dev/mtdblock1 rw"
When I boot the board in U-boot, this is bootargs, as seen from printenv:
bootargs=console=ttyS0,115200 root=/dev/mtdblock1 mtdparts=at91_nand:128k(bootst rap)ro,256k(uboot)ro,128k(env1)ro,128k(env2)ro,2M(linux),-(root) rw rootfstype=j ffs2
Do these need to match better? The kernel doesn't boot, it just hangs at
Uncompressing Kernel Image ... OK Starting kernel ...
|