Imx6 SPI flash change: Difference between revisions

From embeddedTS Manuals
(Created page with "Due to an EOL the SPI flash on this product is changing. In adding support for its replacement two drop in spi flashes were also added. The old part is a Micron N25Q064A13ES...")
 
No edit summary
Line 1: Line 1:
Due to an EOL the SPI flash on this product is changing.  In adding support for its replacement two drop in spi flashes were also added.
Due to an EOL the SPI flash on this product is changing.  In adding support for its replacement two drop in spi flashes were also added.


The old part is a Micron N25Q064A13ESE40F.  Two new parts were qualified in in case this happens in the future, support will already be present for a spare.  The new parts are the Microchip's SST26VF064BA, and ISSI's IS25LP064A.
The old part is a Micron N25Q064A13ESE40F.  Two new parts were qualified to hopefully reduce the impact of any other EOL in the future.  The new parts are the Microchip's SST26VF064BA, and ISSI's IS25LP064A.


Most applications will not be affected by this change unless they are manually accessing /dev/mtdblock, or creating a custom u-boot.  In those cases some updates will be required.
Most applications will not be affected by this change unless they are manually accessing /dev/mtdblock, or creating a custom u-boot.  In those cases some updates will be required.

Revision as of 15:02, 27 July 2018

Due to an EOL the SPI flash on this product is changing. In adding support for its replacement two drop in spi flashes were also added.

The old part is a Micron N25Q064A13ESE40F. Two new parts were qualified to hopefully reduce the impact of any other EOL in the future. The new parts are the Microchip's SST26VF064BA, and ISSI's IS25LP064A.

Most applications will not be affected by this change unless they are manually accessing /dev/mtdblock, or creating a custom u-boot. In those cases some updates will be required.

Linux Kernel Changes

Rebuilding the latest kernel in our git will include these changes, but the specific commits for our various kernel branches are:

U-Boot Changes

These two patches are required for the new flash:


Images with support

Any of our Linux images after March 7th, 2018 include support for this new SPI flash.