Jump to content

RSS Bot

Bot
  • Posts

    4252
  • Joined

  • Last visited

    Never

Everything posted by RSS Bot

  1. Description As per subject, bump edge kernel to 6.8 for rockchip 32 bit family. Also include a patch to handle an apparently missing Makefile in tools/cgroup directory which makes the compilation process crash when cleaning the tools kernel subdirectory. In case other families are bumped to kernel 6.8, it should be copied as well or moved into misc directory and applied somewhere until kernel people fix that. Jira reference number AR-2111 How Has This Been Tested? [x] Kernel .deb packages compiled and tested on a rk322x-box live system 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 As described in the forum topic https://forum.armbian.com/topic/35677-tinkerboard-not-booting-after-updates/#comment-185896, upgrading on Asus Tinkerboard breaks the bootloader and prevents the entire system to reboot. As side effect - but not yet reported by anyone - should also break other rk3288 and rk322x board bootloaders. This PR restores the previous post-install platform_install.sh script for each board/family as it was before the family merge. Jira reference number AR-2109 How Has This Been Tested? [x] Compiled tinkerboard target, extracted the u-boot .deb package and manually inspected platform_install.sh script, not tested on a live system [x] Compiled rk322x-box target, extract u-boot .deb package and manually inspected platform_install.sh script 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
  3. Description As mentioned by @andyshrk , this gpu node patch has deleted line status = "disabled"; of node usb_host2_xhci, this will fix that so usb_host2_xhci will not get enabled on all boards. 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 kernel BOARD=rock-5b BRANCH=edge DEB_COMPRESS=xz KERNEL_GIT=shallow [x] Check node usb_host2_xhci in file cache/sources/linux-kernel-worktree/6.8__rockchip-rk3588__arm64/arch/arm64/boot/dts/rockchip/rk3588s.dtsi [x] rock5b boots fine 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
  4. bcm2711: restore lost RPI_DEBUG_CONSOLE bcm2711: restore lost RPI_DEBUG_CONSOLE if RPI_DEBUG_CONSOLE=yes: config.txt: enable_uart=1 dtoverlay=disable-bt cmdline.txt: console=tty1 console=ttyAMA0,115200 loglevel=7 this was lost in revision 1c3b7ec36ce04c02711fa253073e5ae850c43830 for some reason View the full article
  5. rockpro64: bump u-boot to v2024.04-rc4; use binman-produced bins rockpro64: bump u-boot to v2024.04-rc4; use binman-produced bins mmc-sdhci-allow-disabling-sdma-in-spl.patch has landed in https://github.com/u-boot/u-boot/commit/3cd664dc92ca832506f1a4e7769cb5ee6a88137d use binman-produced binaries use flashcp -p to write fast to spi also: bump ATF (TF-A) to lts-v2.8.16 also: enable TCP networking cmds in u-boot also: configure /etc/fw_env.config userspace to SPI env coordinates configure /etc/fw_env.config userspace to SPI env coordinates include libubootenv-tool userspace for fw_printenv and fw_setenv View the full article
  6. khadas-vim3l/khadas-vim3: enable networking cmds in u-boot khadas-vim3l: enable networking cmds in u-boot khadas-vim3: enable networking cmds in u-boot View the full article
  7. Description Last time when I update hdmi driver patches, I drooped this commit from collabora because it will break the system. Now I add it back with other necessary patches. Now hdmi should support more display modes. 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 kernel BOARD=rock-5b BRANCH=edge DEB_COMPRESS=xz KERNEL_GIT=shallow [x] HDMI works on rock5b. I don't have monitors with resolution like 1440p to test, but this will not break current status. 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. One of the largest trade fair of its kind, and a global platform for the embedded community, Embedded World will be taking place next month at the NürnbergMesse in the quaint city of Nuremberg, Germany View the full article
  9. Description armsom-sige7 mainline support with: [x] one HDMI port output [x] two 2.5G RTL8125 ethernet [x] usb2.0 A ports [x] USB 3.0 A ports(USB 3.1 Gen 1) [x] M.2 Key M [x] FAN [x] RTC [x] TF CARD Documentation summary for feature / change Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. [x] ./compile.sh build BOARD=armsom-sige7 BRANCH=edge BUILD_DESKTOP=yes BUILD_MINIMAL=no DESKTOP_APPGROUPS_SELECTED='3dsupport browsers chat desktop_tools editors email internet multimedia office programming remote_desktop' DESKTOP_ENVIRONMENT=gnome DESKTOP_ENVIRONMENT_CONFIG_NAME=config_base DOWNLOAD_MIRROR=china GHCR_MIRROR=dockerproxy GITHUB_MIRROR=ghproxy KERNEL_CONFIGURE=no KERNEL_GIT=shallow MAINLINE_MIRROR=tuna RELEASE=jammy [x] Board boots fine with on board emmc. 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. [ ] Test A [ ] Test B 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
  10. Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. Jira reference number [AR-9999] Documentation summary for feature / change Please delete this section if entry to main documentation is not needed. If documentation entry is predicted, please provide key elements for further implementation into main documentation and set label to "Needs Documentation". You are welcome to open a PR to documentation or you can leave following information for technical writer: [ ] short description (copy / paste of PR title) [ ] summary (description relevant for end users) [ ] example of usage (how to see this in function) 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. [ ] Test A [ ] Test B 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
  11. Description Armsom is going to add mainline edge support to these two boards, and now all branches are using the same uboot config. So we do the uboot config to all branches. Just like what we do to mixtile-blade3: https://github.com/armbian/build/commit/bd0a09b24c7c9e4f9eae6bb24f526ae6cea48777 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 uboot BOARD=armsom-w3 BRANCH=edge DEB_COMPRESS=xz [x] ./compile.sh uboot BOARD=armsom-sige7 BRANCH=edge DEB_COMPRESS=xz 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
  12. Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. Issue-6402 AR-2106 This is to enable the snd_aloop module for rk3588. This is a very useful module for audio loop and recording. Documentation summary for feature / change 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] This change's been tested on my nanopi-r6s board. [x] loop recording works fine, see no warnings or errors. [x] default HDMI pcm audio works fine. 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
  13. add gmac0 ethernet support add poweroff support fix typo in dts 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 kernel BOARD=rock-5a BRANCH=edge COMPRESS_OUTPUTIMAGE=sha,gpg,xz DEB_COMPRESS=xz [x] gmac0 ethernet is enabled on h88k [x] poweroff command can shut down h88k 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
  14. Description Add panthor support to rockchip-rk3588-edge with panthor v6 patch. [x] gpu node is enabled for rock5b by collabora's patch [x] ubuntu user can use mesa from oibaf's ppa 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 kernel BOARD=rock-5b BRANCH=edge DEB_COMPRESS=xz GHCR_MIRROR=dockerproxy GITHUB_MIRROR=ghproxy KERNEL_GIT=shallow [x] panthor works on rock5b 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
  15. Description Rock 4C+ image experienced instability during boot due to the bootloader initializing with an incorrect memory clock of 800MHz, instead of the maximum supported 666MHz. This update incorporates a newer version of U-Boot that includes a default configuration for the 4C+ and specifies binaries for DDR and BL31. How Has This Been Tested? [x] Compiled and verified default image builds for 4C+ on working hardware [x] Confirmed that bootloader sets memory clock to 666MHz [x] Confirmed stability of boots 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
  16. Description The board has mainline kernel and u-boot support for almost 3 years now but Armbian doesn't build images for it. Add basic build config for this board with Wi-Fi extension enabled. Based on orangepizero2.conf X96 mate is H616-powered TV Box with the same Wi-Fi/BT chip as OPiZ2 (AW859A). Mainline DT is missing Wi-Fi node and some regulators are disabled, but PR is on its way. It doesn't hurt to add Wi-Fi extension to config now. How Has This Been Tested? [x] Compile and verify all defined flavours of image on working hardware [X] Tested Wi-Fi extension with patched DT and proved to be working 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
  17. Description See title. Reference: https://github.com/armbian/build/pull/6409#issuecomment-2006680880 Feel free to discuss/decide if the removal is appropriate. How Has This Been Tested? [x] Search for boot-rockchip64-vendor in the whole project View the full article
  18. Thanks to sponsors like STMicroelectronics, Netflix, Living Optics, and ChromeOS, Collabora once again came in first place with the most contributors for this release, with 16 developers taking part. View the full article
  19. Description Commit 562d96128ba6 introduces new variable "BOOT_SOC". This var is used at u-boot post install script, so "BOOT_SOC" must be avaiable on system image. Without this u-boot upgrade on tinkerboard will be completely broken. https://forum.armbian.com/topic/35677-tinkerboard-not-booting-after-updates/ How Has This Been Tested? [x] Add BOOT_SOC=rk3288 to /etc/armbian-release and the issue is fixed. 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
  20. Description When booting U-Boot for rockchip64 or rk3588 devices, the error Failed to load '...-fixup.scr' pops up. This PR fixes this error by checking if the file exists before trying to load it. This PR partially fixes https://github.com/armbian/build/issues/6398 Unfortunately, I was not able to fix the error with missing kaslrseed (even though it may only be cosmetic). Note: U-Boot uses Hush cli language. Not this Hush cli (!) but a different old Hush shell in Busybox which is very badly documented overall unfortunately. I could not find any Hush functionality or a U-Boot command to check if the command kaslrseed exists. Should we include CONFIG_CMD_KASLRSEED for every rockchip64 and rk3588 device? Jira reference number AR-2105 How Has This Been Tested? Just compiling a new uboot image and installing it with dpkg -i (+ armbian-config after that) did not work. [x] Compiled a new image, flashed it and checked U-Boot log ./compile.sh build BOARD=nanopc-cm3588-nas BRANCH=vendor BUILD_DESKTOP=no BUILD_MINIMAL=no KERNEL_CONFIGURE=no RELEASE=bookworm Checklist: [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 View the full article
  21. Description Added the necessary parts to create linux-libc-dev packages when creating armbian images. This functionality was not added to the new build system but worked just fine up until v23.02. In my opinion linux-libc-dev should always be created when building an armbian kernel as the kernel versions often differ greatly from the ones natively in the distros (eg. debian bookworm: 6.1.76 vs. armbian current 6.6.21). Also the armbian package source previously included the package but does not anymore, so the latest updates available were 23.02.2. See also https://forum.armbian.com/topic/36140-linux-libc-dev-packages-not-available-after-2302/#comment-184962 How Has This Been Tested? Used the updated scripts to build deb packages and images for bananapi and rpi4b. The created package linux-libc-dev installs the expected headers. 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
  22. Description Fix/rewrite-kernel-config two kernel configs (mvebu64-current and sun50iw9-btt-legacy) to adapt them to the latest wireless driver updates in drivers_network.sh. Without doing a rewrite-kernel-config refresh, their kernel builds might potentially fail due to misconfigured wireless driver modules. Checklist: [x] My changes generate no new warnings View the full article
  23. Description We are using out-dated hdmi patches and now mainline has hdmi phy merged. HDMI bridge driver is WIP by collabora but I can get it work on rock5b. Comparing deleted 0032 patch and new 0040 patch for rock5b, we can see devicetree is a llitle different from the old one, for example, we don't need node hdmi-con and hdmi0_out. We have to rewrite all these boards with hdmi support referring to rock5b: [ ] hinlink h88k [ ] rock 5a [x] rock 5b [ ] nanopi r6s/r6c [ ] khadas edge2 [ ] orange pi 5/5b [ ] orange pi 5 plus 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 kernel BOARD=rock-5b BRANCH=edge DEB_COMPRESS=xz KERNEL_GIT=shallow [x] HDMI works on rock5b 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
  24. Additions: GPU node UART 1 & 5 nodes GPU is disabled by default as I am not 100% how functional it currently is. 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 [X] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  25. Update maintainers and board status synced status from the database rename to .csc where we don't have anyone If you want to become a board maintainer, adjust data here. Ref: Board Maintainers Procedures and Guidelines View the full article
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines