Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 945 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 945 Bytes

meta-udoo-bolt

BSP designed specifically for the UDOO bolt (AMD Ryzen™ Embedded V1000 SoC). Useful notes can be found on the wiki page.

Dependencies

Build

$ bitbake-layers add-layer ../meta-udoo-bolt

# Require by liveusb-wic for the installation of system image
$ MACHINE="udoo-bolt-emmc" DISTRO="udoo" bitbake emmc-wic

# Liveusb can ether install emmc-wic or run standalone
$ MACHINE="udoo-bolt-live-usb" DISTRO="udoo" bitbake liveusb-wic

Flashing

USB Drive

$ sudo bmaptool copy --bmap tmp/deploy/images/udoo-bolt-live-usb/liveusb-wic-udoo-bolt-live-usb.rootfs.wic.bmap tmp/deploy/images/udoo-bolt-live-usb/liveusb-wic-udoo-bolt-live-usb.rootfs.wic.gz <block device>