Nick A Posted November 8 Posted November 8 (edited) For those with a Radxa Cubie A7A/A7Z, I made a custom Armbian Build using the BSP kernel. https://github.com/NickAlilovic/build/tree/Radxa-A7A Now supports automatic first boot configuration by default. No need for a usb serial device to boot into a desktop image. First boot takes awhile to load. If you are using a server image you need a usb serial device/ssh to interact with the console. There is no Framebuffer console support in the BSP kernel. If you want to edit the automatic first boot configuration read the documentation. https://docs.armbian.com/User-Guide_Autoconfig/ Username: radxa password: radxa Edited 13 minutes ago by Nick A Add a7z support 0 Quote
Nick A Posted November 8 Author Posted November 8 @eli It's compiled in the kernel https://github.com/NickAlilovic/build/blob/Radxa-A7A/config/kernel/linux-sun60i-legacy.config#L1659-L1672 0 Quote
Nick A Posted November 12 Author Posted November 12 (edited) Fixed the automatic first boot configuration on Bookwarm. Now you can boot the desktop image without a usb serial device. Edited November 12 by Nick A 0 Quote
Shubham Singh Posted November 19 Posted November 19 Hey @Nick A, first of all, thanks for providing us with the build, I flashed and tried the image, But I could not see kvm enabled in the system. Is this expected? some example outputs: ~$ ls -l /dev/kvm ls: cannot access '/dev/kvm': No such file or directory ~$ sudo dmesg | grep -i kvm [ 0.184039] kvm [1]: HYP mode not available also no output on lscpu | grep Virtualization 0 Quote
Nick A Posted November 19 Author Posted November 19 (edited) @Shubham Singh To check if KVM is compiled into the kernel, use the following command: grep CONFIG_KVM /boot/config-$(uname -r) CONFIG_KVM=y CONFIG_KVM_MMIO=y CONFIG_KVM_VFIO=y CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y CONFIG_KVM_XFER_TO_GUEST_WORK=y A7A: Harware Virtualization https://forum.radxa.com/t/a7a-harware-virtualization/29745 Edited Tuesday at 02:47 PM by Nick A 0 Quote
zmxyz Posted 1 hour ago Posted 1 hour ago I saw a commit for the A7Z (not the A7A, the one that looks like the Raspberry Pi Zero). Is it available now? 0 Quote
Nick A Posted 1 hour ago Author Posted 1 hour ago (edited) @zmxyz I added support for A7Z. But I haven't tested it yet. I don't own a A7Z. Compile an image and let me know if it works. Edited 1 hour ago by Nick A 0 Quote
zmxyz Posted 51 minutes ago Posted 51 minutes ago Looks like it's working fine! Thanks for your work. 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.