New udev version needs CONFIG_DEVTMPFS_MOUNT to be selected, otherwise console
gets stuck.
The same approach has been already deployed into 3.0.35 as per commit 96417b88a
at meta-freescale-arm: (Recent versions of udev (182 in OE-core) need devtmpfs
to operate correctly).
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
The Freescale's branch for mxs SoC family is based on 10.12.01 BSP and
the patch needed some changes to apply properly. The patch has been
updated based on this branch.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
It provides besides the original configuration:
Enabled:
* FUSE file system
* GPIO sysfs interface
* SMSC95xx
* TV output
* USB ACM
* USB Printer
* USB Serial (FTDI and PL2303)
Disabled:
* LCD LMS430
* MTD supprt
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
The following options need to be enabled on the kernel configuration
for those to work:
CONFIG_MXS_AUART1_DEVICE_ENABLE=y
CONFIG_SERIAL_MXS_AUART=y
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Reported-by: Razvan Dragomirescu <razvan.dragomirescu@gmail.com>
ext4 is capable of be used to ext3 and ext2 filesystems giving maximum
flexibility with minimal memory and resource use.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
The patch has been move to meta-fsl-arm as this is clearly a fix and
ought to be shared among all boards.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This includes the kernel configuration plus a fix, backported from
2.6.36 kernel, to fix smsc95xx support for MAC configuring at run time.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>