Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: enable_extension "radxa-aic8800" for rock-2a #7903

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

CodeChenL
Copy link
Contributor

Description

enable_extension "radxa-aic8800" for rock-2a, it also have a aic8800 wifi module

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.

  • ./compile.sh kernel BOARD=rock-2a BRANCH=vendor BUILD_DESKTOP=yes BUILD_MINIMAL=no DESKTOP_APPGROUPS_SELECTED= DESKTOP_ENVIRONMENT=xfce DESKTOP_ENVIRONMENT_CONFIG_NAME=config_base KERNEL_CONFIGURE=no RELEASE=noble and use iperf3 to test:
[chen@ChenArchLinux 17:52]
[1 ~]$ iperf3 -c 192.168.31.210
Connecting to host 192.168.31.210, port 5201
[  5] local 192.168.2.62 port 52618 connected to 192.168.31.210 port 5201
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec  16.4 MBytes   137 Mbits/sec    1    441 KBytes       
[  5]   1.00-2.00   sec  14.4 MBytes   121 Mbits/sec    0    508 KBytes       
[  5]   2.00-3.00   sec  13.4 MBytes   112 Mbits/sec    0    557 KBytes       
[  5]   3.00-4.00   sec  11.9 MBytes  99.5 Mbits/sec    4    413 KBytes       
[  5]   4.00-5.00   sec  11.6 MBytes  97.6 Mbits/sec    0    451 KBytes       
[  5]   5.00-6.00   sec  12.2 MBytes   103 Mbits/sec    8    344 KBytes       
[  5]   6.00-7.00   sec  11.6 MBytes  97.6 Mbits/sec    5    269 KBytes       
[  5]   7.00-8.00   sec  10.4 MBytes  87.0 Mbits/sec    0    297 KBytes       
[  5]   8.00-9.00   sec  10.1 MBytes  84.9 Mbits/sec    0    324 KBytes       
[  5]   9.00-10.00  sec  12.6 MBytes   106 Mbits/sec    0    352 KBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.00  sec   125 MBytes   105 Mbits/sec   18            sender
[  5]   0.00-10.00  sec   122 MBytes   103 Mbits/sec                  receiver

iperf Done.
[chen@ChenArchLinux 17:53]
[0 ~]$ iperf3 -c 192.168.31.210 -R
Connecting to host 192.168.31.210, port 5201
Reverse mode, remote host 192.168.31.210 is sending
[  5] local 192.168.2.62 port 37590 connected to 192.168.31.210 port 5201
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec  6.75 MBytes  56.6 Mbits/sec                  
[  5]   1.00-2.00   sec  7.00 MBytes  58.7 Mbits/sec                  
[  5]   2.00-3.00   sec  9.00 MBytes  75.5 Mbits/sec                  
[  5]   3.00-4.00   sec  8.25 MBytes  69.2 Mbits/sec                  
[  5]   4.00-5.00   sec  8.00 MBytes  67.1 Mbits/sec                  
[  5]   5.00-6.00   sec  6.12 MBytes  51.4 Mbits/sec                  
[  5]   6.00-7.00   sec  8.88 MBytes  74.4 Mbits/sec                  
[  5]   7.00-8.00   sec  8.38 MBytes  70.3 Mbits/sec                  
[  5]   8.00-9.00   sec  7.12 MBytes  59.8 Mbits/sec                  
[  5]   9.00-10.00  sec  5.38 MBytes  45.1 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.01  sec  76.1 MBytes  63.8 Mbits/sec  135            sender
[  5]   0.00-10.00  sec  74.9 MBytes  62.8 Mbits/sec                  receiver

iperf Done.
[chen@ChenArchLinux 17:54]
[0 ~]$

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

@github-actions github-actions bot added size/small PR with less then 50 lines Needs review Seeking for review Hardware Hardware related like kernel, U-Boot, ... labels Mar 3, 2025
@igorpecovnik igorpecovnik added Ready to merge Reviewed, tested and ready for merge 05 Milestone: Second quarter release and removed Needs review Seeking for review labels Mar 3, 2025
@igorpecovnik igorpecovnik merged commit 501f5a7 into armbian:main Mar 3, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
05 Milestone: Second quarter release Hardware Hardware related like kernel, U-Boot, ... Ready to merge Reviewed, tested and ready for merge size/small PR with less then 50 lines
Development

Successfully merging this pull request may close these issues.

2 participants