Skip to content

ramips: add support for ipTIME A604M#2260

Closed
mans0n wants to merge 1 commit intoopenwrt:masterfrom
mans0n:a604m
Closed

ramips: add support for ipTIME A604M#2260
mans0n wants to merge 1 commit intoopenwrt:masterfrom
mans0n:a604m

Conversation

@mans0n
Copy link
Copy Markdown
Member

@mans0n mans0n commented Jul 20, 2019

ipTIME A604M is a 2.4/5GHz band AC1200 router, based on MediaTek
MT7628AN.

Specifications:

  • SoC: MT7628AN
  • RAM: DDR2 64MB
  • Flash: SPI NOR 8MB
  • WiFi:
    • 2.4GHz: SoC internal
    • 5GHz: MT7612EN
  • Ethernet: 5x 10/100Mbps
    • Switch: SoC internal
  • UART:
    • J1: 3.3V, TX, RX, GND (3.3V is the square pad) / 57600 8N1

Installation via web interface:

  1. Flash initramfs image through the stock web interface.
  2. Boot into OpenWrt and perform sysupgrade with sysupgrade image.

Revert to stock firmware:

  1. Perform sysupgrade with stock image.

@dedeckeh dedeckeh added the target/ramips pull request/issue for ramips target label Jul 22, 2019
Copy link
Copy Markdown
Member

@981213 981213 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi!
Two small comments below :)

@mans0n
Copy link
Copy Markdown
Member Author

mans0n commented Aug 1, 2019

Just changed the commit message a little bit.

ipTIME A604M is a 2.4/5GHz band AC1200 router, based on MediaTek
MT7628AN.

Specifications:
- SoC: MT7628AN
- RAM: DDR2 64MB
- Flash: SPI NOR 8MB
- WiFi:
  - 2.4GHz: SoC internal
  - 5GHz: MT7612EN
- Ethernet: 5x 10/100Mbps
  - Switch: SoC internal
- UART:
  - J1: 3.3V, TX, RX, GND (3.3V is the square pad) / 57600 8N1

Installation via web interface:
1.  Flash **initramfs** image through the stock web interface.
2.  Boot into OpenWrt and perform sysupgrade with sysupgrade image.

Revert to stock firmware:
1.  Perform sysupgrade with stock image.

Signed-off-by: Sungbo Eo <[email protected]>
@mans0n
Copy link
Copy Markdown
Member Author

mans0n commented Aug 11, 2019

I noticed that both LAN/WAN MAC addresses are in the flash so I changed the setup. (inspired by #2313 (comment))

@adschm
Copy link
Copy Markdown
Member

adschm commented Aug 11, 2019

@blocktrron This might be ready for your review if you are interested.

@981213
Copy link
Copy Markdown
Member

981213 commented Aug 12, 2019

Merged into my staging tree at: https://git.openwrt.org/?p=openwrt/staging/981213.git
I'll push it next Sunday. Thanks.

@981213 981213 closed this Aug 12, 2019
@mans0n
Copy link
Copy Markdown
Member Author

mans0n commented Aug 12, 2019

@adrianschmutzler BTW for this device we can use either &ethernet or &wmac as label-mac-device.

@adschm
Copy link
Copy Markdown
Member

adschm commented Aug 13, 2019

Thanks, added it to the waiting list ...

@adschm
Copy link
Copy Markdown
Member

adschm commented Aug 17, 2019

@mans0n
label-mac-device = &wmac; won't work, as MAC address for wmac is initialized from caldata.
But &ethernet should work.

So, based on your feedback <&factory 0x4> and <&uboot 0x1fc20> would contain the same MAC address?

@mans0n
Copy link
Copy Markdown
Member Author

mans0n commented Aug 17, 2019

@adrianschmutzler Yes, they are the same.

@mans0n mans0n deleted the a604m branch August 18, 2019 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

target/ramips pull request/issue for ramips target

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants