Imx6 SPI flash change: Difference between revisions

From embeddedTS Manuals
No edit summary
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 to hopefully reduce the impact of any other EOL in the future.  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 reduce the impact of any potential 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/mtdblock0 or creating a custom u-boot.  In those cases some updates will be required.


'''Linux Kernel Changes'''
'''Linux Kernel Changes'''
Line 17: Line 17:


* [https://github.com/embeddedarm/u-boot/commit/e493dd8d445c17fdf3cdfe621bd62ac9ae74d5c3 part1], [https://github.com/embeddedarm/u-boot/commit/65524ca0fa36a08648e0ea08f1269bf405ac97c3 part2]
* [https://github.com/embeddedarm/u-boot/commit/e493dd8d445c17fdf3cdfe621bd62ac9ae74d5c3 part1], [https://github.com/embeddedarm/u-boot/commit/65524ca0fa36a08648e0ea08f1269bf405ac97c3 part2]


''' Images with support '''
''' Images with support '''


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

Revision as of 15:03, 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 reduce the impact of any potential 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/mtdblock0 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.