Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bitrvmpd/openwrt

 
 

Repository files navigation

First I'd like to say thanks to my beloved husband @FoxBuru for aligning the needed partitions This is based on the work of @j-d-r (repo down below)

For booting, check the bootcmd variable in u-boot using printenv

Mine was: bootcmd=bootelf 0x9F040000

IF yours has something like bootcmd=bootm 0x9f040000

revert this commit or change the value of bootcmd: run this command in u-boot via serial

setenv bootcmd bootelf 0x9f040000
saveenv

For more info on how to update u-boot read this: https://github.com/j-d-r/openwrt#installation

For connecting via serial try these values:

  • Baudrate: 115200 or 111607 (it should show up at boot in the UART field)
  • Data bits: 8
  • Stop bits: 1
  • Parity: None
  • Flow Control: None

Downloads: https://sourceforge.net/projects/openwrt-eap245-v1/files/


Relevant commits:

About

Fork for TPLink eap245 v1 ported to ath79 branch

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 61.3%
  • Makefile 17.9%
  • Shell 8.7%
  • C++ 6.3%
  • Perl 2.1%
  • Roff 1.6%
  • Other 2.1%