Hi,
Can some one guide me for setting boot args for wandboard quad.. I have followed the settings from
https://linuxlink.timesys.com/docs/gsg/wandboard#SECTION00042000000000000000=> setenv bootargs 'console=ttymxc0,115200 ip=dhcp root=/dev/mmcblk0p1 rw rootwait'
=> setenv bootcmd 'mmc rescan; ext2load mmc 0 12000000 /boot/uImage; bootm'
=> saveenv
=> mmc rescan
=> ext2load mmc 0 12000000 /boot/uImage
bootm
But it exactly stops after displaying
## Booting kernel from Legacy Image at 12000000 ...
Image Name: Linux-3.0.35
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3843916 Bytes = 3.7 MiB
Load Address: 10008000
Entry Point: 10008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
Starting kernel ...
Please do let me know the correct boot arguments to be set for wandboard to boot up
Regards,
Pavan