hi: I have three problem about BeagleBoard OMAP3530: one):
Can I download "u-boot.bin" to Nandflash by software tool "Download Utility" on BeagleBoard OMAP3530?
what address in Nandflash???
two):
Where can download this software tool? Please give URL.
three):
There is two startup stages on BeagleBoard OMAP3530, one is X-loader, and the other is u-boot. In the
X-loader source directory "x-loader/include/configs/omap3530beagle.h",
#define NAND_UBOOT_START 0x0080000
so, "u-boot.bin" must be downloaded to 0x0080000 in Nandflash. Since X-loader must be downloaded to
Nandflash of the 0x0 address, My problem is:
By the Download Utility, how to ensure that "u-boot.bin" can be downloaded to 0x0080000 address on
Nandflash???
Regards