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/02 14:19] – [Tags] device has 64MB RAM funmantoh: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 ^
Line 179: Line 191:
 ===== Tags ===== ===== Tags =====
 [[meta:tags|How to add tags]] [[meta:tags|How to add tags]]
-{{tag>GigabitEthernet FastEthernet 1NIC 1WNIC 5Port USB 2USB ath9k DetachableAntenna 8Flash MIPS MIPS32 34K}}+{{tag>GigabitEthernet FastEthernet 1NIC 1WNIC 5Port USB 2USB ath9k DetachableAntenna 64RAM 8Flash MIPS MIPS32 34K}}
  • Last modified: 2021/05/28 07:42
  • by danitool