-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
filogic: add support for GL.iNet GL-MT6000 #13414
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks quite good already, only some small/cosmetic changes are needed.
package/boot/uboot-mediatek/patches/436-add-glinet-mt6000.patch
Outdated
Show resolved
Hide resolved
package/boot/uboot-mediatek/patches/436-add-glinet-mt6000.patch
Outdated
Show resolved
Hide resolved
target/linux/generic/pending-5.15/731-net-phy-realtek-support-interrupt-of-RTL8221B.patch
Outdated
Show resolved
Hide resolved
target/linux/generic/pending-6.1/741-net-phy-realtek-support-interrupt-of-RTL8221B.patch
Outdated
Show resolved
Hide resolved
c86c5ed to
55dfadc
Compare
|
Hi! Thanks a lot! Enrico |
|
Installation instructions / recovery method for devices of GL.iNet is well-known. |
|
The "surrounding" changes looks good to me; I haven't checked the DTS tough. |
|
I'll add a bootmenu for the u-boot later. |
7f3e438 to
d57f28b
Compare
Done. |
package/boot/uboot-mediatek/patches/436-add-glinet-mt6000.patch
Outdated
Show resolved
Hide resolved
ed63deb to
e1615f5
Compare
2c9bb16 to
f088f39
Compare
|
The changes themselves look all good now, however, it would be nice to split this into several commits:
|
OK. |
|
@dangowrt https://github.com/openwrt/openwrt/blob/main/package/kernel/mt76/Makefile#L590 |
|
Yes, I know and agree. In the future we should have nvmem-cells attached to MMC hardware or software partitions, but for now adn Linux 5.15 in OpenWrt we need a work-around in user-space. So yeah, those default EEPROM files should each go into a package of its own... |
d743b1d to
679a366
Compare
|
Actually you should use pick or am my commit: aiamadeus@e8261f7 |
Done. |
This commit introduces interrupt support for RTL8221B. Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
The mt76 driver usually reads the eeprom on the mtd partition at dts. For emmc device we need to use caldata_extract script to read the eeprom. However, the default eeprom file breaks the caldata script execution, so remove it. Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
Hardware specification: * SoC: MediaTek MT7986A 4x A53 * Flash: 8GB EMMC * RAM: 1GB DDR4 * Ethernet: * 2x2.5G RJ45 port (RTL8221B) * 4x1G RJ45 ports (MT7531AE) * WLAN: * 2.4GHz: MT7976GN 4T4R * 5GHz: MT7976AN 4T4R * Button: Reset * LED: 1 x dual color LED * USB: 1 x USB 3.0 * Power: DC 12V 4A * UART: 3V3 115200 8N1 (Pinout: GND TX RX VCC) * JTAG: 9 PIN If you want to use u-boot from OpenWrt, you can upgrade it safely. * bl2: openwrt-mediatek-filogic-glinet_gl-mt6000-preloader.bin * fip: openwrt-mediatek-filogic-glinet_gl-mt6000-bl31-uboot.fip `openwrt-mediatek-filogic-glinet_gl-mt6000-squashfs-factory.bin` is used in OpenWrt's u-boot. Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
|
picked to main branch fe10f97 |
Can i get this dev board for testing the firmware ? |



Hardware specification:
If you want to use u-boot from OpenWrt, you can upgrade it safely.
openwrt-mediatek-filogic-glinet_gl-mt6000-squashfs-factory.binis used in OpenWrt's u-boot.