Jump to content

Nick A

Members
  • Posts

    614
  • Joined

  • Last visited

Everything posted by Nick A

  1. I haven’t tested this yet but there’s some work done on vp9 and vc1 support for Allwinner. https://github.com/jernejsk/linux-1/tree/vp9-v1 https://github.com/jernejsk/linux-1/tree/vc1-v2
  2. @sr4armbian You could try building your own X98H image and use the kernel headers from your build. Your kernel headers will be in the build/output/debs directory, and the image will be in the build/output/images directory. I would recommend starting with a fresh install with this new image and kernel headers. git clone https://github.com/NickAlilovic/build.git --branch v20250306 cd build ./compile.sh choose "Do not change kernel configuration" choose "Show CSC/WIP/EOS/TVB" choose "I understand and agree" choose "X98H" choose "edge" rest is up to you... I used this method to get my display working. But that was a while ago.
  3. @Taz the sources for that repository is a clone of my build. It’s a very basic attempt to build a 6.19 kernel. You are better off using my build. If you got 6.6 booting then 6.18 should work as well.
  4. @sr4armbian You need this kernel header. https://github.com/NickAlilovic/build/releases/download/20250306/linux-headers-edge-sunxi64_25.05.0-trunk_arm64__6.12.11-S62b2-Da873-P6755-C1a9bH02eb-HK01ba-Vc222-B9bbb-R448a.deb
  5. @sr4armbian I need more information. Boot logs, error codes, anything you think might be useful.
  6. @sr4armbian not x96q but x98h. It’s similar to transpeed but it has the wifi you are looking for.
  7. @Marvin-03 It is past the bootloader. I only tested the build on XFCE, which boots fine. GNOME failing to boot properly might be due to the PowerVR or KMScon install script. If you need GNOME. Try removing the function post_family_tweaks__install_powervr_desktop(). https://github.com/NickAlilovic/build/blob/Radxa-mainline-WIP-test/config/sources/families/sun60iw2.conf#L467-L1045 Update: I removed both post_family_tweaks__install_powervr_desktop() and kmscon install funtions. Gnome works. But you need to use a serial device to fill in the first login information.
  8. @Marvin-03 that's odd. The test branch I cloned has "0011-Add-BSP-support-files-54e9e5fb62" patch. Compiles fine on my build. Try to clone it again. git clone https://github.com/NickAlilovic/build.git --branch Radxa-mainline-WIP-test
  9. Wifi chip?
  10. @Sand_Death I just updated my build with @alexc's BSP changes, which include the latest AIC8800 drivers. I'm building an image right now, so I haven't tested it yet. I haven't tested Ethernet either. Maybe Alex can help you with that.
  11. @Sergioclr remove those two Failing patches you don’t need them anyways.
  12. @SecLyzer U-Boot can boot from a FAT32 or Linux file system. You can change this in your board configuration file.
  13. @Sand_DeathDid you extract the image and use BalenaEtcher? It works fine on my Radxa Cubie A7A board.
  14. @Taz Radxa's u-boot won’t load the kernel image. So I used vmlinux.
  15. @Morales Morales when I have more free time.. busy with work the next couple of months.
  16. If you want to use the official Armbian on Transpeed 8K618-T. I think all you really need is a board config file. I believe most of the drivers have been mainlined or included in the armbian patch directory. git clone https://github.com/armbian/build.git --branch v26.02 Copy this file into build/config/boards directory. transpeed-8k618-t.tvb # Allwinner H618 quad core 4GB RAM SoC WiFi USB BOARD_NAME="Transpeed 8k618-t" BOARDFAMILY="sun50iw9" BOARD_MAINTAINER="" BOOTBRANCH="tag:v2026.04" BOOTPATCHDIR="v2026-sunxi" BOOTCONFIG="transpeed-8k618-t_defconfig" OVERLAY_PREFIX="sun50i-h616" BOOT_LOGO="desktop" KERNEL_TARGET="current,edge" ./compile.sh build BOARD=transpeed-8k618-t BRANCH=edge BUILD_DESKTOP=yes BUILD_MINIMAL=no DESKTOP_ENVIRONMENT=xfce DESKTOP_TIER=mid KERNEL_CONFIGURE=no RELEASE=trixie
  17. @NiTr0 Are you referring to the deb packages? If you compile my newer kernel version for the 8k618-t, you’ll find the kernel deb packages in the output/debs directory. I haven't had a chance to test this myself yet. I've been buried with the Radxa Cubie A7A/A7S/A7Z projects, so I haven't had the time to update the build.
  18. @qq20739111 Sorry, I forgot to update the kernel config. Ethernet should work now. @humanus "DP works without replugging"
  19. @Gwainer try these images https://github.com/NickAlilovic/build/releases/tag/20250306
  20. @SecLyzer You can find everything you need here
  21. Support for DP Alt Mode is now functional for the A7S running kernel 6.6. https://github.com/NickAlilovic/build/releases/tag/Radxa-cubie-A7S-v0.6.4
  22. vkmark works on the Sway desktop. The mainline GPU driver still needs some work. I added A7A and A7S support; however, the A7S still needs to be tested. https://github.com/NickAlilovic/build/tree/Radxa-mainline-WIP I am using Debian Trixie with the XFCE desktop environment. A popup message should appear for the Sway installation. Please note that I haven't tested this configuration on other settings.
  23. @Ducdanh Nguyen Your board is using a HiSilicon Hi3798MV310. I have no experience with this SoC. The kernel sources for this SoC are too old. You are better off finding another cheap box to run Armbian.
  24. @Sergioclr looks like you are building armbian main branch. You are running the 6.18 kernel but old u-boot 2024.01. I don’t see the AC200/300 patch. Do you still have my build laying around. Can you show me the boot logs.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines