Is there a step by step guide available to program a blank flash using a serial connection from scratch?
I have a DVEVM board into which I've fitted a blank flash. I've compiled the u-boot and kernel images, and I think I've successfully gotten the u-boot programmed into the blank flash using the sfh_DM35x utility (using the great step by steps given by Juan on http://community.ti.com/forums/p/2658/10521.aspx). I can boot the DVEVM from the flash and it tells me u-boot is running. I stop the autoboot when it invites me to, and I get the DM355 EVM# prompt.
Now I need to get the linux kernel image into the flash over the serial connection, is there a similar set of instructions for this?
Also could you confirm please that the errors I see during the boot are normal when only u-boot has been flashed in:
U-Boot 1.2.0 (May 14 2009 - 11:52:55)
DRAM: 128 MB
NAND: NAND device: Manufacturer ID: 0x20, Chip ID: 0xd3 (ST Micro NAND 1GiB 3,3V 8-bit)
Bad block table found at page 524224, version 0x01
Bad block table found at page 524160, version 0x01
No NAND device found!!!
1024 MiB
*** Warning - bad CRC or NAND, using default environment
Many thanks.