Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. It loooks like the Panfrost gpu driver is made as a module in the kernel configuration, marked with an M and not *. If I want this module to be built into the kernel, can I change it from M to * to do this? When built as a module, how do I turn it on? Is it in armbian-config (under overlays) or some other place?
  3. Today
  4. Thanks, found it. run this command to start building with an extension: ./compile.sh ENABLE_EXTENSIONS=mesa-vpu
  5. https://docs.armbian.com/Developer-Guide_Build-Switches/ Look for ENABLE_EXTENSIONS
  6. How do I enable those extensions during the image build?
  7. Here is an sample implementation of both: https://forum.armbian.com/topic/51915-server-vs-desktop-images/#findComment-218346
  8. You can see here what the most important one does: https://github.com/armbian/build/blob/main/extensions/mesa-vpu.sh
  9. Hey Dandaman46, I managed to kinda hack the functionality i wanted with the wake-up timer and a magnetic hall effect sensor (A3144 or DRV5053) : import os import OPi.GPIO as GPIO from OPi.pin_mappings import sunxi assert sunxi("PG11") == 203 # GPIO-G11 - Wake/Sleep Pin DRV5053 button_wake = "PG11" GPIO.add_event_detect(button_wake, GPIO.RISING, callback=None, bouncetime=200) GPIO.setmode(GPIO.SUNXI) GPIO.setwarnings(False) # disable when production ready.. GPIO.setup(button_wake, GPIO.IN) # PG11 as Sleep/Wake Pin # pull it LOW (magnet away) to wake (needs pull-down resistor?) # pull HIGH (magnet near) to sleep (needs pull-up resistor?) if GPIO.input(button_wake) == GPIO.HIGH: os.system("echo +5 > /sys/class/rtc/rtc0/wakealarm") os.system("echo mem > /sys/power/state") elif GPIO.input(button_wake) == GPIO.LOW: pass
  10. Yes, that sound right. Now I have to learn how to use backports or ppa ...
  11. Does this include graphics, like gpu driver, mesa, opengl, vulkan and so on?
  12. 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.
  13. 3000 EUR is a bit steep I'll use armbian+config for now.
  14. I have problems with gpu drivers. Some builds have Panfrost drivers, and some har software rendering. Often, Ubuntu has Panfrost, but Bookworm has Software. Prebuilt images often have Panfrost, but if I build the same image myself, there is no gpu driver. Learning about overlays, and looks like I have to enable gpu drivers there. I want to use Debian and not Ubuntu, but Ubuntu seens to have better hardware support (audio/video drivers). Not sure if that is just something I "think"
  15. Did you also start screen or minicom on the SBC ? For example: screen /dev/ttyS0 115200 And on PC: screen /dev/ttyUSB0 115200 Make sure you use the same speed on both sides.
  16. Hi there, thanks for trying to solve this, Here it goes: orangepiplus:~:% aptitude search '~o' i A apport-core-dump-handler - Kernel core dump handler for Apport i armbian-focal-desktop-xfce - Armbian desktop for Ubuntu focal i A at-spi2-common - Assistive Technology Service Provider In i A clang-10 - C, C++ and Objective-C compiler i A clang-18 - C, C++ and Objective-C compiler i A cpp-13 - GNU C preprocessor i A cpp-13-arm-linux-gnueabihf - GNU C preprocessor for arm-linux-gnueabi i A cpp-arm-linux-gnueabihf - GNU C preprocessor (cpp) for the armhf a i crda - wireless Central Regulatory Domain Agent i A cron-daemon-common - process scheduling daemon's configuratio i A dbus-bin - simple interprocess messaging system (co i A dbus-daemon - simple interprocess messaging system (re i A dbus-session-bus-common - simple interprocess messaging system (se i A dbus-system-bus-common - simple interprocess messaging system (sy i A dhcpcd-base - DHCPv4 and DHCPv6 dual-stack client (bin i A dracut-install - dracut is an event driven initramfs infr i A fonts-dejavu-mono - Vera font family derivate with additiona i fonts-ubuntu-font-family-conso - console version of the Ubuntu Mono font i A g++-13 - GNU C++ compiler i A g++-13-arm-linux-gnueabihf - GNU C++ compiler for arm-linux-gnueabihf i A g++-arm-linux-gnueabihf - GNU C++ compiler for the armhf architect i A gcc-13 - GNU C compiler i A gcc-13-arm-linux-gnueabihf - GNU C compiler for the arm-linux-gnueabi i A gcc-13-base - GCC, the GNU Compiler Collection (base p i A gcc-14-base - GCC, the GNU Compiler Collection (base p i A gcc-arm-linux-gnueabihf - GNU C compiler for the armhf architectur i A gcr4 - GNOME crypto services (daemon and tools) i A gir1.2-girepository-2.0 - Introspection data for GIRepository libr i hddtemp - hard drive temperature monitoring utilit i A keyboxd - GNU privacy guard - public key material i A libamd3 - approximate minimum degree ordering libr i A libappstream5 - Library to access AppStream services i A libapt-pkg6.0t64 - package management runtime library i A libarchive13t64 - Multi-format archive and compression lib i A libasound2t64 - shared library for ALSA applications i A libatk-bridge2.0-0t64 - AT-SPI 2 toolkit bridge - shared library i A libatk1.0-0t64 - ATK accessibility toolkit i A libatopology2t64 - shared library for handling ALSA topolog i A libatspi2.0-0t64 - Assistive Technology Service Provider In i A libavcodec60 - FFmpeg library with de/encoders for audi i A libavutil58 - FFmpeg library with functions for simpli i A libblockdev-crypto3 - Crypto plugin for libblockdev i A libblockdev-fs3 - file system plugin for libblockdev i A libblockdev-loop3 - Loop device plugin for libblockdev i A libblockdev-mdraid3 - MD RAID plugin for libblockdev i A libblockdev-nvme3 - NVMe plugin for libblockdev i A libblockdev-part3 - Partitioning plugin for libblockdev i A libblockdev-swap3 - Swap plugin for libblockdev i A libblockdev-utils3 - Utility functions for libblockdev i A libblockdev3 - Library for manipulating block devices i A libboost-iostreams1.83.0 - Boost.Iostreams Library i A libbpf1 - eBPF helper library (shared library) i A libcamd3 - symmetric approximate minimum degree lib i A libcanberra-gtk3-0t64 - GTK+ 3.0 helper for playing widget event i A libcanberra0t64 - simple abstract interface for playing ev i A libcbor0.10 - library for parsing and generating CBOR i A libccolamd3 - constrained column approximate library f i A libcholmod5 - sparse Cholesky factorization library fo i A libclang-common-10-dev - Clang library - Common development packa i A libclang-common-18-dev - Clang library - Common development packa i A libclang-cpp10 - C++ interface to the Clang library i A libclang-cpp14t64 - C++ interface to the Clang library i A libclang-cpp18 - C++ interface to the Clang library i A libclang1-10 - C interface to the Clang library i A libclang1-14t64 - C interface to the Clang library i A libclang1-18 - C interface to the Clang library i A libcodec2-1.2 - Codec2 runtime library i A libcolamd3 - column approximate minimum degree orderi i A libcups2t64 - Common UNIX Printing System(tm) - Core l i A libcupsfilters2-common - OpenPrinting libcupsfilters - Auxiliary i A libcupsfilters2t64 - OpenPrinting libcupsfilters - Shared lib i A libcurl3t64-gnutls - easy-to-use client-side URL transfer lib i A libcurl4t64 - easy-to-use client-side URL transfer lib i A libdav1d7 - fast and small AV1 video stream decoder i A libdb5.3t64 - Berkeley v5.3 Database Libraries [runtim i A libdv4t64 - software library for DV format digital v i A libdw1t64 - library that provides access to the DWAR i A libelf1t64 - library to read and write ELF files i A libevdocument3-4t64 - Document (PostScript, PDF) rendering lib i A libevent-2.1-7t64 - Asynchronous event notification library i A libevent-core-2.1-7t64 - Asynchronous event notification library i A libevview3-3t64 - Document (PostScript, PDF) rendering lib i A libext2fs2t64 - ext2/ext3/ext4 file system libraries i A libflac12t64 - Free Lossless Audio Codec - runtime C li i A libfuse2t64 - Filesystem in Userspace (library) i A libgail18t64 - GNOME Accessibility Implementation Libra i A libgcc-13-dev - GCC support library (development files) i A libgcc-14-dev - GCC support library (development files) i A libgck-2-2 - Glib wrapper library for PKCS#11 - runti i A libgcr-4-4 - Library for Crypto related tasks i A libgdbm-compat4t64 - GNU dbm database routines (legacy suppor i A libgdbm6t64 - GNU dbm database routines (runtime versi i A libgegl-0.4-0t64 - Generic Graphics Library i A libgeoip1t64 - non-DNS IP-to-country resolver library i A libgimp2.0t64 - Libraries for the GNU Image Manipulation i A libgirepository-2.0-0 - GLib runtime library for handling GObjec i A libglib2.0-0t64 - GLib library of C routines i A libglibmm-2.4-1t64 - C++ wrapper for the GLib toolkit (shared i A libgnome-desktop-3-20t64 - Utility library for the GNOME desktop - i A libgnutls30t64 - GNU TLS library - main runtime library i A libgpgme11t64 - GPGME - GnuPG Made Easy (library) i A libgphoto2-6t64 - gphoto2 digital camera library i A libgphoto2-port12t64 - gphoto2 digital camera port library i A libgs-common - interpreter for the PostScript language i A libgs10 - interpreter for the PostScript language i A libgs10-common - interpreter for the PostScript language i A libgtk-3-0t64 - GTK graphical user interface library i A libgtk2.0-0t64 - GTK graphical user interface library - o i A libgtkmm-2.4-1t64 - C++ wrappers for GTK+ 2 (shared librarie i A libgtkmm-3.0-1t64 - C++ wrappers for GTK+ (shared libraries) i A libgts-0.7-5t64 - library to deal with 3D computational su i A libgxps2t64 - handling and rendering XPS documents (li i A libheif-plugin-aomdec - ISO/IEC 23008-12:2017 HEIF file format d i A libheif-plugin-libde265 - ISO/IEC 23008-12:2017 HEIF file format d i libhogweed5 - low level cryptographic library (public- i A libhogweed6t64 - low level cryptographic library (public- i A libhwy1t64 - Efficient and performance-portable SIMD i A libical3t64 - iCalendar library implementation in C (r i libicu66 - International Components for Unicode i A libicu74 - International Components for Unicode i A libieee1284-3t64 - cross-platform library for parallel port i A libimath-3-1-29t64 - Utility libraries from ASF used by OpenE i A libiw30t64 - Wireless tools - library i libjson-c4 - JSON manipulation library - shared libra i A libjxl0.7 - JPEG XL Image Coding System - "JXL" (sha i A libldap2 - OpenLDAP libraries i A liblerc4 - Limited Error Raster Compression library i A libllvm10 - Modular compiler and toolchain technolog i A libllvm14t64 - Modular compiler and toolchain technolog i A libllvm18 - Modular compiler and toolchain technolog i A libllvm19 - Modular compiler and toolchain technolog i A libmagic1t64 - Recognize the type of data in a file usi i A libminizip1t64 - compression library - minizip library i libmpdec2 - library for decimal floating point arith i A libmpg123-0t64 - MPEG layer 1/2/3 audio decoder (shared l i A libmtdev1t64 - Multitouch Protocol Translation Library i A libnetplan1 - Declarative network configuration runtim i libnettle7 - low level cryptographic library (symmetr i A libnettle8t64 - low level cryptographic library (symmetr i A libnpth0t64 - replacement for GNU Pth using system thr i A libntfs-3g89t64 - read/write NTFS driver for FUSE (runtime i A libnvme1t64 - NVMe management library (library) i A libobjc-13-dev - Runtime library for GNU Objective-C appl i A libopenexr-3-1-30 - runtime files for the OpenEXR image libr i A liborc-0.4-0t64 - Library of Optimized Inner Loops Runtime i A libparted-fs-resize0t64 - disk partition manipulator - shared FS r i A libparted2t64 - disk partition manipulator - shared libr i A libpcap0.8t64 - system interface for user-level packet c i libpcre2-posix2 - New Perl Compatible Regular Expression L i A libperl5.38t64 - shared Perl library i A libpkcs11-helper1t64 - library that simplifies the interaction i A libpng16-16t64 - PNG library - runtime (version 1.6) i A libpoppler-cpp0t64 - PDF rendering library (CPP shared librar i A libpoppler-glib8t64 - PDF rendering library (GLib-based shared i A libpoppler134 - PDF rendering library i A libppd2 - OpenPrinting libppd - Shared library i A libppd2-common - OpenPrinting libppd - Auxiliary files i A libproc2-0 - library for accessing process informatio i A libpskc0t64 - OATH Toolkit Libpskc library i A libpsl5t64 - Library for Public Suffix List (shared l i A libpython3.12-minimal - Minimal subset of the Python language (v i A libpython3.12-stdlib - Interactive high-level object-oriented l i A libpython3.12t64 - Shared Python runtime library (version 3 i libpython3.8-minimal - Minimal subset of the Python language (v i A libqpdf29t64 - runtime library for PDF transformation/i i A libqt5core5t64 - Qt 5 core module i A libqt5dbus5t64 - Qt 5 D-Bus module i A libqt5gui5t64 - Qt 5 GUI module i A libqt5network5t64 - Qt 5 network module i A libqt5printsupport5t64 - Qt 5 print support module i A libqt5sql5t64 - Qt 5 SQL module i A libqt5test5t64 - Qt 5 test module i A libqt5widgets5t64 - Qt 5 widgets module i A libqt5xml5t64 - Qt 5 XML module i A librav1e0 - Fastest and safest AV1 encoder - shared i A libraw23t64 - raw image decoder library i A libre2-10 - efficient, principled regular expression i A libreadline8t64 - GNU readline and history libraries, run- i A libreiserfscore0t64 - ReiserFS core library i libsepol1 - SELinux library for manipulating binary i A libsframe1 - Library to handle the SFrame format (run i A libsharpyuv0 - Library for sharp RGB to YUV conversion i A libsmbclient0 - shared library for communication with SM i A libsnapd-glib-2-1 - GLib snapd library i A libsnmp40t64 - SNMP (Simple Network Management Protocol i A libssh2-1t64 - SSH2 client-side library i libssl1.1 - Secure Sockets Layer toolkit - shared li i libssl3t64 - Secure Sockets Layer toolkit - shared li i A libstdc++-13-dev - GNU Standard C++ Library v3 (development i A libstoken1t64 - Software Token for cryptographic authent i A libsuitesparseconfig7 - configuration routines for all SuiteSpar i A libsvtav1enc1d1 - Scalable Video Technology for AV1 (libsv i A libswresample4 - FFmpeg library for audio resampling, rem i A libsystemd-shared - systemd shared private library i A libtevent0t64 - talloc-based event loop library - shared i A libtiff6 - Tag Image File Format (TIFF) library i A libtirpc3t64 - transport-independent RPC library i A libtss2-esys-3.0.2-0t64 - TPM2 Software stack library - TSS and TC i A libtss2-mu-4.0.1-0t64 - TPM2 Software stack library - TSS and TC i A libtss2-sys1t64 - TPM2 Software stack library - TSS and TC i A libtss2-tcti-cmd0t64 - TPM2 Software stack library - TSS and TC i A libtss2-tcti-device0t64 - TPM2 Software stack library - TSS and TC i A libtss2-tcti-libtpms0t64 - TPM2 Software stack library - TSS and TC i A libtss2-tcti-mssim0t64 - TPM2 Software stack library - TSS and TC i A libtss2-tcti-spi-helper0t64 - TPM2 Software stack library - TSS and TC i A libtss2-tcti-swtpm0t64 - TPM2 Software stack library - TSS and TC i A libtss2-tctildr0t64 - TPM2 Software stack library - TSS and TC i A libumfpack6 - sparse LU factorization library i A libunistring5 - Unicode string library for C i A libv4l-0t64 - Collection of video4linux support librar i A libv4lconvert0t64 - Video4linux frame format conversion libr i A libvpx9 - VP8 and VP9 video codec (shared library) i libwebp6 - Lossy compression of digital photographi i A libx264-164 - x264 video coding library i A libxmlsec1t64 - XML security library i A libxmlsec1t64-openssl - Openssl engine for the XML security libr i A libxt6t64 - X11 toolkit intrinsics library i A libzvbi0t64 - Vertical Blanking Interval decoder (VBI) i A llvm-18-linker-tools - Modular compiler and toolchain technolog i A mesa-libgallium - shared infrastructure for Mesa drivers i A netplan-generator - Declarative network configuration for va i numix-blue-gtk-theme - Variant of the Numix theme with blue hig i perl-modules-5.30 - Core Perl modules i A perl-modules-5.38 - Core Perl modules i A pkgconf-bin - manage compile and link flags for librar i A python3-netplan - Declarative network configuration Python i A python3-rlpycairo - plugin for the ReportLab PDF Toolkit. i A python3.12 - Interactive high-level object-oriented l i A python3.12-minimal - Minimal subset of the Python language (v i python3.8-minimal - Minimal subset of the Python language (v i A systemd-dev - systemd development files i systemd-resolved - systemd DNS resolver i ttf-ubuntu-font-family - sans-serif font set from Ubuntu (transit orangepiplus:~:% Here: orangepiplus:~:% apt-cache policy | grep http | awk '{print $2" "$3}' | sort -u http://apt.armbian.com jammy/jammy-desktop http://apt.armbian.com jammy/jammy-utils http://apt.armbian.com jammy/main http://ports.ubuntu.com/ubuntu-ports jammy/main http://ports.ubuntu.com/ubuntu-ports jammy/multiverse http://ports.ubuntu.com/ubuntu-ports jammy/restricted http://ports.ubuntu.com/ubuntu-ports jammy-security/main http://ports.ubuntu.com/ubuntu-ports jammy-security/multiverse http://ports.ubuntu.com/ubuntu-ports jammy-security/restricted http://ports.ubuntu.com/ubuntu-ports jammy-security/universe http://ports.ubuntu.com/ubuntu-ports jammy/universe http://ports.ubuntu.com/ubuntu-ports jammy-updates/main http://ports.ubuntu.com/ubuntu-ports jammy-updates/multiverse http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe https://github.armbian.com/configng stable/main Do release upgrade downloads the updater package (noble.tar.gz) and then I think it has update link insides, or it just seems so. It tries to download files even if I comment out all of the /sources.list.d/ which is strange in my view.. This is probably my external hard drive that I actually use for data backups (primary use of this whole system). It is fstab and is automounted on every start. It could be that it was actually disconnected when doing armianmonitor ๐Ÿ˜‰ But this is to be sorted later. Thanks for pointing that out Any ideas? This is really too complicated for me to solve on my own at this point.
  17. Can you be more specific?
  18. Thank you so much for the responses, IBV and Werner! I'm connecting from the PC USB to the SBC serial com port, then attempting to run Screen from the PC.
  19. it could be that there is a bug in one distro that is not present or already fixed in the other it could be that one image is missing a package that should have been installed (this would be a bug in Armbian if it affects one of the images we publish) best you can do is to report bugs if you think there is one
  20. throw out an offer and see if you get any takers ๐Ÿ˜‰
  21. That is true but almost impossible to understand for an outsider.
  22. 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.
  23. @dr_toggleswitch If that concerns you, may I suggest to stop using torrents? It appears you don't have a good understanding how torrents work.
  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.
  25. https://docs.armbian.com/User-Guide_FAQ/#why-is-there-no-image-for-board-with-bookwormjammynobletrixie-and-minimalclignomekdexfce-with-vendorlegacycurrentedge-kernel
  26. Found the fix, run: sudo git config --system --add safe.directory '*' # For all users and all repositories
  27. there is annoucement for a better support in, but they not give the build :
  1. Load more activity
ร—
ร—
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines