Hi ,
I am trying to boot linux on our custom board based on DM-368 which uses the ubl, uboot, kernel and filesystem provided in ti dvsdk 4.02.00.06. For evaluation purpose we were using the leopard board and it was booting on the leopard board with a SD card.
But once we started trying with our board, it hangs after the kernel is being uncompressed. The UBL used by default configures the system clock to 340 Mhz. So we tried reducing the clock frequency to 277 Mhz as in other configuration for the UBL. Surprisingly the linux is booting at that frequency. But for our application we need to run the system at 340 Mhz. Can anyone please help on this
Thanks and Regards
Avinash James
Here is the boot up log at full speed of 340 Mhz
DM36x initialization passed!
TI UBL Version: 1.50
Booting Catalog Boot Loader
BootMode = SD/MMC
Starting SDMMC Copy...
DONE
Jumping to entry point at 0x81080000.
U-Boot 2010.12-rc2 (Mar 24 2011 - 16:49:26)
Cores: ARM 432 MHz
DDR: 340 MHz
I2C: ready
DRAM: 128 MiB
NAND: 512 MiB
MMC: davinci: 0, davinci: 1
Bad block table found at page 131008, version 0x01
Bad block table found at page 262080, version 0x01
Bad block table found at page 130944, version 0x01
Bad block table found at page 262016, version 0x01
*** Warning - bad CRC, using default environment
Net: No ETH PHY detected!!!
DaVinci-EMAC
Hit any key to stop autoboot: 0
reading boot.scr
388 bytes read
## Executing script at 80600000
reading uImage
1873052 bytes read
## Booting kernel from Legacy Image at 80700000 ...
Image Name: Linux-2.6.18_pro500-davinci_IPNC
Created: 2012-08-07 10:02:12 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1872988 Bytes = 1.8 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux............................................................................................................................. done, booting the kernel.
After this the system hangs.