johang / sd-card-images

Scripts to build bootable SD card images with Debian for various single-board computers
https://sd-card-images.johang.se
GNU General Public License v3.0
151 stars 33 forks source link

Add support for Banana PI CM4IO #133

Closed cbayle closed 4 months ago

cbayle commented 4 months ago

Add support for Banana PI CM4 IO board I tested the firmware with trixie using: docker run --rm -v /tmp/sd-images:/artifacts sd-images build-boot banana_pi_cm4io meson-g12b bananapi-cm4-cm4io_defconfig aarch64-linux-gnu

kernel is too old with bookworm and it works badly

johang commented 4 months ago

Thanks!