DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH 0/3] Auto-Enable Android Fastboot Gadget for some boards
@ 2023-03-24 18:28 Johannes Zink
  2023-03-24 18:28 ` [DistroKit] [PATCH 1/3] v8a: rock3a: autostart usb fastboot and ACM gadget on ROCK 3A Johannes Zink
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Johannes Zink @ 2023-03-24 18:28 UTC (permalink / raw)
  To: distrokit; +Cc: jzi

Hi,

this series configures the barebox default environment for the Radxa ROCK 3A,
AM335x Boards and STM32MP1 Boards for automatically starting an Android
Fastboot [1] and ACM USB gadget.

Android Fastboot can be used to flash the SD-Card or eMMC of the
respective boards or to load kernel, dtb and initramfs to RAM over USB.

Android Fastboot is particularly useful for loading images and development
in situations, where network boot is not a viable option.
The ACM gadget mirrors the barebox serial console over USB, which is
useful when no serial port over UART is available.

Best regards
Johannes

Johannes Zink (3):
  v8a: rock3a: autostart usb fastboot and ACM gadget on rock3a
  v7a: am335x: autostart usb fastboot and ACM gadget on AM335x boards
  v7a: stm32mp1: autostart usb fastboot and ACM gadget on AM335x boards

 .../barebox-am335x-defaultenv/nv/fastboot.bbu |  1 +
 .../nv/fastboot.partitions                    |  1 +
 .../nv/usbgadget.acm                          |  1 +
 .../nv/usbgadget.autostart                    |  1 +
 .../nv/fastboot.bbu                           |  1 +
 .../nv/fastboot.partitions                    |  1 +
 .../nv/global.usbgadget.autostart             |  1 +
 configs/platform-v7a/barebox-stm32mp.config   |  2 +-
 .../platform-v7a/barebox-stm32mp.config.diff  |  1 -
 .../barebox-rock3a-defaultenv/boot/net        | 28 +++++++++++++++++++
 .../barebox-rock3a-defaultenv/init/bootsource |  1 -
 .../barebox-rock3a-defaultenv/nv/fastboot.bbu |  1 +
 .../nv/fastboot.partitions                    |  1 +
 .../nv/usbgadget.acm                          |  1 +
 .../nv/usbgadget.autostart                    |  1 +
 15 files changed, 40 insertions(+), 3 deletions(-)
 create mode 100644 configs/platform-v7a/barebox-am335x-defaultenv/nv/fastboot.bbu
 create mode 100644 configs/platform-v7a/barebox-am335x-defaultenv/nv/fastboot.partitions
 create mode 100644 configs/platform-v7a/barebox-am335x-defaultenv/nv/usbgadget.acm
 create mode 100644 configs/platform-v7a/barebox-am335x-defaultenv/nv/usbgadget.autostart
 create mode 100644 configs/platform-v7a/barebox-stm32mp-defaultenv/nv/fastboot.bbu
 create mode 100644 configs/platform-v7a/barebox-stm32mp-defaultenv/nv/fastboot.partitions
 create mode 100644 configs/platform-v7a/barebox-stm32mp-defaultenv/nv/global.usbgadget.autostart
 create mode 100644 configs/platform-v8a/barebox-rock3a-defaultenv/boot/net
 create mode 100644 configs/platform-v8a/barebox-rock3a-defaultenv/nv/fastboot.bbu
 create mode 100644 configs/platform-v8a/barebox-rock3a-defaultenv/nv/fastboot.partitions
 create mode 100644 configs/platform-v8a/barebox-rock3a-defaultenv/nv/usbgadget.acm
 create mode 100644 configs/platform-v8a/barebox-rock3a-defaultenv/nv/usbgadget.autostart

--
2.30.2




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-03-24 18:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-24 18:28 [DistroKit] [PATCH 0/3] Auto-Enable Android Fastboot Gadget for some boards Johannes Zink
2023-03-24 18:28 ` [DistroKit] [PATCH 1/3] v8a: rock3a: autostart usb fastboot and ACM gadget on ROCK 3A Johannes Zink
2023-03-24 18:42   ` Ahmad Fatoum
2023-03-24 18:28 ` [DistroKit] [PATCH 2/3] v7a: am335x: autostart usb fastboot and ACM gadget on AM335x boards Johannes Zink
2023-03-24 18:28 ` [DistroKit] [PATCH 3/3] v7a: stm32mp1: " Johannes Zink
2023-03-24 18:42   ` Ahmad Fatoum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox