ZX3 Storage Layout - netmodule/binaries GitHub Wiki
The actual Flash and NAND layout is as follow
QSPI Flash
Available on the module:
Size = 16 MB
Type = W25Q128
Layout is fixed through the boot image generated with Xilinx SDK
Partition | Offset | Size | Format |
qspi-boot | 0x0 | 6 MB | raw |
qspi-linux | 0x00600000 | 3 MB | raw |
qspi-devicetree | 0x00900000 | 512 kB | raw |
qspi-bootargs | 0x00980000 | 512 kB | raw |
qspi-rootfs | 0x00A00000 | 6144 kB | raw |
NAND
Available on the module
Size = 512 MB
Type = MT29F4G08ABAEAWP
Layout is fixed through the DTB and used for MTD layout
Partition | Offset | Size | Format |
nand-linux | 0x00000000 | 5 MB | UBI |
nand-device-tree | 0x500000 | 1 MB | UBI |
nand-rootfs | 0x600000 | 506 MB | UBIFS |