lanefu changed the topic of #armbian-rockchip to: Armbian - Linux for ARM development boards | Rockchip SoC | www.armbian.com | This channel is relayed to the equivalent Discord channel | this channel is logged
<DC-IRC> <rpardini> Bingo. Thanks. It's just simple GPT, but a partition must exist pointing to FIT. So a working incantation, considering Armbian's ESP is already starting at 16mb:
<DC-IRC> <rpardini> ```bash
<DC-IRC> <rpardini> dd if="${edk2_img_path}" of="${LOOP}" bs=512 conv=notrunc skip=64 seek=64
<DC-IRC> <rpardini> parted -s "${LOOP}" unit s mkpart uboot 2048 18431
<DC-IRC> <rpardini> ```
DC-IRC has quit [Remote host closed the connection]
DC-IRC has joined #armbian-rockchip
<DC-IRC> <rpardini> 👉 go get your rk3588 edk2-enabled UEFI images https://github.com/armbian/build/pull/5900
<DC-IRC> <efectn> Let me try opi5+ image tomorrow
<DC-IRC> <rpardini> if you cherry pick the PR, you might be able to build `edge` images as well. Or even use GRUB to switch between legacy and edge if you install both
<DC-IRC> <infinity_q> yay
_whitelogger has quit [Server closed connection]
_whitelogger has joined #armbian-rockchip