This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

The ZOOM AM3517 can't launch Linux system

Other Parts Discussed in Thread: AM3517

hi ,

   I have setup ti-sdk-am3517-evm-05.02.00.00-Linux-x86-Install.and compile the AM3517 linux system (linux-2.6.37-psp04.02.00.07) like this:

1. make ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi- distclean

2. make ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi-  am3517_evm_defconfig

3. make ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi- uImage

4. cp arm/boot/uImage /tftpboot/

so I have a linux uImage, then , power on the kit, and display , after the kit uncompress, The linux kernel can't running next, only remaind:

Uncompressing Linux... done, booting the kernel.

why?

could you give me some good idea?


attachment:

OMAP3517EVM # tftp 0x80000000 uImage-0720
TFTP from server 192.168.1.121; our IP address is 192.168.1.155
Filename 'uImage-0720'.
Load address: 0x80000000
Loading: ###########################T ####################################T ##
         ####################T #############################################
         #################################################################
         #############T ###################T ###T ############T ##################
         ###############T ####T ##########################################T ####
         ##T ###########T ##########T ######################################T ####
         #######T ##########################################################
         ###T #####################T #########################################
         ############################################################T #####
         ################
done
Bytes transferred = 3075800 (2eeed8 hex)
OMAP3517EVM # nand erase 0x280000 0x300000

NAND erase: device 0 offset 0x280000, size 0x300000
Erasing at 0x560000 -- 100% complete.
OK
OMAP3517EVM # nand write 0x80000000 0x280000 0x300000

NAND write: device 0 offset 0x280000, size 0x300000
 3145728 bytes written: OK
OMAP3517EVM # bootm 0x80000000
## Booting kernel from Legacy Image at 80000000 ...
   Image Name:   Linux-2.6.37
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3075736 Bytes =  2.9 MB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.