Just happened to get a BeagleY-AI at desk and happened to test master branch (7dd49a9264a6 drivers: scsi: Add 'erase' support), noticed a few issues which were rather easy to solve.. so, here we go:
Bootlog: https://gist.github.com/nmenon/a3a18825a783c0c3798cc72506cfead2 I tried to enable efi capsules, but I lost patience rather too soon. So probably some other time or perhaps someone else would like to contribute. Nishanth Menon (9): board: beagle: beagley-ai: Add pattern match for MAINTAINERS arch: arm: dts: k3-am67a-beagley-ai-u-boot: Mark main_gpio1 as bootph-all beagle: beagley-ai: env: Set up the boot devices and boot methods beagle: beagley-ai: env: Setup scripts for LED control beagle: beagley-ai: env: Enable DFU env options configs: am67a_beagley_ai*: Use saveddefconfig configs:am67a_beagley_ai*: Drop un-necessary config options configs: am67a_beagley_ai_a53: Enable additional features doc: beagle: Add BeagleY-AI documentation arch/arm/dts/k3-am67a-beagley-ai-u-boot.dtsi | 4 + board/beagle/beagley-ai/MAINTAINERS | 4 +- board/beagle/beagley-ai/beagley-ai.env | 7 +- configs/am67a_beagley_ai_a53_defconfig | 165 +++++++++++--- configs/am67a_beagley_ai_r5_defconfig | 109 ++++++++- doc/board/beagle/am67a_beagley_ai.rst | 228 +++++++++++++++++++ doc/board/beagle/index.rst | 1 + doc/board/ti/k3.rst | 1 + 8 files changed, 478 insertions(+), 41 deletions(-) create mode 100644 doc/board/beagle/am67a_beagley_ai.rst -- 2.47.0