Hi,
We have a custom board almost the same as EVM board with a 66AK2E05 on it. Until now we were using prebuilt images of MCSDK. Since lots of operations and the support are only possible on Processor SDK, we decided to port to processor SDK our existing platform.
Because of limited flash size on the EVM Board (only 4Gb) which makes it even worse for prebuilt images by Processor SDK, we wanted to change the flash size of 4Gb to a 8Gb one without adding any chip (same form factor of the flash chip).
We tried but the NAND device was not recognized by U-Boot.
Is it possible to have only one 8Gb flash?
We saw that the new evaluation board compatible with Processor SDK has two 4Gb flash chips.
We want to avoid this and not reengineer our custom board.
What did you suggest otherwise?