HI,ALL
download uImage and copy it to NAND partion
#tftp 0x80700000 uImage
#nand erase 0x400000 0x200000
...........
please tell me how to calculate it about 0x400000 and 0x200000? Thank you!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
HI,ALL
download uImage and copy it to NAND partion
#tftp 0x80700000 uImage
#nand erase 0x400000 0x200000
...........
please tell me how to calculate it about 0x400000 and 0x200000? Thank you!
Hi, see this link:
http://wiki.davincidsp.com/index.php?title=Writing_Kernel_Image_to_NAND_Flash
....which should explain things for you. Basically the 0x400000 is fixed as that's where the kernel image will be in flash, and the 0x20000 is the size of the flash block where the kernel will be. The link above shows the calculation of page/block sizes.