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

ramips: add support for ASUS RT-AX54 (AX1800S/HP,AX54HP) #11897

Merged
merged 1 commit into from Feb 12, 2023
Merged

ramips: add support for ASUS RT-AX54 (AX1800S/HP,AX54HP) #11897

merged 1 commit into from Feb 12, 2023

Conversation

exkc
Copy link
Contributor

@exkc exkc commented Jan 29, 2023

Specifications:

  • Device: ASUS RT-AX54 (AX1800S/HP,AX54HP)
  • SoC: MT7621AT
  • Flash: 128MB
  • RAM: 256MB
  • Switch: 1 WAN, 4 LAN (10/100/1000 Mbps)
  • WiFi: MT7905 2x2 2.4G + MT7975 2x2 5G
  • LEDs: 1x POWER (blue, configurable)
    1x LAN (blue, configurable)
    1x WAN (blue, configurable)
    1x 2.4G (blue, not configurable)
    1x 5G (blue, not configurable)

Flash by U-Boot TFTP method:

  • Configure your PC with IP 192.168.1.2
  • Set up TFTP server and put the factory.bin image on your PC
  • Connect serial port(rate:115200) and turn on AP, then interrupt "U-Boot Boot Menu" by hitting any key
    Select "2. Upgrade firmware"
    Press enter when show "Run firmware after upgrading? (Y/n):"
    Select 0 for TFTP method
    Input U-Boot's IP address: 192.168.1.1
    Input TFTP server's IP address: 192.168.1.2
    Input IP netmask: 255.255.255.0
    Input file name: openwrt-ramips-mt7621-asus_rt-ax1800hp-squashfs-factory.bin
  • Restart AP aftre see the log "Firmware upgrade completed!"

Signed-off-by: Karl Chan exkc@exkc.moe

@musashino205
Copy link
Contributor

Please use your real name for Signed-off-by.
https://openwrt.org/submitting-patches#submission_guidelines

@github-actions github-actions bot added core packages pull request/issue for core (in-tree) packages target/ramips pull request/issue for ramips target labels Jan 29, 2023
@exkc
Copy link
Contributor Author

exkc commented Jan 29, 2023

I resailed the networt port is mislabeled. let me fix it.

target/linux/ramips/image/mt7621.mk Outdated Show resolved Hide resolved
target/linux/ramips/dts/mt7621_asus_rt-ax1800hp.dts Outdated Show resolved Hide resolved
target/linux/ramips/dts/mt7621_asus_rt-ax1800hp.dts Outdated Show resolved Hide resolved
target/linux/ramips/image/mt7621.mk Outdated Show resolved Hide resolved
target/linux/ramips/image/mt7621.mk Outdated Show resolved Hide resolved
@exkc
Copy link
Contributor Author

exkc commented Feb 2, 2023

image

Ah i have renamed it .

@exkc exkc changed the title ramips: add support for ASUS RT-AX1800HP ramips: add support for ASUS RT-AX54 (ax1800*,ax54hp) Feb 2, 2023
@exkc exkc changed the title ramips: add support for ASUS RT-AX54 (ax1800*,ax54hp) ramips: add support for ASUS RT-AX54 (AX1800S/HP,AX54HP) Feb 2, 2023
@exkc
Copy link
Contributor Author

exkc commented Feb 2, 2023

I have fixed my typo

@exkc
Copy link
Contributor Author

exkc commented Feb 5, 2023

i changed the commit from


Signed-off-by: Karl Chan <exxxxkc@getgoogleoff.me>


to


Signed-off-by: exkc <@exkc>
Signed-off-by: Karl Chan <exxxxkc@getgoogleoff.me>

bc the ci keep complaining the Signed-off-by thingly

@exkc
Copy link
Contributor Author

exkc commented Feb 5, 2023

it still complain ;(

Specifications:
- Device: ASUS RT-AX54 (AX1800S/HP,AX54HP)
- SoC: MT7621AT
- Flash: 128MB
- RAM: 256MB
- Switch: 1 WAN, 4 LAN (10/100/1000 Mbps)
- WiFi: MT7905 2x2 2.4G + MT7975 2x2 5G
- LEDs: 1x POWER (blue, configurable)
        1x LAN (blue, configurable)
        1x WAN (blue, configurable)
	1x 2.4G (blue, not configurable)
	1x 5G (blue, not configurable)

Flash by U-Boot TFTP method:
- Configure your PC with IP 192.168.1.2
- Set up TFTP server and put the factory.bin image on your PC
- Connect serial port(rate:115200) and turn on AP, then interrupt "U-Boot Boot Menu" by hitting any key
   Select "2. Upgrade firmware"
   Press enter when show "Run firmware after upgrading? (Y/n):"
   Select 0 for TFTP method
   Input U-Boot's IP address: 192.168.1.1
   Input TFTP server's IP address: 192.168.1.2
   Input IP netmask: 255.255.255.0
   Input file name: openwrt-ramips-mt7621-asus_rt-ax1800hp-squashfs-factory.bin
- Restart AP aftre see the log "Firmware upgrade completed!"

Signed-off-by: Karl Chan <exkc@exkc.moe>
@openwrt-bot openwrt-bot merged commit 92276ee into openwrt:master Feb 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core packages pull request/issue for core (in-tree) packages target/ramips pull request/issue for ramips target
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants