Worked great - I used editdiff on the patch file and it built and worked just like it should. I'm gonna go pick up some merch!
Posts by ag107093
-
-
Success!
What steps should I take next?
-
Thanks - can build, but no luck adding AHCI support.
Based on your comment in another thread, I added these options to the projects/RPi/devices/RPi4/linux/linux.aarch64.conf file
CONFIG_ATA=m
CONFIG_SATA_AHCI=m
CONFIG_SATA_MV=mThough that's just a guess from something Jeff Geerling did. I can build with a PROJECT=RPi ARCH=aarch64 DEVICE=RPi4 make image flash and boot, but no luck loading the module.
insmod ahci
insmod: ERROR: could not load module ahci: No such file or directoryAny suggestions?
-
At the risk of conflating two issues, the build failure without any changes is specifically,:
Code
Display More--2024-05-17 15:48:23-- https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-1cde7a6598a639d1f1eb16f7929f32919172ef10.tar.gz Resolving git.kernel.org (git.kernel.org)... 139.178.84.217, 2604:1380:4641:c500::1 Connecting to git.kernel.org (git.kernel.org)|139.178.84.217|:443... connected. HTTP request sent, awaiting response... 403 Forbidden 2024-05-17 15:48:23 ERROR 403: Forbidden. --2024-05-17 15:48:23-- http://sources.libreelec.tv/mirror/connman/connman-1cde7a6598a639d1f1eb16f7929f32919172ef10.tar.gz Resolving sources.libreelec.tv (sources.libreelec.tv)... 65.109.172.87 Connecting to sources.libreelec.tv (sources.libreelec.tv)|65.109.172.87|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2024-05-17 15:48:24 ERROR 404: Not Found.
-
How to add kernel support for AHCI devices? There are several CM4 sata hats and mine has an asmedia - but I expect it just needs the AHCI driver.
I saw some references to adding to the inux.aarch64.conf file "CONFIG_SATA_AHCI=y" and build.
Is there anything more than that? (Im waiting for the default build to finish now, there are some 404s on some packages at the moment(
-
Follow up on an old post - the issue was caused by the bootloader. It was (I presume) setting some values that the standard build was expecting to be set to default.
Updating the bootloader to the newest manufactures version enabled HDMI sound with the official build
-
It is not clear which SbS model you are writing about.
My bad - I should have mentioned it was the ROCKPro64. Pine sells an add-on wireless module in their store for it. I suspect it's a pretty common combo.
ROCKPro64 1x1 Dual Band WIFI 802.11AC/BLUETOOTH 5.0 MODULE - PINE STORENote: This module compatible with ROCKPro64 and Quartz64 Model A SBCs. Based on Azurewave AW-CM256SM Combo Module and made specifically for the ROCKPro64 SBC.…pine64.comThe mainline LibreELEC includes the module and also one for the ASM1166 PCI card I have plugged into the board for sata drives.
-
Glad to find that HDMI sound is working, unlike the official image.
Any pointers on getting AHCI or Pine's Azurewave AW-CM256SM WiFi/Bluetooth modules loaded/working ?