Other Parts Discussed in Thread: OMAP-L138
Hi,
prelude:
I have followed the instructions from http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/dvsdk/DVSDK_4_00/latest/index_FDS.html, including setting up a virtual machine, of course. I then tried to follow the latest SDK-Guide. I went from "creating an SD-card" to "flashing it" and back all steps were successful. (I used an 1GB SD-card.)
At step 5 I tried to run the script: host $ ${DVSDK}/bin/setup-uboot-env.sh
This failed, at least nothing happened. It appears to me that minicom 2.4 can't connect to the board.
OPTIONS: I18n
Compiled on Jan 25 2010, 06:49:09.
Port /dev/ttyS2
Press CTRL-A Z for help on special keys
PuTTy works with the same settings though.
After trying a few times I decided to run the commands from the script via PuTTy myself. This included editing the original environment variables, which I unfortunately didn't back up. The board used to boot up by just turning it on. I tried to fix it by setting but it didn't really help:
setenv bootargs 'mem=32M console=ttyS2,115200n8 root=/dev/ram0 rw initrd=0xc1180000,4M ip=off'
setenv bootcmd 'sf probe 0;sf read 0xc0700000 0x80000 0x200000;sf read 0xc1180000 0x280000 0x300000;bootm 0xc0700000'
variables:
U-Boot > printenv
ethaddr=00:08:ee:03:70:2c
ipaddr=192.168.227.196
bootfile=uImage
serverip=192.168.227.123
bootdelay=4
baudrate=115200
oldbootargs=${bootargs}
oldbootcmd=${bootcmd}
bootargs=mem=32M console=ttyS2,115200n8 root=/dev/ram0 rw initrd=0xc1180000,4M ip=off
bootcmd=sf probe 0;sf read 0xc0700000 0x80000 0x200000;sf read 0xc1180000 0x280000 0x300000;bootm 0xc0700000
stdin=serial
stdout=serial
stderr=serial
ver=U-Boot 2009.11 (Mar 24 2011 - 23:24:35)
booting:
U-Boot 2009.11 (Mar 24 2011 - 23:24:35)
I2C: ready
DRAM: 64 MB
MMC: davinci: 0
In: serial
Out: serial
Err: serial
ARM Clock : 300000000 Hz
DDR Clock : 132000000 Hz
Net: Ethernet PHY: GENERIC @ 0x00
Hit any key to stop autoboot: 0
8192 KiB M25P64 at 0:0 is now current device
## Booting kernel from Legacy Image at c0700000 ...
Image Name: Linux-2.6.33-rc4
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2113688 Bytes = 2 MB
Load Address: c0008000
Entry Point: c0008000
Verifying Checksum ... Bad Data CRC
ERROR: can't get kernel image!
Could anyone please provide me with the correct settings?
Just in case this doesn't work out, what would be the quickest way to get the system back running?
Any help would be very appreciated,
Mathias