Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. https://www.google.com/search?q=how+do+i+checkout+a+pr+github
  3. On that page at the bottom, I downloaded these, jammy, book, noble in xfce
  4. Just a remark: setting MIN_SPEED to 600 MHz would have NO effect on power consumption but required frequency switching would be less: switching between 408 and 600MHz would be avoided and the system could transition directly from 600 MHz to the highest frequency (essentially switching only between two states for each cpu). # cat /sys/devices/system/cpu/cpufreq/policy*/stats/trans_table From : To : 408000 600000 816000 1008000 1200000 1416000 408000: 0 7 6 4 1 3 600000: 9 0 4 1 2 2702 816000: 4 3 0 2 2 3 1008000: 4 1 1 0 2 9 1200000: 2 3 1 1 0 15 1416000: 2 2704 2 9 15 0 From : To : 408000 600000 816000 1008000 1200000 1416000 1608000 1800000 408000: 0 2 6 0 2 2 1 6 600000: 4 0 367 1 0 1 0 1099 816000: 8 263 0 0 0 0 0 123 1008000: 2 1 0 0 2 0 2 1 1200000: 2 1 0 0 0 2 2 2 1416000: 1 0 1 1 2 0 5 5 1608000: 0 0 0 1 1 3 0 13 1800000: 2 1205 20 5 2 7 8 0
  5. Two desktops needs additional testing: https://github.com/armbian/build/pull/6626 https://github.com/armbian/build/pull/6625 ... we are high on closing existing tasks and very low on time dealing with this. There are several other bugs that needs attention: https://www.armbian.com/participate/
  6. Hey there were you able to run it or not ?
  7. Today
  8. Can anyone tell me how to repair the Ethernet port? The error log is as follows: [ 26.619270] rk_gmac-dwmac fe010000.ethernet: Failed to reset the dma [ 26.621884] rk_gmac-dwmac fe010000.ethernet eth0: stmmac_hw_setup: DMA engine initialization failed [ 26.624545] rk_gmac-dwmac fe010000.ethernet eth0: __stmmac_open: Hw setup failed [ 26.769290] rk_gmac-dwmac fe010000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 26.774068] rk_gmac-dwmac fe010000.ethernet eth0: PHY [stmmac-1:00] driver [Generic PHY] (irq=POLL) [ 26.777878] dwmmc_rockchip fe2c0000.dwmmc: No normal pinctrl state [ 26.780446] dwmmc_rockchip fe2c0000.dwmmc: No idle pinctrl state [ 26.784638] dwmmc_rockchip fe2c0000.dwmmc: IDMAC supports 32-bit address mode. [ 26.788899] dwmmc_rockchip fe2c0000.dwmmc: Using internal DMA controller. [ 26.791572] dwmmc_rockchip fe2c0000.dwmmc: Version ID is 270a [ 26.796881] dwmmc_rockchip fe2c0000.dwmmc: DW MMC controller at irq 68,32 bit host data width,256 deep fifo [ 26.880900] platform mtd_vendor_storage: deferred probe pending [ 26.881880] dwmmc_rockchip fe2c0000.dwmmc: No normal pinctrl state [ 26.886026] dwmmc_rockchip fe2c0000.dwmmc: No idle pinctrl state [ 26.888690] dwmmc_rockchip fe2c0000.dwmmc: IDMAC supports 32-bit address mode. [ 26.891380] dwmmc_rockchip fe2c0000.dwmmc: Using internal DMA controller. [ 26.893932] dwmmc_rockchip fe2c0000.dwmmc: Version ID is 270a [ 26.896371] dwmmc_rockchip fe2c0000.dwmmc: DW MMC controller at irq 68,32 bit host data width,256 deep fifo [ 27.776978] rk_gmac-dwmac fe010000.ethernet: Failed to reset the dma [ 27.779377] rk_gmac-dwmac fe010000.ethernet eth0: stmmac_hw_setup: DMA engine initialization failed [ 27.781771] rk_gmac-dwmac fe010000.ethernet eth0: __stmmac_open: Hw setup failed
  9. Currently able to start normally: HDMI:✔ USB2.0: ✔(only one) USB3.0:✔ Card Reader:✔
  10. CPU : RK3566 / Mali-G52 GPU RAM : 2GB/4GB LPDDR4 ROM : eMMC 16G/32G/64G Bluetooth : BT 5.0 DC In : DC 5V/2A USB Host : 2 High speed USB 2.0, 1 USB 3.0 Card Reader : TF Card reader Lan : RJ45 Ethernet port 1GiB Wifi : Built-in Wifi, 802.1.1b/g/n/ac ; 2.4G/5G SPDIF : Coaxial(Optical) DTB: rk3566-slzn.dtb
  11. The directory listing you show has files from 2020. But this download page doesn't have anything that old. You are not using builds that are current.
  12. Description I'm sorry, the error on the 6.8 kernel occurred because I didn't synchronize my code in time, resulting in patch errors that affected the compilation. Based on the hints here, I am optimizing the device tree for the firefly-rk3399 kernel: https://github.com/armbian/build/pull/6611 How Has This Been Tested? [x] Almost all hardware functions(HDMI, WiFi, BT, GbE, USB...). [x] System startup. 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
  13. I have the same problem, this is what I did: Download the firmware from this page the xfce https://www.armbian.com/amlogic-s9xx-tv-box/ My SD is 64 GB in FAT 32 Use BalenaEtcher and win32disk I made a copy of "u-boot-s905x-s912" and renamed it u-boot.ext This is my extlinux file: I insert SD and press the AV button and connect power and it only reaches the Android recovery
  14. Either checkout the PR instead of main and try again or wait until it got merged.
  15. Just tried a fresh clone and ran compile.sh - and it crashed as before - it builds a ras pi image OK but not the nanopim4v2
  16. patching: rewrite: fully stabilize patch index stanzas as well as From lines patching: rewrite: fully stabilize patch index stanzas as well as From lines git format-patch --zero-commit doesn't affect index xxx...yyy lines, only From: so use the classy "use a regex with a callback" solution as git format-patch doesn't offer one this will make all patches change when rewritten, but hopefully for the last time ! we need to preserve index 000000000000..xxx as zeros, which indicate new file creation, thus: new file creations are rewritten as index 000000000000..111111111111 non-creations are rewritten as index 111111111111..222222222222 this is the final version of #6455 View the full article
  17. extensions: rk-panthor: mesa-oibaf + DEFAULT_OVERLAYS="panthor-gpu" extensions: rk-panthor: mesa-oibaf + DEFAULT_OVERLAYS="panthor-gpu" I had worked this before AF sent his oneliner, but I forgot to PR Should be the same, except avoids sadness when trying with the wrong kernel/branch View the full article
  18. @Werner will performing a fresh clone bring in the patch ?
  19. Due to its current status I have disabled armbian-hardware-optimization (some 'volunteers' are needed to fix it) and run the following code in /etc/rc.local instead. Alternatively you could seek the line 'echo 200000' in armbian-hardware-optimization and change the lines around it accordingly. Thereby you set the sampling_rates per cpu cluster to 40000 and 51000 on the current kernel. # cat /etc/rc.local #!/bin/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script will "exit 0" on success or any other # value on error. # # In order to enable or disable this script just change the execution # bits. # # By default this script does nothing. for cpufreqpolicy in 0 4 ; do echo 1 > /sys/devices/system/cpu/cpufreq/policy${cpufreqpolicy}/ondemand/io_is_busy echo 25 > /sys/devices/system/cpu/cpufreq/policy${cpufreqpolicy}/ondemand/up_threshold echo 10 > /sys/devices/system/cpu/cpufreq/policy${cpufreqpolicy}/ondemand/sampling_down_factor echo $(cat /sys/devices/system/cpu/cpufreq/policy${cpufreqpolicy}/cpuinfo_transition_latency) > /sys/devices/system/cpu/cpufreq/policy${cpufreqpolicy}/ondemand/sampling_rate done for i in $(awk -F":" "/ahci/ {print \$1}" < /proc/interrupts | sed 's/\ //g'); do echo 30 > /proc/irq/$i/smp_affinity done for i in $(awk -F":" "/xhci/ {print \$1}" < /proc/interrupts | sed 's/\ //g'); do echo 20 > /proc/irq/$i/smp_affinity done exit 0
  20. Doing more tests, I've upgraded linux-image-current-rockchip64 to 24.2.1 ( 6.6.16 ) and linux-image-edge-rockchip64 with old linux-dtb-current-rockchip64 ( 23.11.1 ) and booted fine without any issue and network working. When I updated either linux-dtb-current-rockchip64 or linux-dtb-edge-rockchip64 to 24.2.1 and reboot it stops working.
  21. alternatively apply this patch: https://github.com/armbian/build/pull/6618
  22. I have an unsupported RK3399 device. However, I have it booting with my own working kernel and device tree. I want to install Debian from one of the official ARM distros, but I'm not sure how to do this. What I really need is a root partition of a vanilla Debian install, because then I can just point U-boot to the root partition and Debian should boot (hopefully into an installer). What's the best way to proceed?
  23. @ebin-dev - one quick question. Applying this script at boot should change the sampling rate to the desired values? for cpufreqpolicy in 0 4 ; do echo 1 > /sys/devices/system/cpu/cpufreq/policy${cpufreqpolicy}/ondemand/io_is_busy echo 25 > /sys/devices/system/cpu/cpufreq/policy${cpufreqpolicy}/ondemand/up_threshold echo 10 > /sys/devices/system/cpu/cpufreq/policy${cpufreqpolicy}/ondemand/sampling_down_factor echo $(cat /sys/devices/system/cpu/cpufreq/policy${cpufreqpolicy}/cpuinfo_transition_latency) > /sys/devices/system/cpu/cpufreq/policy${cpufreqpolicy}/ondemand/sampling_rate done
  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-9999] Documentation summary for feature / change Add new user to render group, otherwise the non-root user do not have access /dev/dri/renderD128 on RK3399. When login using non-root user to the desktop environment, the GPU acceleration does not work. 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] Test A Login to the desktop environment using non-root user, glxinfo -B shows the right render device. name of display: :10.0 display: :10 screen: 0 direct rendering: Yes Extended renderer info (GLX_MESA_query_renderer): Vendor: Panfrost (0xffffffff) Device: Mali-T860 (Panfrost) (0xffffffff) Version: 22.3.6 Accelerated: yes Video memory: 3860MB Unified memory: yes Preferred profile: core (0x1) Max core profile version: 3.1 Max compat profile version: 3.1 Max GLES1 profile version: 1.1 Max GLES[23] profile version: 3.1 OpenGL vendor string: Panfrost OpenGL renderer string: Mali-T860 (Panfrost) OpenGL core profile version string: 3.1 Mesa 22.3.6 OpenGL core profile shading language version string: 1.40 OpenGL core profile context flags: (none) OpenGL version string: 3.1 Mesa 22.3.6 OpenGL shading language version string: 1.40 OpenGL context flags: (none) OpenGL ES profile version string: OpenGL ES 3.1 Mesa 22.3.6 OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10 Checklist: Please delete options that are not relevant. [ ] 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 [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  25. Yesterday
  26. Description pbp dp port alt mode patch breaking on 6.6.31 https://paste.armbian.com/udedocucek View the full article
  1. Load more activity
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines