Jump to content

Werner

Administrators
  • Posts

    5272
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Werner reacted to SteeMan in 25.5.0-trunk.185_Orangepi5-max build break the HDMI output from Mar 6, 2025   
    As long as the board isn't dead it is starting to boot.  That is why Werner directed you to how to capture the uboot booting messages via a uart connection to the board.
  2. Like
    Werner got a reaction from mido_00 in Available frequencies for RK3588 are wrong   
    No worries. Everyone here started small
    edge and vendor are Armbian terms for kernel branches just like current.
    You guessed correct, edge is bleeding edge and usually follows latest mainline kernel (6.14.y today).
    vendor is based on Rockchip BSP kernel which is 6.1.y at the moment. While a bit out of date most hw functions work here.
    current usually follows latest available LTS mainline kernel.
     
    As you're a beginner and most likely just want things to work I suggest to try a vendor kernel based image first.
  3. Like
    Werner got a reaction from Meestor_X in How does Armbian self-expand?   
    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. Like
    Werner reacted to Igor in Wifi Performance Benchmark test   
    After years of thinking, wishing and tinkering - Armbian automated WiFi performance benchmark system:
    https://docs.armbian.com/WifiPerformance/
    From latest WiFi 7 down to (in)famous xradio XR819.
  5. Like
    Werner got a reaction from Sadik Hossain in Hardware acceleration on tx6 armbian 23 jammy kernel 6   
    Then you are using a fork of Armbian which we don't support here. Ask at the place where you got the image from.
  6. Like
    Werner got a reaction from awef in make driver patch - lib/module without full .img?   
    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=...
     
  7. Like
    Werner got a reaction from laibsch in make driver patch - lib/module without full .img?   
    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=...
     
  8. Like
    Werner got a reaction from laibsch in Ancient Orange PI PC+ blank screen after update focal->jammy   
    Correct. Glad you made a backup beforehand.
  9. Like
    Werner got a reaction from laibsch in Does anyone know if version 22.04 for the raspberry pi4   
    A few days ago jammy and bullseye were moved to eol.
    While upstream may support these userspaces a few more years, Armbian does not have the resources to support more than the most current stable releases of Debian and Ubuntu, which are Bookworm and Noble at this time.
     
    You can still select them to build when passing EXPERT=yes switch to ./compile.sh but do not ask for support if something breaks. You are on your own.
  10. Like
    Werner got a reaction from catotinha in Revive Orange Pi Plus 2   
    wrong. auto-login is enabled on serial and hdmi only. ssh default login is always root/1234
     
  11. Like
    Werner got a reaction from aproxityloq in Nanopi M6 DHCP is not working / Ethernet Failed to reset the dma   
    Must have been slipped through. Fixed.
  12. Like
    Werner got a reaction from svv in How to enable ethernet with internal phy on BPI M4 Zero?   
    Maybe you find some clues here: https://github.com/armbian/build/pull/6617/files
    SoC is the same
  13. Like
    Werner got a reaction from Bobbox in Rock 5 ITX as Multi-purpose App server   
    As expected. Mainline Linux support for rk35xx soc family is still under heavy development. There is a good overview what should work and what does not:https://gitlab.collabora.com/hardware-enablement/rockchip-3588/notes-for-rockchip-3588/-/blob/main/mainline-status.md
  14. Like
    Werner got a reaction from going in HDMI doesn't work for radxa-zero 3 on "current" and "edge", but works on "vendor" (for the 4GB version)   
    I don't think this will increase verbosity even higher. 7 is max
    https://www.kernel.org/doc/html/v6.12/admin-guide/kernel-parameters.html
  15. Like
    Werner got a reaction from Omer Hasanov in btrfs install option in armbian-install doesn't work   
    next generation armbian-config still has some rough edges and constantly receiving fixes and improvements. If you can reproduce a special case where something doesnt work right, feel free to report at the github repo.
  16. Like
    Werner reacted to xunil80 in Odroid XU4   
    I have an odroid xu4 and want to thank you for the great work ...
     
    _ _ _ /_\ _ _ _ __ | |__(_)__ _ _ _ / _ \| '_| ' \| '_ \ / _` | ' \ /_/ \_\_| |_|_|_|_.__/_\__,_|_||_| v25.2.2 for Odroid XU4 running Armbian Linux 6.6.75-current-odroidxu4 Packages: Debian stable (bookworm) IP addresses: (LAN) IPv4: 192.168.178.24 IPv6: fd0b:5278:d32e:0:1d4d:933a:afcc:c02 (WAN) 188.136.105.135 Performance: Load: 1% Up time: 27 days 5:26 Memory usage: 4% of 1.94G CPU temp: 47°C Usage of /: 5% of 29G storage/: 3% of 234G Tips: Support our crowdfunding project https://forum.armbian.com/crowdfunding/project/16-help-armbian-grow-support-joi n-our-team/ Commands:  
    Danke ...
  17. Like
    Werner got a reaction from laibsch in Install avahi-daemon with ssh service exposed by default   
    We can discuss including this into CLI/desktop images. Not for minimal.
  18. Like
    Werner got a reaction from laibsch in Now starting desktop environment... Does not display hdmi output   
    This is more or less expected for current since the HDMI implementation in this LTS version is very basic/incomplete. Features were and still are in development and did not make it into this version. If you need desktop use edge or vendor.
  19. Like
    Werner got a reaction from laibsch in Now starting desktop environment... Does not display hdmi output   
    If there are no pre-built version available, use the build framework to create your own: https://docs.armbian.com/Developer-Guide_Build-Preparation/
  20. Like
    Werner got a reaction from dummykid in Do we have image for BTT CB2 ?   
    https://github.com/armbian/build/blob/main/config/boards/bigtreetech-cb2.conf
    Config is there. If there is no pre-made build available use the framework to create your own. This is what it's made for.
  21. Like
    Werner got a reaction from teddytronix in Rock3A Armbina how to enable 1-wire, SPI3, and I2C3   
    Alright. Yes, there seems to be some issue with the naming of the overlays which required editing armbianEnv by hand. It is hard to keep up with the continously changing world of SoCs and kernels where latter, especially on mainline, often even lacking basic overlays since close to nobody deals with this.
  22. Like
    Werner got a reaction from mantouboji in Don't use kernel 6.12.16 on sunxi64   
    Seems indeed broken for H61*
    H6 is fine.
  23. Like
    Werner got a reaction from Thewonderer in OrangePi 3B HDMI and 3.5mm Audio Output Issues After Successful Installation   
    Available images are here:https://www.armbian.com/orangepi3b/
    If your desired flavor and kernel combination isn't available build your own:https://github.com/armbian/build
  24. Like
    Werner got a reaction from Amird in Orange pi 5 Ultra and pwm   
    Well on the bright sight both max and ultra are very similar.
    Though overlays might differ but that would need investigation. Easiest route is the one you actually already got on by checking the vendor source. Maybe they also provide a handful of matching overlays for this board. Maybe they can be ported.
  25. Like
    Werner got a reaction from Erez Alster in Orange pi 5 Ultra and pwm   
    Well on the bright sight both max and ultra are very similar.
    Though overlays might differ but that would need investigation. Easiest route is the one you actually already got on by checking the vendor source. Maybe they also provide a handful of matching overlays for this board. Maybe they can be ported.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines