| flash nor-16M-256 { | |
| pebsize = 4K | |
| minimum-io-unit-size = 256 | |
| numpebs = 4096 | |
| } | |
| image spi-nor.img { | |
| size = 16M | |
| flash { | |
| } | |
| flashtype = "nor-16M-256" | |
| partition spl { | |
| image = "u-boot-spl.bin.normal.out" | |
| offset = 0K | |
| size = 512K | |
| } | |
| partition uboot-env { | |
| offset = 960K | |
| size = 64K | |
| } | |
| partition uboot { | |
| image = "u-boot.itb" | |
| offset = 1M | |
| size = 4M | |
| } | |
| partition reserved-data { | |
| offset = 6M | |
| size = 10M | |
| } | |
| } |