Hi: I am't familiar with the 6467, but in dm355 the u-boot can update itself.
the command sequence: down the u-boot bin file: using uart or network for example: tftp 0x807000000 u-boot.bin nand erase <u-boot address in nand> 0x20000 //in dm355 the size of u-boot should be smaller than 128KB, otherwise, you have to take more actions. nand write 0x80700000 <u-boot address in nand> 0x20000 Lori Gao R&D center(Shanghai) Rayco (Shanghai) Medical Products Company Limited Carestream Health Inc. gather bzbz <[email protected]> Sent by: [email protected] 03/04/2009 10:12 AM Please respond to [email protected] To [email protected] cc Subject uboot upgrade Hi, I made some changes to the u-boot, but how to program the new uboot.bin into the nand on the DM6467? I mean, by using the uboot commands, instead of the JTAG/CCS. Could not find related info. Thanks for your help! _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
_______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
