Hi,
I have a Mistral 3530 EVM. I just get it out of pack and followed the startup guide. After boot, it freezes at linux startup. If you can help, I would be very happy.
Thanks,
Fatih
Here is serial port output:
Texas Instruments X-Loader 1.41
Starting OS Bootloader...
U-Boot 1.1.4 (Jun 5 2008 - 17:53:37)
OMAP3-GP rev 2, CPU-OPP2 L3-165MHz
OMAP3EVM 1.0 Version + mPOP (Boot NAND)
DRAM: 128 MB
NAND:256 MiB
Reading data from 0x25f800 -- 100% complete.
In: serial
Out: serial
Err: serial
Reseting CHIP... Done
LAN9x18 (0x01150002) detected.
Setting mac address: 00:50:c2:7e:8c:70
start Auto negotiation... (take ~2sec)
Auto negotiation complete, 100BaseTX, full duplex
Hit any key to stop autoboot: 0
NAND read: device 0 offset 0x280000, size 0x200000
Reading data from 0x47f800 -- 100% complete.
2097152 bytes read: OK
## Booting image at 80000000 ...
Image Name: Linux-2.6.22.18-omap3
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1898688 Bytes = 1.8 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
OK
Starting kernel ...
Uncompressing Linux.............................................................
.................................................................. done, booting
the kernel.
And here is the environment variables:
OMAP3EVM # printenv
bootargs=mem=128M console=ttyS0,115200n8 noinitrd root=/dev/mtdblock4 rw rootfst
ype=jffs2
baudrate=115200
ipaddr=192.168.1.10
serverip=192.168.1.20
preboot=
gatewayip=192.168.1.1
netmask=255.255.255.0
bootfile="uImage"
get_kernel=run nand_kernel
get_initrd=run nand_initrd
nand_kernel=nand read.i 0x80000000 280000 200000
nand_initrd=nand read.i 0x81600000 780000 1000000
tftp_kernel=tftpboot 0x80000000 uImage
tftp_initrd=tftpboot 0x81600000 ramdisk.gz
bootargs_rd=mem=128M console=ttyS0,115200n8 root=/dev/ram0 initrd=0x81600000,40M
ramdisk_size=40960
bootargs_fs=mem=128M console=ttyS0,115200n8 noinitrd root=/dev/mtdblock4 rw root
fstype=jffs2
bootargs_nfs=mem=128M console=ttyS0,115200n8 noinitrd rw root=/dev/nfs nfsroot=/
mnt/nfs,nolock
addip=setenv bootargs $(bootargs) ip=$(ipaddr):$(serverip):$(gatewayip):$(netmas
k):$(hostname):eth0:on
boot_rd=run get_kernel; run get_initrd; setenv bootargs $(bootargs_rd); run addi
p; bootm 0x80000000
boot_fs=run get_kernel; setenv bootargs $(bootargs_fs); run addip; bootm 0x80000
000
boot_nfs=run get_kernel; setenv bootargs $(bootargs_nfs); run addip; bootm 0x800
00000
bootcmd=run boot_fs
bootdelay=6
ethaddr=00:50:c2:7e:8c:70
stdin=serial
stdout=serial
stderr=serial
mmcboot=mmcinit;fatload mmc 0 0x80000000 uImage;fatload mmc 0 0x81600000 ramdisk
.gz;bootm 0x80000000
Environment size: 1315/131068 bytes