Hi,
I compiled new linux kernel from "AM35x-OMAP35x-PSP-SDK-03.00.00.05.tar", with new modules (ie: for switch SMSC LAN 9311 on LOGIC PD board).
I compiled u-boot to have u-boot.bin and kernel to have uImage, and copied both on SDcard.
When I boot the board with card, X-Loader and U-Boot work, read linux Image but stop after "Starting kernel...", there is no "uncompressing linux..................." like with original version :
Texas Instruments X-Loader 1.46 (Jan 22 2011 - 01:46:00)
Starting X-loader on MMC
Reading boot sector
214940 Bytes Read from MMC
Starting OS Bootloader from MMC...
Starting OS Bootloader...
U-Boot 2009.11 (Mar 19 2010 - 19:46:20)
OMAP34xx/35xx-GP ES1.0, CPU-OPP2 L3-165MHz
AM3517EVM Board + LPDDR/NAND
I2C: ready
DRAM: 256 MB
NAND: 512 MiB
*** Warning - bad CRC or NAND, using default environment
In: serial
Out: serial
Err: serial
Die ID #0736000100000000015da3960e01f01d
Net: davinci_emac_initialize
Ethernet PHY: GENERIC @ 0x00
DaVinci EMAC
Hit any key to stop autoboot: 0
mmc1 is available
reading boot.scr
Invalid FAT entry
** Unable to read "boot.scr" from mmc 0:1 **
reading uImage
3114428 bytes read
Booting from mmc ...
## Booting kernel from Legacy Image at 82000000 ...
Image Name: Linux_perso
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3114364 Bytes = 3 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
I used mkimage to configure Load Address and Entry Address with same values as example but nothing.
Someboby can help me ?
Thanks