This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#@NAME: ARM based Marvell Sheevaplug |
| 2 |
|
| 3 |
MACHINE_EXTRA_RDEPENDS = "u-boot-utils" |
| 4 |
MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" |
| 5 |
|
| 6 |
# do ubiattach /dev/ubi_ctrl -m 4 |
| 7 |
# From dmesg: |
| 8 |
# UBI: smallest flash I/O unit: 2048 |
| 9 |
# UBI: logical eraseblock size: 129024 bytes |
| 10 |
# from ubiattach stdout: |
| 11 |
# UBI device number 0, total 4096 LEBs |
| 12 |
MKUBIFS_ARGS = "-m 2048 -e 129024 -c 4096" |
| 13 |
|
| 14 |
# do ubiattach /dev/ubi_ctrl -m 4 |
| 15 |
# from dmesg: |
| 16 |
# UBI: smallest flash I/O unit: 2048 |
| 17 |
# UBI: physical eraseblock size: 131072 bytes (128 KiB) |
| 18 |
# UBI: sub-page size: 512 |
| 19 |
UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512" |
| 20 |
|
| 21 |
require conf/machine/include/kirkwood.inc |