Yocto BSP layer for the Out4 boards.
MACHINE = "o4-imx6ull-nano"
- CPU reset button
- TTL 3.3V UART Debug port
- MicroSD card reader
- two USB power controlled ports
- two Ethernet 10/100 ports
- two RGB LEDs
- CAN port
- RS485 Port
- 6-15V power supply
- GPIO headers
MACHINE = "ev-imx280-nano-x-mb"
- CPU reset button
- DB9 UART Debug port
- MicroSD card reader
- two USB ports
- Ethernet 10/100 port
- 5V power supply
- GPIO headers
- initialize environment by
source poky/oe-init-build-env build
- add this layer to
bblayers.conf
- set MACHINE in local.conf to one of the supported boards
- set or add 'uuu' to
IMAGE_FSTYPES
- build image (e.g.
bitbake core-image-base
) - use Universal Update Utility to flash
core-image-base-<MACHINE>.zip
file - boot your board
- Oleh Kravchenko
<oleg at kaa.org.ua>