linux-automation / meta-lxatac

Build your own LXA TAC images and bundles
MIT License
5 stars 15 forks source link

lxatac-core-image-base: add dfu-util and upgrade barebox-tools #30

Closed hnez closed 1 year ago

hnez commented 1 year ago

The barebox-tools upgrade allows us to, among other improvements, add support for i.MX8M Plus and Nano SoCs in imx-usb-loader.

The addition of dfu-util allows us to bring up some SoCs from Boot Rom (like e.b. STM32MP1).

To do before this can be merged:

a3f commented 1 year ago
export LG_PLACE=some-imx8m-nano-board
host$ labgrid-client bootstrap $barebox
barebox$ usbgadget -D /testfile(testfile)c
host$ labgrid-client dfu download 0 testfile

Everything I tested behaved as expected. Thanks!

Bastian-Krause commented 1 year ago

With dfu-util we could add DFUDevice resources to the labgrid configuration.

Bastian-Krause commented 1 year ago

Oh, you already did that, nice :)