Part Number:OMAP-L138
Tool/software: TI C/C++ Compiler
Hello experts,
I have a u-boot.bin file that needs to be written to location 0x40000 on a NAND device (happens to be exactly where MTD partition 1 begins). Here's how Linux sees the NAND partitions:
Creating 7 MTD partitions on "davinci_nand.1":
0x000000000000-0x000000020000 : "u-boot env"
0x000000020000-0x000000040000 : "UBL"
0x000000040000-0x0000000c0000 : "u-boot"
0x000000200000-0x000000400000 : "kernel"
0x000000400000-0x000001400000 : "filesystem"
0x000001400000-0x000002400000 : "ap4_fs"
0x000002400000-0x000020000000 : "filesystem_large"
How can I take the u-boot.bin file and get U-Boot to load it in from location 0x40000 ? (Don't think just using AISgen will do it)
Any help would be greatly appreciated. Consultants are welcome (we're in a time crunch..)
much thanks,
Bill