Hi,
I downloaded kernel image into DDR2 at address 0xC0700000 but messages into logs stop to "Starting kernel ..."
My board is like omapl138_lcdk board excepted I have to change uart number to UART1 for kernel.
I modified these files below like described in forum but it doesn't work.
(Please visit the site to view this file)
Could you help me please?
If I put off environment variable "verify" to yes in UBOOT; I have a CRC error (it's peraps one of reason of issue)
Thanks
Sebastien
Here my logs at starting:
---------------------------------------------------------------------------------------------------------------------------------
U-Boot > setenv verify no
U-Boot > setenv bootargs console=ttyS1,115200n8 root=/dev/mmcblk0p2 rw rootwait ip=off
U-Boot > pri
baudrate=115200
bootargs=console=ttyS1,115200n8 root=/dev/mmcblk0p2 rw rootwait ip=off
bootcmd=if mmc rescan 0; then if fatload mmc 0 0xc0600000 boot.scr; then source 0xc0600000; else fatload mmc 0 0xc0700000 uImage; bootm c0700000; fi; else sf probe 0; sf read 0xc0700000 0x80000 0x220000; bootm 0xc0700000; fi
bootdelay=3
bootfile=uImage
ethact=DaVinci-EMAC
ethaddr=00:00:88:fe:fa:c3
filesize=24AAF0
stderr=serial
stdin=serial
stdout=serial
ver=U-Boot 2012.04.01 (Jun 09 2014 - 14:18:59)
verify=no
Environment size: 527/65532 bytes
U-Boot > bootm c0700000
## Booting kernel from Legacy Image at c0700000 ...
Image Name: Linux-3.3.0
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2402992 Bytes = 2.3 MiB
Load Address: c0008000
Entry Point: c0008000
Loading Kernel Image ... OK
OK
Starting kernel ...
---------------------------------------------------------------------------------------------------------------------------------