Jump to content

Adding the edge kernel to Rock 2F/2A


Go to solution Solved by Werner,

Recommended Posts

Posted (edited)

Armbian image placed on internal soldered eMMC 64GB - only one issue now aic8800 not supported yet by kernel 7.0-rc6 so no wifi 😕

No PCI as no PCI slots... also no HDMI... Experimental image based on Kwiboo repo dispo here.

image.png.fc473ec8b23f0541175e61c688f5d67d.png

Edited by D roZDi
Posted

apply this patch for a working wifi:

 

diff --git a/extensions/radxa-aic8800.sh b/extensions/radxa-aic8800.sh
index e3e99eaa8..7ab721353 100644
--- a/extensions/radxa-aic8800.sh
+++ b/extensions/radxa-aic8800.sh
@@ -10,7 +10,7 @@ function extension_finish_config__install_kernel_headers_for_aic8800_dkms() {

 function post_install_kernel_debs__install_aic8800_dkms_package() {

-       if linux-version compare "${KERNEL_MAJOR_MINOR}" ge 6.20; then
+       if linux-version compare "${KERNEL_MAJOR_MINOR}" ge 7.1; then
                display_alert "Kernel version is too recent" "skipping aic8800 dkms for kernel v${KERNEL_MAJOR_MINOR}" "warn"
                return 0
        fi

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines