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

How to install latest mt7921au firmware on OpenWRT #135

Open
morrownr opened this issue Oct 18, 2022 · 0 comments
Open

How to install latest mt7921au firmware on OpenWRT #135

morrownr opened this issue Oct 18, 2022 · 0 comments

Comments

@morrownr
Copy link
Owner

A section showing how to do it has been added to Main Menu item 8 (Mediatek Firmware) but I'll post it here as well.

How to Install mt7921au firmware files on OpenWRT

Note: As of OpenWRT 22.03.2, the mt7921au firmware is still included in the mt7921e driver file instead of a common package. Therefore, loading the mt7921u driver does not load the firmware. Yes, this is a bug.

Download firmware files to Linux PC

Go to the following site:

https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/mediatek

Click on WIFI_MT7961_patch_mcu_1_2_hdr.bin

Click on plain

Save file

Click on WIFI_RAM_CODE_MT7961_1.bin

Click on plain

Save file

ssh to OpenWRT router (Putty or other) (make sure a non null password was previously set)

cd /lib/firmware

mkdir mediatek

On Linux PC:

$ scp WIFI_RAM_CODE_MT7961_1.bin root@192.168.1.1:/lib/firmware/mediatek
$ scp WIFI_MT7961_patch_mcu_1_2_hdr.bin root@192.168.1.1:/lib/firmware/mediatek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant