Jump to content

RSS Bot

Bot
  • Posts

    4252
  • Joined

  • Last visited

    Never

Everything posted by RSS Bot

  1. Description Disable saving state of leds such as: enP1p1s0-0::lan enP1p1s0-1::lan enP1p1s0-2::lan enP1p1s0-3::lan enP2p1s0-0::lan enP2p1s0-1::lan enP2p1s0-2::lan enP2p1s0-3::lan These leds are not manageable and when restored trow up errors in kernel ring buffer [ 13.964507] leds enP1p1s0-0::lan: Setting an LED's brightness failed (-524) [ 13.989055] leds enP1p1s0-0::lan: Setting an LED's brightness failed (-524) [ 13.989100] leds enP1p1s0-1::lan: Setting an LED's brightness failed (-524) [ 14.021133] leds enP1p1s0-1::lan: Setting an LED's brightness failed (-524) [ 14.021176] leds enP1p1s0-2::lan: Setting an LED's brightness failed (-524) [ 14.070622] leds enP1p1s0-2::lan: Setting an LED's brightness failed (-524) [ 14.073070] leds enP1p1s0-3::lan: Setting an LED's brightness failed (-524) [ 14.097028] leds enP1p1s0-3::lan: Setting an LED's brightness failed (-524) [ 14.097066] leds enP2p1s0-0::lan: Setting an LED's brightness failed (-524) [ 14.132938] leds enP2p1s0-0::lan: Setting an LED's brightness failed (-524) [ 14.132982] leds enP2p1s0-1::lan: Setting an LED's brightness failed (-524) [ 14.154556] leds enP2p1s0-1::lan: Setting an LED's brightness failed (-524) [ 14.157496] leds enP2p1s0-2::lan: Setting an LED's brightness failed (-524) [ 14.197328] leds enP2p1s0-2::lan: Setting an LED's brightness failed (-524) [ 14.197371] leds enP2p1s0-3::lan: Setting an LED's brightness failed (-524) [ 14.214507] leds enP2p1s0-3::lan: Setting an LED's brightness failed (-524) How Has This Been Tested? [x] running correctly on nanopi-r5c and orangepi-5-plus --> enP* entries are not saved to armbian-leds.conf 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
  2. Description Need to be fixed after release. Some background in comments https://github.com/armbian/build/pull/6656 How Has This Been Tested? [ ] CI build Checklist: [ ] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  3. Amlogic A113X 1Gb RAM eMMC 8Gb USB (1 port) Ethernet Wireless Realtek 8189FSTV / Z-WAVE There is currently no easy way to flash the IMG. In order to test the build Flash Jethub D1 IMG using the aml-flash-tool Flash Gateway-gz80x IMG to a USB stick Power on unit and input user information or bypass Insert USB stick, reboot sudo reboot. (You should now be booting from the USB stick) Input user information and execute sudo armbian-install and transfer to eMMC When done; power down, pull USB stick and power on. In the future we need to be able to generate IMGs that can be flashed using the aml-flash-tool. NOTE: USB storage isn't detected in U-Boot, when cold booting from the Jethub img. This is why it requires a reboot before we can boot from USB. View the full article
  4. Description orangepi5-plus u-boot patch dir has been detached to allow patching in kaslr support this PR includes general 2024.07 patches to board such as: general-btrfs-fix-out-of-bounds-write.patch general-dwc-otg-usb-fix.patch general-dw-hdmi-disable.patch general-fix-inno-phy-macro.patch note to users and maintainers: sorry for forgetting to include those patches in my first PR How Has This Been Tested? [x] Succesfully built and ran u-boot 2024.07 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 [x] My changes generate no new warnings View the full article
  5. Description nanopi-r5c u-boot patch dir has been detached to allow version bump to 2024.07 and add kaslr support patchset this PR includes general 2024.07 patches to board such as: general-btrfs-fix-out-of-bounds-write.patch general-dwc-otg-usb-fix.patch general-dw-hdmi-disable.patch general-fix-inno-phy-macro.patch note to users and maintainers: sorry for forgetting to include those patches in my first PR How Has This Been Tested? [x] Succesfully built and ran u-boot 2024.07 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 [x] My changes generate no new warnings View the full article
  6. Description Orange Pi 5 requires to relocate FSPI0 pinctrl to identify SPI flash. Otherwise, it breaks NVME boot like now. This PR fixes it How Has This Been Tested? [x] Build and boot Checklist: Please delete options that are not relevant. [ ] My code follows the style guidelines of this project [ ] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  7. Description Current armbian images can't boot from sd card, and rockchip has provided uboot patches to fix it. 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=armsom-sige5 BRANCH=vendor BUILD_MINIMAL=no DEB_COMPRESS=xz KERNEL_CONFIGURE=no RELEASE=noble KERNEL_GIT=shallow BUILD_DESKTOP=yes DESKTOP_APPGROUPS_SELECTED= DESKTOP_ENVIRONMENT=gnome DESKTOP_ENVIRONMENT_CONFIG_NAME=config_base [x] Tested sd card boot with armsom sige5 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
  8. bump u-boot to 2024.07 patch in kaslrseed support enable kaslrseed in nanopi-r5c-rk3568-defconfig set CONFIG_RANDOMIZE_BASE=y(kaslr) (kernel) Reference patchset: 1949474 Credit: Tim Harvey How Has This Been Tested? [x] Built and run edge kernel + u-boot --> KASLR enabled 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
  9. Description patch u-boot 2024.07 to support KASLR enable KASLR Reference patchset: 1949474 Credit: Tim Harvey How Has This Been Tested? [x] built and ran minimal trixie edge orangepi5-plus --> KASLR Enabled 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 This fixes armbian-firmware-full missing the symlinks from linux-firmware How Has This Been Tested? [x] Build an image with armbian-firmware-full and confirmed the symlinks were there and pointed to the right location 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 [ ] I have made corresponding changes to the documentation [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  11. MBa8MPxL: rework uboot patches Description The U-Boot Repo get some updates. This reworks the patches depending on these updates. How Has This Been Tested? [x] Build images for mba8mp-ras314 and mba8mpxl with new patches [x] Boot test "bookworm_current" mba8mp-ras314 [x] Boot test "bookworm_current" mba8mpxl Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code View the full article
  12. Description Better label description. View the full article
  13. Description Add latest Linux Mint versions, Virginia and Wilma, to supported hosts. Add virginia and wilma in host-release.sh Add wilma (noble) in prepare-host.sh. How Has This Been Tested? [x] Linux Mint Virginia (xfce) - ./compile.sh build BOARD=orangepizeroplus BRANCH=edge RELEASE=bookworm [x] Linux Mint Wilma (xfce) - ./compile.sh build BOARD=orangepizeroplus BRANCH=edge RELEASE=bookworm Checklist: [x] My changes generate no new warnings View the full article
  14. Description An attempt to set default Wallpaper on KDE Neon Jira reference number AR-2002 How Has This Been Tested? [ ] Build image Desktop show in selection, but does not apply. Checklist: [ ] My code follows the style guidelines of this project [ ] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  15. Description We have disabled this since base-files were downgrading when MESA extension was used. I still down know why this happens, but holding base-files before and unholding after solves the problem. KDE Neon builds and works fine. How Has This Been Tested? [x] Generate image and playing around with Checklist: [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 [x] Any dependent changes have been merged and published in downstream modules View the full article
  16. Description Default packages change in minimal images. Checklist: [x] My code follows the style guidelines of this project View the full article
  17. Description Continuing from https://github.com/armbian/build/pull/6229 RK repo is dead, moving to pure mainline bump EDGE to 6.10.y disable broken patches update kernel config AR-2015 How Has This Been Tested? [x] Boot device with kernel 6.10.3 [x] Boot device with kernel 6.6.44 Checklist: [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  18. Description Apply small fixes to MAC setting routine, address some shell check stuff. How Has This Been Tested? [x] Executed script created YAML configs, reboot succeeded, vendor kernel 6.1.y Checklist: [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  19. Description Maint. How Has This Been Tested? [ ] Running legacy kernel on Nanopi Neo https://paste.armbian.com/juzupiburi Checklist: [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  20. Description Armsom5 - switch to vendor branch and add BOARD_MAINTAINER field to suppress warnings How Has This Been Tested? [x] No device, build test only. Checklist: [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  21. Description 6.1 vendor kernel is not bootable on opi3b. There is a post in forum: https://forum.armbian.com/topic/36332-orangepi3b-kernel-panic-when-trying-to-boot-with-the-new-vendor-kernel6143/#comment-186436 Opi3b is using mainline uboot for all branches which is not compatibale with vendor kernel's npu, ~so I use radxa's rockchip uboot instead and limit mainline uboot to branch edge~. I find that setting vdd_npu with property regulator-always-on will fix the issue. There is also a missing uwe5622 patch on rk35xx family, which will cause kernel panic of sprdbt_tty kernel module. 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=orangepi3b BRANCH=vendor BUILD_MINIMAL=no DEB_COMPRESS=xz KERNEL_CONFIGURE=no RELEASE=noble KERNEL_GIT=shallow BUILD_DESKTOP=yes DESKTOP_APPGROUPS_SELECTED= DESKTOP_ENVIRONMENT=gnome DESKTOP_ENVIRONMENT_CONFIG_NAME=config_base [x] Opi3b vendor kernel can boot now 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
  22. Description Maint. How Has This Been Tested? [ ] CI build Checklist: [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  23. since armbian 24.8.0-trunk.205 this board stop working find a fix on station-p2 for it forum thread How Has This Been Tested? H96-MAX-RK3566 V56 4GB 32GB internal MMC 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 [ X ] I have commented my code, particularly in hard-to-understand areas [ X ] My changes generate no new warnings [ X ] Any dependent changes have been merged and published in downstream modules View the full article
  24. Description After last rework of Armbian repository management, a new $RELEASE key was created, but that would require changes to /etc/apt/sources.list.d/armbian.list In order to not touch this file and revert this, we rather make change on repository side and move: base-files, bsp → RELEASE-utils desktop-bsp → RELEASE-desktop Their incoming folder is under: output/debs/extra/RELEASE-utils output/debs/extra/RELEASE-desktop Jira reference number AR-2445 How Has This Been Tested? [ ] Generate image, generate repo, update from repo / check lists Mandatory [ ] Stable repository re-created from scratch 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 [x] Any dependent changes have been merged and published in downstream modules View the full article
  25. Description added support for board core3566 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] vendor kernel 6.1 with ubuntu 24.04, server build. OK, with eth works. [x] edge kernel 6.10 with ubuntu 24.04, server build. Failed to boot. 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 [x] I have commented my code, particularly in hard-to-understand areas [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines