Recently, I debug the linux in DM3730. When I changed the boot parameters, the linux kernal cannot boot.
I changed boot parameters through the serial port :
setenv mmcargs 'setenv bootargs console=${console} mpurate=${mpurate} vram=${vram},omapdss def_disp=${defaultdisplay} omapfb.mode=dvi:${dvimode} root=${mmcroot} rootfstype=${mmcrootfstype} mem=120M@0x80000000'
When i made this change, the serial port information is as follows:
OMAP3 SBC8100_PLUS # boot
mmc1 is available
reading boot.scr
** Unable to read "boot.scr" from mmc 0:1 **
reading uImage
2543960 bytes read
reading ramdisk.gz
7615273 bytes read
Booting from mmc ...
## Booting kernel from Legacy Image at 80300000 ...
Image Name: Linux-2.6.32
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2543896 Bytes = 2.4 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux.............................................................................................................................................................. done, booting the kernel.