Jump to content

RSS Bot

Bot
  • Posts

    4244
  • Joined

  • Last visited

    Never

Everything posted by RSS Bot

  1. Description Rock5a has emmc and spi flash sharing the same pin, so we can't support them in the same devicetree. I've added a new uboot defconfig supporting spi flash: https://github.com/radxa/u-boot/pull/23. We have to build uboot twice for rock5a, the first time supporting spi flash, the second time supporting 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. [x] Build image for rock5a and flash it to emmc, boot fine. [x] Flash rkspi_loader.img to spi flash, booting image flashed to nvme SSD, boot fine. 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 [ ] I have made corresponding changes to the documentation [x] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  2. Readability/grammatical improvements Removed icon to fix broken Contribution link in TOC View the full article
  3. Bumps tj-actions/changed-files from 35 to 36. Release notes Sourced from tj-actions/changed-files's releases. v36 Changes in v36.0.9 What's Changed Upgraded to v36.0.8 by @​tj-actions-bot in tj-actions/changed-files#1192 Update README.md by @​jackton1 in tj-actions/changed-files#1195 Updated README.md by @​tj-actions-bot in tj-actions/changed-files#1196 fix: matching all nested files with a directory name by @​jackton1 in tj-actions/changed-files#1197 Full Changelog: https://github.com/tj-actions/changed-files/compare/v36...v36.0.9 Changes in v36.0.8 What's Changed Upgraded to v36.0.7 by @​tj-actions-bot in tj-actions/changed-files#1190 feat: add support for running on release event by @​jackton1 in tj-actions/changed-files#1191 Full Changelog: https://github.com/tj-actions/changed-files/compare/v36...v36.0.8 Changes in v36.0.7 What's Changed Upgraded to v36.0.6 by @​tj-actions-bot in tj-actions/changed-files#1184 chore(deps): update tj-actions/eslint-changed-files action to v19 by @​renovate in tj-actions/changed-files#1185 fix: bug running changed files with limited history by @​jackton1 in tj-actions/changed-files#1188 chore(deps): lock file maintenance by @​renovate in tj-actions/changed-files#1189 Full Changelog: https://github.com/tj-actions/changed-files/compare/v36...v36.0.7 Changes in v36.0.6 What's Changed Upgraded to v36.0.5 by @​tj-actions-bot in tj-actions/changed-files#1182 feat: deduplicate dir names list by @​jackton1 in tj-actions/changed-files#1183 Full Changelog: https://github.com/tj-actions/changed-files/compare/v36...v36.0.6 Changes in v36.0.5 What's Changed Upgraded to v36.0.4 by @​tj-actions-bot in tj-actions/changed-files#1180 fix: error detecting initial commits by @​jackton1 in tj-actions/changed-files#1181 ... (truncated) Changelog Sourced from tj-actions/changed-files's changelog. Changelog 36.0.9 - (2023-05-29) 🐛 Bug Fixes Matching all nested files with a directory name (#1197) (cf4fe87) - (Tonye Jack) 🔄 Update Updated README.md (#1196) Co-authored-by: jackton1 jackton1@users.noreply.github.com (58c7ce2) - (tj-actions[bot]) Update README.md (61316fd) - (Tonye Jack) Update README.md (#1195) (5d38ef5) - (Tonye Jack) Update README.md (51330c5) - (Tonye Jack) Update README.md (7b92155) - (Tonye Jack) Update README.md (3127174) - (Tonye Jack) ⬆️ Upgrades Upgraded to v36.0.8 (#1192) Co-authored-by: jackton1 jackton1@users.noreply.github.com (cfdaf8f) - (tj-actions[bot]) 36.0.8 - (2023-05-29) 🚀 Features Add support for running on release event (#1191) (043929e) - (Tonye Jack) ⬆️ Upgrades Upgraded to v36.0.7 (#1190) Co-authored-by: jackton1 jackton1@users.noreply.github.com (96fd197) - (tj-actions[bot]) 36.0.7 - (2023-05-29) 🐛 Bug Fixes Bug running changed files with limited history (#1188) (449a845) - (Tonye Jack) 🔄 Update Update README.md (777b2b4) - (Tonye Jack) Update README.md (2fafe0a) - (Tonye Jack) ... (truncated) Commits cf4fe87 fix: matching all nested files with a directory name (#1197) 58c7ce2 Updated README.md (#1196) 61316fd Update README.md 5d38ef5 Update README.md (#1195) 51330c5 Update README.md 7b92155 Update README.md 3127174 Update README.md cfdaf8f Upgraded to v36.0.8 (#1192) 043929e feat: add support for running on release event (#1191) 96fd197 Upgraded to v36.0.7 (#1190) Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) View the full article
  4. Set in the heart of Silicon Valley, XR enthusiasts are eagerly awaiting to see the latest advancements on display at Augmented World Expo (AWE) 2023. View the full article
  5. Description Same fixes for rockchip 32 bit and rk322x families applied to patches for kernel 6.1 here, but for edge kernel 6.3 to let it compile happily. Can wait next release, but it should be no harm in any case How Has This Been Tested? [x] Compiled kernel deb packages for rk322x [x] Compiled kernel deb packages for rockchip 32 bit 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] I have made corresponding changes to the documentation [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  6. Description As per subject, fixes the esp8089 driver to allow module remove without errors and leave the hardware in cold state to allow further module insertion. Not a great deal, can even wait after release, but only deal with CSC boards so should not be too worrisome. How Has This Been Tested? [x] Module has been tested [x] Current kernel debian packages compile [x] Edge kernel debian packages compile 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] I have made corresponding changes to the documentation [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  7. Description Enabling since it works. Jira reference number AR-1762 How Has This Been Tested? [x] Generated Jammy rootfs View the full article
  8. Description The default power_allocator governor will not speed up the pwm fan when temp rises up, but step_wise will do according to cooling_level defined in the devicetree. Before this commit I have to set the governor manually by command echo step_wise > /sys/class/thermal/thermal_zone0/policy on rock5b. Since there are many rk3588 boards have pwm-fan node defined in the devicetree, I think it's better to set this governot to default. 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] No need to manualy set the governor after installing the kernel 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 [ ] I have made corresponding changes to the documentation [x] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  9. starfive/edge: bump 6.1.23 to 6.1.y; rebase to v6.1.30; hammer dma,pwm patches; update .config no idea if this works, at least it builds View the full article
  10. Description U-boot will go into boot loop when SSD is attached to the USB 3 port. There is a conflict in the patch patch/u-boot/v2022.10/meson64-boot-usb-nvme-scsi-first.patch. The boot loop has been resolved by removing the patch or by placing the priority of USB below MMC. How Has This Been Tested? By compiling u-boot.bin from trunk (linux-u-boot-bananapim5-current_23.05.0-trunk) for u-boot v2022.10 and v2023.4 and testing it on Bpi-M5. Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. [x] Test A - Removing patch/u-boot/v2022.10/meson64-boot-usb-nvme-scsi-first.patch [x] Test B - Reordering the Priority of USB to be below MMC. By executing Test A, BPi-M5 can boot successfully. It shows that the current patch to give higher order priority to usb/nvme/scsi create conflict to the booting process. Test B reorder the USB to lower priority. The BPi-M5 can still boot successfully without any errors. 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 [ ] I have made corresponding changes to the documentation [x] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  11. 😢 still fallout from yesterday's 6.1.30 / 6.3.4 chaos and we're 6.2.16 in the middle EOL View the full article
  12. Description Also update rk35xx to 5.10 rkr4 for rk356x 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] Build legacy image for rock3a [x] Image works on rock3a 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 [ ] I have made corresponding changes to the documentation [x] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  13. Released last week, Weston 12.0 brings a number of highlights including two new backends, support for multiple scanout devices, and the addition of new protocol implementations. Here's a look at some of the changes that have landed in this new version. View the full article
  14. Description Just a board status change. View the full article
  15. BPI-CM4 IO: RTW88: Realtek 8822CS SDIO Wireless Support Additional driver support: Realtek 8822BS SDIO wireless network adapter Realtek 8822BU USB wireless network adapter Realtek 8822CS SDIO wireless network adapter Realtek 8822CU USB wireless network adapter Realtek 8821CS SDIO wireless network adapter Realtek 8821CU USB wireless network adapter Jira reference number AR-1724 How Has This Been Tested? Built a new kernel with the latest changes, installed it, added required firmware and rebooted. ____ ____ _ ____ __ __ _ _ ___ ___ | __ )| _ \(_) / ___| \/ | || ||_ _/ _ \ | _ \| |_) | | | | | |\/| | || |_| | | | | | |_) | __/| | | |___| | | |__ _| | |_| | |____/|_| |_| \____|_| |_| |_||___\___/ Welcome to Armbian 23.05.0-trunk Bookworm with Linux 6.1.30-meson64 No end-user support: built from trunk System load: 2% Up time: 31 min Memory usage: 4% of 3.69G IP: 10.0.0.XXX CPU temp: 52°C Usage of /: 6% of 30G RX today: 4.9 MiB [ 0 security updates available, 19 updates total: apt upgrade ] Last check: 2023-05-25 07:50 Last login: Tue May 23 14:27:27 2023 lsmod | grep rtw rtw88_8822cs 16384 0 rtw88_8822c 462848 1 rtw88_8822cs rtw88_sdio 20480 1 rtw88_8822cs rtw88_core 159744 2 rtw88_8822c,rtw88_sdio mac80211 606208 2 rtw88_sdio,rtw88_core cfg80211 430080 2 rtw88_core,mac80211 sudo iwconfig lo no wireless extensions. end0 no wireless extensions. wlan0 IEEE 802.11 ESSID:"XXX" Mode:Managed Frequency:5.785 GHz Access Point: A2:3D:CF:FF:C5:EB Bit Rate=175.5 Mb/s Tx-Power=20 dBm Retry short limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:off Link Quality=62/70 Signal level=-48 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:28 Missed beacon:0 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 [ ] I have made corresponding changes to the documentation [X] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  16. Description Add cpu-frequency to orangepizero2, allwinner h616 6.x.y kernels Follow up Jira reference number AR-1683 How Has This Been Tested? Armbian 23.05.0-trunk Bullseye ttyS0 orangepizero2 login: alistair Password: ___ ____ _ _____ ____ / _ \| _ \(_) |__ /___ _ __ ___|___ \ | | | | |_) | | / // _ \ '__/ _ \ __) | | |_| | __/| | / /| __/ | | (_) / __/ \___/|_| |_| /____\___|_| \___/_____| Welcome to Armbian 23.05.0-trunk Bullseye with bleeding edge Linux 6.2.16-sunxi64 No end-user support: built from trunk System load: 13% Up time: 0 min Memory usage: 8% of 984M IP: 10.0.0.12 CPU temp: 42°C Usage of /: 5% of 29G [ Menu-driven system configuration (beta): sudo apt update && sudo apt install armbian-config ] alistair@orangepizero2:~$ dmesg | grep cpu* [ 0.000000] percpu: Embedded 19 pages/cpu s38760 r8192 d30872 u77824 [ 0.000000] pcpu-alloc: s38760 r8192 d30872 u77824 alloc=19*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] printk: log_buf_len individual max cpu contribution: 4096 bytes [ 0.000000] printk: log_buf_len total cpu_extra contributions: 12288 bytes [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys). [ 0.041807] cpuidle: using governor menu [ 0.062518] cryptd: max_cpu_qlen set to 1000 [ 0.700973] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear) [ 0.875685] ledtrig-cpu: registered to indicate activity on CPUs [ 2.053265] sun50i_cpufreq_nvmem: Using CPU speed bin speed0 [ 8.995945] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 408000 KHz, changing to: 480000 KHz [x] Test A BUILD compiled and booted 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 [ ] I have made corresponding changes to the documentation [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  17. Description Test build from here: https://github.com/amazingfate/armbian-rock5b-images/releases/tag/20230524-0807 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] Image build sucessfully [x] Image running fine on rock5b 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 [ ] I have made corresponding changes to the documentation [x] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  18. drivers_network: fix bluetooth stuff landed in 6.1.30/6.3.4 but not in 6.2.y drivers_network: wireless-driver-for-uwe5622-park-link-v6.1-post: fix for 6.1.30 drivers_network: rtl8723cs bt: disable landed patches in 6.1.30/6.3.4; keep for 6.2, which is EOL rockchip64/current 6.1.y: fix broadcom bt serdev hack for 6.1.30 rockchip64/edge 6.3.y: fix broadcom bt serdev hack for 6.3.4 Only after doing this I saw https://github.com/armbian/build/pull/5240 -- sorry View the full article
  19. Description A bunch of patches did not apply anymore to rk322x/rockchip familes due to small upstream changes. This PR fixes the annoyance. How Has This Been Tested? [x] rk322x family patches apply cleanly for current kernel [x] rockchip family patches apply cleanly for current kernel 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] I have made corresponding changes to the documentation [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 1 out of 1 hunk FAILED --> (43) WARNING: * applying patch/misc/wireless-rtl8723cs/bluetooth-btrtl-quirk-local-ext-features.patch [ failed ] 10 out of 14 hunks FAILED Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored --> (43) WARNING: * applying patch/misc/wireless-rtl8723cs/Bluetooth-btrtl-add-support-for-the-RTL8723CS.patch [ failed ] Ass per title. https://paste.next.armbian.com/girevorico @paolosabatino Also bump Allwinner Jira reference number [AR-9999] How Has This Been Tested? [x] Compiling current meson64 kernel 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 [ ] 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
  21. rock-5a: add support for Rock-5A, WiP, using rockchip-rk3588 - by @amazingfate Split-off from https://github.com/armbian/build/pull/5230 Board file straight from https://github.com/amazingfate/armbian-rock5b-images/blob/master/rock-5a.conf View the full article
  22. rockchip64/edge 6.3.y: manually fix Radxa E25/CM3 patches, rebase to v6.3.3, update .config fix E25/CM3 patches from https://github.com/armbian/build/pull/5165#issuecomment-1560666066 rebase all patches to v6.3.3, archeology for missing mboxes update .config, no actual changes Still trying to keep edge clean & patching working... View the full article
  23. kernel: drivers: wireless-rtl8723du-6.3.patch: don't patch the same thing twice Can't really tell how this happened. Am I missing something, @paolosabatino? This removes second identical patch in the same file... View the full article
  24. 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-1754 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. booted and verified that wlan0's MAC was being derived from the CPU's serial number again 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] I have made corresponding changes to the documentation [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 Fix for Orangepi-r1plus-lts network interface logical names that changed and broke networking. The problem was caused by one of the network interface logical names changing from eth0 to end0. Fixed with a rename in /etc/udev/rules.d/70-rename-lan.rules which is already created from a hook in the board config file (to rename the other network interface). Jira reference number AR-1747 How Has This Been Tested? [x] Built images on: current bookworm, current jammy, edge sid. [x] Tested each image with an iperf3 server session via each network interface individually from an iperf3 client session on a computer with Gb NIC. Performance was as expected. [x] Tested each build with two iperf3 client sessions bound to both network interfaces simultaneously to iperf3 server sessions on two computers with Gb NICs (to hammer both ports simultaneously). Performance was as expected. 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
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines