Other Parts Discussed in Thread: OMAP-L138, OMAPL138
I have tried to generate a bootable SD card from the prebuilt images provided by the new Processor SDK package, both to get my head around building the SDK/images and to update the provided SD card which only contained the MCSDK.
We are in very early development stages, and thought it would be a good fit to use the newly released Processor SDK package for the OMAP-L138-LCDK board.
I've used the supplied bin/create_sdcard.sh script and can see no errors in creating the required partitions... There is a message stating that the MLO file was not found while copying the boot partition. Im not sure if this is important.
I then use the prepared SD card to boot the device, and I see the following messages:
MMC: davinci: 0 Bad block table found at page 262080, version 0x01 Bad block table found at page 262016, version 0x01 In: serial Out: serial Err: serial ARM Clock : 456000000 Hz DDR Clock : 150000000 Hz Net: Ethernet PHY: GENERIC @ 0x07 DaVinci-EMAC Hit any key to stop autoboot: 0 MMC: block number 0x1 exceeds max(0x0) ** Can't read from device 0 ** ** Unable to use mmc 0:1 for fatload ** Wrong Image Format for bootm command ERROR: can't get kernel image! U-Boot >
I have seen similar messages on this forum so I have tried more than one SD card...
I have also tried to use a number of different TI scripts to generate SD cards (from linux SDK package), most of which are out of data and provide incorrect parameters to sfdisk.
I have worked with beagle bone in previous projects, and did not think this would be so hard...
Would it be worthwhile providing a simple bootable ISO image file so we can simply dd into our SD card?