Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
toh:linksys:wap300n [2020/10/03 06:38] – [Tags] 64RAM added tmomastoh:linksys:wap300n [2020/10/12 05:15] – [Linksys WAP300N] funman
Line 1: Line 1:
 +
 +----
 ====== Linksys WAP300N ====== ====== Linksys WAP300N ======
  
Line 5: Line 7:
 **Currently SoC is not supported.** **Currently SoC is not supported.**
  
 +You can apply [[http://chui-pas.net/~fun/wap300n/wap300n.diff|this patch]] to linux v5.9 and use [[http://chui-pas.net/~fun/wap300n/wap300n.config|this config]], to build a kernel that boots to a console prompt.
 +
 +Generate an uBoot image with:
 +
 +<code>
 +mipsel-linux-gnu-objcopy -O binary -R .note -R .comment -S vmlinux zImage
 +lzma -9 -f -S .lzma zImage
 +mkimage -A mips -O linux -T kernel -C lzma -a 80020000 -e 80020000 -n "Linux Kernel Image"  -d zImage.lzma um_factory_fw.bin
 +</code>
  
 +then serve that um_factory_fw.bin via tftp from 192.168.1.100 to 192.168.1.1
 ===== Versions ===== ===== Versions =====
 ^ Version/Model ^ Launch Date ^ S/N ^ OpenWrt Version Supported ^ Model Specific Notes ^ ^ Version/Model ^ Launch Date ^ S/N ^ OpenWrt Version Supported ^ Model Specific Notes ^
  • Last modified: 2021/05/28 07:42
  • by danitool