Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Figured it out - somehow my /lib/modules/5.10.x were not compatible with my boot image that I pulled from the latest 24.2 image. I copied the /lib/modules/5.10.160-legacy-rk35xx from working armbian image to my system and wifi is back
  3. I upgraded my 5.10 install to 6.1 kernel got everything working including wifi using armbian-config - change kernel but after I noticed that video acceleration was broken with vlc I decided to rollback. The initial rollback somehow failed, after some tweaking, I've been able to boot the system again and run kernel 5.1 but now I don't have my ap6275 working anymore and the video acceleration modules from 5.x seem to be gone. I have the overlay for the ap6275 but it is not loading any module. What am I missing?
  4. Today
  5. Dear Armbians, Armbian point releases are times when our entire team works diligently to stabilize our highly complex ecosystem. We understand that, despite our best efforts, there will always be some issues that may not work perfectly. We estimate that resolving bugs and adding new features for each release takes thousands of hours to be completed. This is what the Armbian and its community contributes on top of the vanilla Linux code, which is aggregated at common points, usually referred to as mainline. The code, contributed by many individuals, is intended to be stable. However, given the complexity of the Linux kernel and its maintenance by a diverse group of people, there are no uniform standards, and code quality can vary. Nevertheless, it remains the best we have. Stay Updated with Nightly Builds We are not far from the previous point release, and if you wish to stay updated with daily changes, you are welcome to do so. To switch to nightly automated builds, follow these steps: Run sudo armbian-config Select System and then, Nightly Please note that this is not recommended for production environments, as these builds are not thoroughly tested. However, in most cases, they should work well. Before making this switch, we recommend checking our automated tests. If they are passing, you should be in a good position. Some features might still have issues, and we encourage you to engage with our developer community to help resolve them. Our team is too small and will always remain too small to address all issues alone, we can’t fix problems arising from the contributions of thousands of people. Only with your assistance we can achieve this. If you require a specific feature to work or if you want to take some of our burden away, consider sponsoring our developers, who are professionals dedicated to this work. Switch to Recent Kernel Versions If nightly builds are not sufficiently current for you, you can switch even further – to the most recent kernel versions. This option is only for those willing to take risks: Run sudo armbian-config Select System and then, Other This will provide options for kernels that you can switch to for your hardware. For example, most hardware in the previous release came with kernel v6.6, and here you will be able to roll back to the previous 6.1 or try the most recent 6.9.y / 6.10.y. Please be aware that you are entering a bleeding-edge area where stability may be compromised, but you might find that everything works well. Happy hacking! Best Regards, The Armbian team The post Armbian Leaflet #25 first appeared on Armbian. View the full article
  6. fixed my problem with maskmod had to hold the RST button with the usb cable connected for 10sec [counted and tried for few times] to be able to enter it again! the other problem only the desktop version works!! tried the minimal img Armbian_community_24.8.0-trunk.6_Rk322x-box_bookworm_current_6.6.31_minimal.img.xz with no vail only desktop ver works Armbian_community_24.8.0-trunk.6_Rk322x-box_jammy_current_6.6.31_xfce_desktop.img.xz
  7. Hello, AFAIK you have two options: - broken board/DDR memories - bad command rate timing The former problem cannot be solved unless you are capable of fixing the board at industrial level, but most probably your problem is the latter. Usually most boards/ddr memories work with 2T (2 clock cycles) command rate, which is more compatible because more "relaxed". For some reasons I don't know, some DDRs want 1T Command Rate. You can edit the multitool.img file with an hex editor and change the byte at position 0xABFC. You should find it to be 0x01 (2T CR), and you should turn it to 0x00 (1T CR): then write again the multitool on sdcard and try again via maskrom The multitool is also capable to switch from 1T to 2T and viceversa when the loader is installed in the eMMC, so if you burn armbian on eMMC, don't forget to use the Command Rate multitool menu option to select the right CR option!
  8. All Armbian images require the user to have an internet connection. Before the first start, your device must be connected to the router using a cable and the router must distribute IP addresses via DHCP. Almost all devices do not have a watch with a battery. Therefore, after the kernel boot stage, the OS service tries to configure the system clock by sending a request to the NTP server. If there is no response, then the system waits for it and kind of stops. The user sees a blank screen. This line says that the system turned out to be in the past. [ 6.026051] systemd[1]: System time before build time, advancing clock. At the same time, it cannot properly process the file system that is in the future. Possible solutions to the problem: 1) Purchase a watch with a battery and connect it to the 40 pin connector. Add a dtbo overlay file for this type of watch. Set the system clock to the current time. 2) Connect the device to a local network in which there is another device with a watch with a battery. Configure and run an NTP server on this device. On a device without a watch, specify the NTP address on the local network.
  9. Description Allow to use Docker credentials for oras-cli push artifacts when CI=true is set, but not in GitHub action. TODO: fix GITHUB_OUTPUT use if CI=true is set. Jira reference number AR-2357 How Has This Been Tested? [X] correct push to external container registry with CI=true Checklist: [X] My code follows the style guidelines of this project [X] I have performed a self-review of my own code [X] My changes generate no new warnings View the full article
  10. Description Ubuntu noble ships qbootctl with a bug which makes qbootctl service can't start: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057918. I fixed it in my ppa liujianfeng1994/qcom-mainline. I use a silly dd method to create rootfs. It's better to use losetup to load the built image and copy rootfs from the mounted loop device. Note: ubuntu noble also ships mkbootimg with bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050300, which will make this extension not working. So it's better not using noble as build environment. Debian's fix is still not packaged: https://salsa.debian.org/android-tools-team/android-platform-tools/-/commit/d26c3b5ac89efd92eb96ad029cd06400c1c9f015 How Has This Been Tested? Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. [x] ./compile.sh BOARD=xiaomi-elish BRANCH=current BUILD_DESKTOP=yes BUILD_MINIMAL=no DEB_COMPRESS=xz DESKTOP_APPGROUPS_SELECTED= DESKTOP_ENVIRONMENT=gnome DESKTOP_ENVIRONMENT_CONFIG_NAME=config_base KERNEL_CONFIGURE=no KERNEL_GIT=shallow RELEASE=noble Checklist: Please delete options that are not relevant. [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [x] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  11. Description The general improvements for RK3588 on 6.9 and 6.10 weren't as many as we've hoped, but still this is what was mainlined: USB3 DRD support, including PHY usbdp HDMI PHY GPU We already had most of those features patched in via patches, but this gives us the chance to finally be able to remove those and stay closer to mainline. -> PR summary: (+5,895 - 28,098) ~= 22,000 lines less 👍 (meaning less hassles in the future, less maintenance needed) In addition to that, I have also updated our patch to support RK3588 thermal sensors and management, enabling and improving the use of cooling fans. This patch also includes updates for CpuFreq and OPP. We had an old patch that patched in the HDMI Controller driver, but this patch does not build on 6.10. Fortunately, I was able to include a new, improved version for this driver, which is as recent as 1st of June. Since out "general-add-overlay-compilation-support.patch" became obsolete in Linux 6.9 (see AR-2352) , @paolosabatino developed an improved way on adding overlays as first seen in https://github.com/armbian/build/pull/6690. I have adapted this patch for 6.10, which also paves the way for other kernel bumps to 6.10 in the future. In addition to that, there are some fixes included for Orange Pi 5 and Khadas Edge 2 patches, which were failing on 6.10. Please see the commit messages for details. How Has This Been Tested? [x] Compile success: ./compile.sh BOARD=nanopc-cm3588-nas BRANCH=edge RELEASE=trixie EXPERT=yes KERNEL_CONFIGURE=no BUILD_MINIMAL=no BUILD_DESKTOP=no [ ] HDMI is untested [ ] More general testing is needed Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] I have commented my code, particularly in hard-to-understand areas [x] My changes generate no new warnings View the full article
  12. Can Somebody help? Wifi works, but, bluetooth dont... This is the Kernel 6.1 image V11
  13. a Few days ago I started noticing strange behavior with calls failing and pods with valid imag tags not working and finally figured out what seems like armbian stopped trusting any certificates. When I apt update I get errors (certificate something something) When I curl google.com it says invalid certificate and have to use --insecure for it to work. I've run update ca-certifactes -f to try and force it to trust them again but no real idea of what is wrong here.
  14. that what i did first, to install the img! but now, it wont go on maskmod again
  15. If the board is not detected on your PC, try pressing the reset button behind the audio jack connector, and keeping it pressed for two seconds while giving power to the board and then try again with the male-to-male cable.
  16. I would use this to replace my current NanoPC-T6 home server, as this lies freely within an ATX case in my 19inch rack ... the Rock5 ITX would definitely fit better into the case, and I could also use the plugs on the ATX header much better. (The NanoPC-T6 will then be used for some other projects ... definitely some AI related stuff :D)
  17. mainline support in 6.8 is to be considered experimental at most. Breaking is likely since it is bleeding edge. Feel free to use an image from earlier release. I hope at some point things get rebased on 6.10-rc where lots of new stuff hit mainline.
  18. Hi. i have two cheap TV boxes with rk3228a. installed armbian community 24.8.0 trunk 36 rk322x bookworm current 6.6.32 minimal img and loader "rk322x_loader_v1.10.238_256.bin" using "rkdeveloptool" with commands rkdeveloptool db loadername.bin rkdeveloptool wl 0x0 imagname.img the first boot was fine and started normally. when rebooted the device, it's just dead. only blue LED and blinking red LED. but nothing! and the device wont go on Maskmod to try another img or something!!
  19. Connect usb cable into an Android smartphone and select "USB Thetering" in smartphone... But in new release(v20240522) Ethernet was showing working(not tested), and wifi too(tested). I've give up because can't add CAN network module(don't know how), this is necessary to run my project (3d printer with klipper and can toolhead).
  20. @Khadas Tnx for the information. I have VONTAR QTV Q1, internals are the same. Will be great to have linux on a such small device for multiple purpose. Will follow this topic. 🤝
  21. I've done quite a bit of searching and can't find anyone else reporting this specific issue. As the title says any 6.8 image I try fails to boot. The LED is red for approx 4 seconds, turns green for 2 or 3 seconds, and then turns red again and stays that way no matter how long I wait. There is never any video regardless of which HDMI port I use. I've tried the following images: Armbian_24.8.0-trunk.85_Orangepi5-plus_noble_edge_6.8.12_gnome-oibaf_desktop.img.xz Armbian_24.5.1_Orangepi5-plus_noble_edge_6.8.10_gnome-oibaf_desktop.img.xz Armbian_24.5.1_Orangepi5-plus_noble_edge_6.8.10_xfce_desktop.img.xz Armbian_24.5.1_Orangepi5-plus_bookworm_edge_6.8.10_cinnamon_desktop.img.xz 6.1 images work fine. I get the immediate blinking purple-ish indicator and video with the middle HDMI port. Armbian_24.5.1_Orangepi5-plus_bookworm_vendor_6.1.43_cinnamon_desktop.img.xz Armbian_24.5.1_Orangepi5-plus_bookworm_vendor_6.1.43_minimal.img.xz The closest thing to my problem I could find was this I'm aware these folks are using 5B not 5 Plus but I went ahead and tried this anyway unplugging the HDMI to see if it would boot. That didn't work either. I know sometimes certain image writers work while others don't. I've tried writing these images in balena etcher, rufus, and raspberry pi writer. This doesn't seem to effect the situation. Any help would be greatly appreciated. Thank you!
  22. I finally got wifi working on a fresh install of 24.5.1. Video acceleration is working perfectly in Chromium but I am not having any luck playing h264 mp4 videos with hardware acceleration in vlc or mpv. Is this possible or am I missing something? CPU is around ~30% with chromium playing 4k youtube but if I play one of my mp4 files it's a solid 130%
  23. > Back in March I ran into problems with the community builds for the NanoPi Neo, for Debian Bookworm. It would boot up initially, > but within 30 minutes or so, it would crash. So I did a fresh install from the last official build I had saved from June 2023: > Armbian_23.5.2_Nanopineo_bookworm_current_6.1.30 Dear @dave3 I had the same problem with my three NanoPi Neo2 (the H5 version of the Neo) I went for the (latest) 6.1.36 image and did also the freeze kernel/firmware (now they are running cool/stabe:
  24. Maybe. However nothing we could do anything about.
  25. https://archive.armbian.com If it is not there its gone.
  26. Can I get orange pi one ARMBIAN 5.34 version? We developed a product based on orange pi one ARMBIAN 5.34 and need to modify it but I can not find this version. Kindly let me know.
  27. The sound patches have now been implemented in Armbian current and edge. The community images for orangepizero3 are only updated once a week. So either wait for a new image or build one yourself from Armbian build on github.
  1. Load more activity
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines