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.

Change NAND size from 256MB to 512MB

Hi there,

If I am changing the NAND chip from 256MB to 512MB on the dm8168 EVM board.

 Device ID : 0xcc
 Manufacture ID : 0x2c
 Page Size : 2048 Bytes
 Spare Size : 64 Bytes
 Pages_Per_Block : 64
 Number_of_Blocks : 4096
 Device_width : 2 Byte
 DeviceSize : 512 MB

what should I change on the uboot and Linux kernel? Thanks in Advance.

Kevin

  • hello

    what should I change on the uboot and Linux kernel?

    > please also remember to check following

    a. addressing cycle table 

    b. command table 

    before the above, the following should be check first ~

    a. AC/DC/programming/erasing characteristic

  • Thanks, HappyNewYear, I think the address cycle and command table are the same with the one come with the EVM board, I am already test it on the EVM board, it works good so far, what I concerned is on the software side, like NAND partitions in Linux kernel, cause the size is doubled, Do I need modify some place there?