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 [2018/10/04 09:08] – [Flash Layout] 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 38: Line 50:
  
 | Bootloader tftp client IPv4 address | 192.168.1.1 | | Bootloader tftp client IPv4 address | 192.168.1.1 |
-| Firmware tftp image | [[:downloads|Latest OpenWrt release]] (**''NOTE:''** Name must contain //"tftp"//|+| Firmware tftp image | um_factory_fw.bin |
 | TFTP Transfer Window | FILL-IN seconds | | TFTP Transfer Window | FILL-IN seconds |
 | TFTP Window Start | approximately FILL-IN seconds after power on | | TFTP Window Start | approximately FILL-IN seconds after power on |
Line 104: Line 116:
  
 **Photo of PCB with markings** **Photo of PCB with markings**
-{{:media:wap300n-serial.jpg?400|}}+{{media:linksys:wap300n_serial.jpg?400|}}
 ==== JTAG ==== ==== JTAG ====
 -> [[docs:techref:hardware:port.jtag]] general information about the JTAG port, JTAG cable, etc. -> [[docs:techref:hardware:port.jtag]] general information about the JTAG port, JTAG cable, etc.
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 32RAM 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