Update 22.02.2019 Feature-complete Debian build - SDIO WiFi/BT / PCIe / 3D / 2D - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=98) +--- Forum: Linux on RockPro64 (https://forum.pine64.org/forumdisplay.php?fid=101) +--- Thread: Update 22.02.2019 Feature-complete Debian build - SDIO WiFi/BT / PCIe / 3D / 2D (/showthread.php?tid=7055) |
RE: Feature-complete Debian build - SDIO WiFi/BT / PCIe / 3D / 2D - MisterA - 01-24-2019 I tested my pcie sata controller based on a Marvel 9215 chipset, but it fails to initialize successfully. The card itself gets extremely hot as well. You can see the output of lspci in the attachment. RE: Feature-complete Debian build - SDIO WiFi/BT / PCIe / 3D / 2D - festor89 - 01-24-2019 (01-23-2019, 01:33 PM)Mrfixit2001 Wrote: I might suggest replacing libmali.so on the build with this blob: Unfortunately, the swap file did not give anything. Chromium still does not start RE: Feature-complete Debian build - SDIO WiFi/BT / PCIe / 3D / 2D - rosseba - 01-26-2019 (01-24-2019, 08:55 AM)MisterA Wrote: I tested my pcie sata controller based on a Marvel 9215 chipset, but it fails to initialize successfully. The same for me with the RockPro64 PCIe Dual SATA card (https://www.pine64.org/?product=rockpro64-pci-e-to-dual-sata-ii-interface-card): Code: # dmesg | grep -i pci RE: Feature-complete Debian build - SDIO WiFi/BT / PCIe / 3D / 2D - jja2000 - 01-28-2019 (01-26-2019, 12:04 PM)rosseba Wrote:(01-24-2019, 08:55 AM)MisterA Wrote: I tested my pcie sata controller based on a Marvel 9215 chipset, but it fails to initialize successfully. I have exactly the same problem with Ayufan's builds, armbian's builds and this build on a myriad of kernels. Yet a lot of people seem to have SATA or just pcie in general working. How is it that nobody higher up at Pine64 or even Ayufan has taken a look at this? I get that people have stuff to do and all that, but I've spent way too much money on a product that's basically an expensive paperweight to me. For the record, this also happens when there's no pcie card inserted I'm not happy with this... https://forum.pine64.org/showthread.php?tid=6685&pid=41632 https://forum.pine64.org/showthread.php?tid=6595&pid=41513#pid41513 https://forum.pine64.org/showthread.php?tid=6763&pid=42243#pid42243 RE: Feature-complete Debian build - SDIO WiFi/BT / PCIe / 3D / 2D - Mentaluproar - 01-29-2019 It shows that this images is running in 32 bit mode. Why is that? RE: Feature-complete Debian build - SDIO WiFi/BT / PCIe / 3D / 2D - NoDiskNoFun - 01-31-2019 @mrfixit: First off: Thank you for your work!!! I wanted to ask you how you get the SDIO WIFI module to work. I am running Arch Linux now and i tried to boot your kernel but it did not work (seems like some kind of firmware was not found). I also tried to enable all SDIO related options in kernel-config and built it against Mainline 4.19. Building did work but WIFI cannot be detected. I am asking you to either share your trick to get Linux to detect SDIO WIFI or alternatively, as open source programming generally would suggest, to share the complete patchset and/or config with the community. RE: Feature-complete Debian build - SDIO WiFi/BT / PCIe / 3D / 2D - Mrfixit2001 - 02-01-2019 There is an updated release coming (I expect next week sometime) which will include additional kernel drivers and patches, including some for PCIe That should take care of the remaining issues being experienced. I've currently only provided arm32 images (kernel is 64-bit with a 32-bit userspace), but I can work on providing an arm64 image in my next release as well if there's a need for it. At some point after that I'll work on a desktop image as well so you don't have to worry about the hassle of installing all the packages yourselves. As for how to get SDIO, WIFI, and BT working in the kernel, I haven't published my kernel source itself yet. But I did write this patch for Batocera today which should outline the minimum requirements to get these features enabled. Hasn't been tested yet, as my kernel has an enormous amount of backports from mainline in it so I had to write this patch specifically for the "stock" rockchip kernel. Basically I'm saying I cannot guarantee how it will function without all the driver updates I've back-ported, but I think it's sufficient to enable everything. https://github.com/batocera-linux/batocera.linux/pull/462/commits/9fe4442ffbb8a56850eedad8ceef1b147d0ef192 RE: Feature-complete Debian build - SDIO WiFi/BT / PCIe / 3D / 2D - tblindba - 02-07-2019 (02-01-2019, 04:18 PM)Mrfixit2001 Wrote: There is an updated release coming (I expect next week sometime) which will include additional kernel drivers and patches, including some for PCIe That should take care of the remaining issues being experienced. I'm pretty excited about the work you are doing. A functional desktop environment with GPU support would make this board amazing. I put the board down after a while due to the software situation, but this build really reinvigorated my interest. Great job so far! RE: Feature-complete Debian build - SDIO WiFi/BT / PCIe / 3D / 2D - fosf0r - 02-12-2019 Still dying for kernel source tree. (Doesn't that violate the GPL?) RE: Feature-complete Debian build - SDIO WiFi/BT / PCIe / 3D / 2D - NoDiskNoFun - 02-12-2019 (02-12-2019, 08:11 AM)fosf0r Wrote: Still dying for kernel source tree. Me too |