open-sdr / openwifi

open-source IEEE 802.11 WiFi baseband FPGA (chip) design: driver, software
GNU Affero General Public License v3.0
3.68k stars 627 forks source link

Update the uImage file #329

Open 8663 opened 11 months ago

8663 commented 11 months ago

Hello, Dr. Jiao: I am trying to modify the contents of the adi-linux/net/mac80211 file. We compile git command line comments in prepare_kernel.sh to generate uImage file. And replace it with the SD card boot partition. image Then update FPGA and./make_all.sh. Finally dmesg, there is no output we want.It seems that the changes we made were not updated to the uImage file. How to compile and generate uImage file after changing adi-linux/net/mac80211 file?

HavingaThijs commented 11 months ago

In the image you show, your git commands are commented out (there is a '#' in front of the lines), so they will not be executed. If you uncomment them (remove the '#') and afterwards when replacing the uImage file in the boot partition of the SD card, your changes should be applied.

JiaoXianjun commented 10 months ago

Try this:

https://github.com/open-sdr/openwifi/issues/334#issuecomment-1676886785