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.

Nandi2c Boot

Hi

I try to boot using nandi2c method. The nand i using is NAND256W3A2BN6E, (256Mbit, 8bit) base on the nand datasheet page 7,

page size is 2^9 = 512, N=9

page per block is 16k/512 = 32, 2^5 = 32, N=5

and base on the datasheet page 21:

 

 

 

 

 

The column address is 1 byte

the row address is 2 bytes

by refering the AM335x TRM table 26-16, i burn an EEPROM with following address and data:

address = 0x80, data = 0x10

address = 0x81, data =  0xb3

address = 0x82, data = 0x57

address = 0x83, data = 0xa6

address = 0x84, data = 0x12

address = 0x85, data = 0x95

address = 0x86, data = 0x00

i have burn the MLO file into the nand flash, but still can't boot from nandi2c.

any idea? am i done something wrong or missing something?

Thanks and Regards

Keldy