Jump to content

Werner

Administrators
  • Posts

    5475
  • Joined

  • Last visited

Everything posted by Werner

  1. $ xz -t Armbian_25.2.1_Khadas-edge2_noble_vendor_6.1.99_gnome_desktop.oowow.img.xz $ echo $? 0 Check your download. Probably corrupted.
  2. Some chips that support 1.5Mbaud and more: - FT232R - CH340G - CP2104
  3. I think it is this script: https://github.com/armbian/build/blob/main/packages/bsp/common/usr/lib/armbian/armbian-resize-filesystem There might be a switch or option to prevent resize, need to check documentation. Or do manually after expansion: https://unix.stackexchange.com/questions/656836/how-do-i-shrink-a-partition-right-after-shrinking-its-filesystem-with-resize2fs
  4. Issues with the build framework, building Armbian to say, should be reported in the framework repository. https://github.com/armbian/build/ Make sure you include full logs. Use the curl command at the very and of the process or use SHARE_LOG=yes as build switch. Otherwise report might be rejected.
  5. I guess the image with Gnome already built-in ships some extra package that makes this work or has some tweaks. Latter are obviously missing when installing from standard packages. You have to dive into the code where tweaks are applied and/or into package lists. https://github.com/armbian/build
  6. Check this. Also full logs are missing.
  7. Then you are using a fork of Armbian which we don't support here. Ask at the place where you got the image from.
  8. Hi, its just a warning. Check the files mentioned and remove duplicate lines.
  9. I don't think so. You can check in /boot/armbianEnv.txt if there is panthor overlay enabled. If so, disable it so you can use the proprietary mali blobs.
  10. Only possible with starting over with a fresh image written to sd. Armbian does not come with some sort of overlayfs.
  11. unsupported host os for build environment. Grant the user access to Docker or use a Noble host.
  12. split into new topic. Use one of the curl commands mentioned in your logs go upload full logs to a paste server. These will contain more information to debug this.
  13. I don't know where these shortcuts link to, but I assume they both link to the same executable script which is the next generation version. I am not aware that any current Armbian image still ships the old version. So at the bottom-line there is no difference.
  14. The correct way to modify a kernel with patches is to use - ./compile kernel-patch BOARD=... BRANCH=... - review your patches and if you are satisfied move them to patch/ or the equivalent directory under userpatches/ - ./compile.sh kernel BOARD=... BRANCH=...
  15. moved You are using the wrong kernel branch. You need vendor 6.1.y kernel. This is also mentioned in the official documentation of Jellyfin.
  16. I assume the armbian-config shortcut is a left-over from the old version of this tool: https://github.com/armbian/config It has been replaced with https://github.com/armbian/configng
  17. Loading a kernel module has nothing to do with enabling a device tree overlay.
  18. https://zuckerbude.org/armbian-using-kernel-config/ https://www.google.com/search?q=google+how+to+load+linux+kernel+modules
  19. https://docs.armbian.com/Developer-Guide_Build-Switches/ Look for ENABLE_EXTENSIONS
  20. Here is an sample implementation of both: https://forum.armbian.com/topic/51915-server-vs-desktop-images/#findComment-218346
  21. You can see here what the most important one does: https://github.com/armbian/build/blob/main/extensions/mesa-vpu.sh
  22. Hm sounds like it all boils down to mesa. Ubuntu Noble has kisak ppa to provide a more current version while Debian can pull more recent mesa packages from backports. mesa-vpu extension should deal with that.
  23. https://forum.armbian.com/subscriptions/ Being a Gold Partner would be a good start. Software development is expensive and unfortunately getting 10 bucks here and there are simply not enough to make a living from for anyone.
  24. Desktop images have some standard adjustments, like other wallpaper or certain extensions enabled. Driver, or kernel-wise, they are, depending on things mentioned earlier, identical to server images. You can check the build framework on Github for all the code.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines