TS-TPC-7990 Onboard SPI Flash: Difference between revisions

From embeddedTS Manuals
(Created page with "This board includes 8MiB of SPI flash using a Micron N25Q064A13ESE40F. The CPU uses this for the initial boot to load u-boot, as well as the u-boot environment. In Linux thi...")
 
(Formatting)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
This board includes 8MiB of SPI flash using a Micron N25Q064A13ESE40F.  The CPU uses this for the initial boot to load u-boot, as well as the u-boot environment.  In Linux this is accessed with the /dev/mtdblock devices.
This board includes 8 MiB of SPI flash using a Micron N25Q064A13ESE40F.  The CPU uses this for the initial boot to load U-Boot, as well as the U-Boot environment.  In Linux this is accessed with the /dev/mtdblock devices.


{| class=wikitable
{| class=wikitable
Line 7: Line 7:
! Description
! Description
|-
|-
| 0-0x3ff
| 0x000000-0x0003FF
| 1KB
| 1 KB
| Unused
| Unused
|-
|-
| 0x400-0xfffff
| 0x000400-0x0FFFFF
| 0.999MiB
| 0.999 MiB
| U-boot
| U-Boot
|-
|-
| 0x100000-0x101fff
| 0x100000-0x101FFF
| 8KiB
| 8 KiB
| U-boot environment #1
| U-Boot environment #1
|-
|-
| 0x102000-0x17ffff
| 0x102000-0x17FFFF
| 504KiB
| 504 KiB
| Unused
| Unused
|-
|-
| 0x180000-0x181fff
| 0x180000-0x181FFF
| 8KiB
| 8 KiB
| U-boot environment #2
| U-boot environment #2
|-
|-
| 0x182000-0x1fffff
| 0x182000-0x1FFFFF
| 504KiB
| 504 KiB
| Unused
| Unused
|-
|-
| 0x200000-0x201DE7
| 0x200000-0x201DE7
| 7655 Bytes
| 7655 B
| Splash Screen
| Splash Screen
|-
|-
| 0x201DE8 - 0x700000
| 0x201DE8-0x700000
| 4.993 MiB
| Unused
| Unused
| 4.993MiB
|}
|}

Latest revision as of 14:17, 28 September 2018

This board includes 8 MiB of SPI flash using a Micron N25Q064A13ESE40F. The CPU uses this for the initial boot to load U-Boot, as well as the U-Boot environment. In Linux this is accessed with the /dev/mtdblock devices.

Bytes Size Description
0x000000-0x0003FF 1 KB Unused
0x000400-0x0FFFFF 0.999 MiB U-Boot
0x100000-0x101FFF 8 KiB U-Boot environment #1
0x102000-0x17FFFF 504 KiB Unused
0x180000-0x181FFF 8 KiB U-boot environment #2
0x182000-0x1FFFFF 504 KiB Unused
0x200000-0x201DE7 7655 B Splash Screen
0x201DE8-0x700000 4.993 MiB Unused