]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - conf/machine/keystone-evm.conf
beagleboard: switch default u-boot preference to machine-specific tree
[glsdk/meta-ti-glsdk.git] / conf / machine / keystone-evm.conf
1 #@TYPE: Machine
2 #@NAME: Keystone 2 machine
3 #@DESCRIPTION: Machine configuration for the TI Keystone 2
5 require conf/machine/include/keystone.inc
7 IMAGE_FSTYPES += "ubi tar.gz cpio"
9 SERIAL_CONSOLE = "115200 ttyS0"
11 SYSVINIT_ENABLED_GETTYS = ""
13 # do ubiattach /dev/ubi_ctrl -m 4
14 # From dmesg:
15 # UBI: smallest flash I/O unit:    2048
16 # UBI: logical eraseblock size:    126976 bytes
17 # from ubiattach stdout:
18 # UBI device number 0, total 857 LEBs
19 # MKUBIFS_ARGS = "-m 2048 -e 129024 -c 857"
20 MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 857"
22 # do ubiattach /dev/ubi_ctrl -m 4
23 # from dmesg:
24 # UBI: smallest flash I/O unit:    2048
25 # UBI: physical eraseblock size:   131072 bytes (128 KiB)
26 # UBI: sub-page size:              2048
27 UBINIZE_ARGS = "-m 2048 -p 128KiB -s 2048 -O 2048"