Skip to content

Repository files navigation

meta-udoo-bolt

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

Dependencies

Build

Recommend using an underview yocto project container.

With Container

$ setup-oe-env liveusb

# Liveusb will build emmc-wic and place into images partition
$ bitbake liveusb-wic
$ setup-oe-env emmc

# Emmc wic may be built standalone
$ bitbake emmc-wic

Without Container

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

# Emmc wic may be built standalone
$ MACHINE="udoo-bolt-emmc" bitbake emmc-wic

# Liveusb will build emmc-wic and place into images partition
$ MACHINE="udoo-bolt-live-usb" 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>

About

OE layer for UDOO bolt (AMD Ryzen™ Embedded V1000 SoC)

Topics

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages