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.
Hello,
I'm finding EMIF Nor flash writer for writing boot image to nor flash.
only 3 types of writers (SPI NOR, EMIF NAND, EEPROM) are offered.
so should I have to make new writer or just modifying offered code?
I found 7870.norwrite.c from other E2E page. If it available to use as a boot image writer, Which point I have to change?
I'm finding EMIF Nor flash writer for writing boot image to nor flash.
only 3 types of writers (SPI NOR, EMIF NAND, EEPROM) are offered.
so should I have to make new writer or just modifying offered code?
I found 7870.norwrite.c from other E2E page. If it available to use as a boot image writer, Which point I have to change?
As mentioned in the forum, 7870.norwrite.c was written for Spansion NOR flash. You can update the flash vendor specific init and try testing on your board.
Thank you.