Based on imx6qsabrelite BSP. Code originally written by Congatec Linux
team, based on the tag rel_imx_3.0.35_1.1.0 from Freescale's linux
git.
Signed-off-by: Leo Sartre <lsartre@adeneo-embedded.com>
Code based on imx6qsabrelite BSP. Patch originally written by Congatec
Linux team, based on the tag rel_imx_3.0.35_1.1.0 from Freescale's
uboot git.
Signed-off-by: Leo Sartre <lsartre@adeneo-embedded.com>
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>
This adds the machine definition to Nitrogen6x from Boundary Devices.
More information at:
http://boundarydevices.com/products/nitrogen6x-board-imx6-arm-cortex-a9-sbc/
In order to take advance of same code used for imx6qsabrelite (on
linux-imx, u-boot, imx-firmaware), we use a MACHINEOVERRIDES trick, so
imx6qsabrelite is taken as a fallback for nitrogen6x machine.
To ensure the boot scripts are available at rootfs time, the do_deploy
task of u-boot-script-boundary is added as a dependency of do_rootfs.
Change-Id: I8bd0b80d2ad8e8741391ec178c10abd75218542e
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
The recipe deploys the scripts used by Boundary Devices to detect and
choose video output, load kernel and etc...
Change-Id: Ic4685c60ba1470a1548629e294ea8aa48473cd0e
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
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>
We used the appending at wrong place making it not work for finding
the right files for overrides. This fixes the error.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* freescale/denzil:
linux-imx (2.6.35.3): use imx233-olinuxino override and share defconfig
imx-bootlets: use imx233-olinuxino override for patching
imx233-olinuxino.inc: create imx233-olinuxino override
imx233-olinuxino-mini: add machine definition
imx233-olinuxino: move common definitions to a .inc file
Allow for easy maintainence and avoid duplication when definitions or
patches are shareable in all variants.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Set imx233-olinuxino-maxi default network interface
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Adrian Alonso <aalonso00@gmail.com>
This will be handled by net-persistent-mac package.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Adrian Alonso <aalonso00@gmail.com>
Some network devices do not have a fixed MAC address however this is
important to allow auto-configuration in a DHCP network.
To accomplish it, in a more generic way, we store the MAC and restore
it *before* the network services are started thus compatible with
netbase and connman configurations.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Adrian Alonso <aalonso00@gmail.com>
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>