Last active
November 24, 2018 15:48
-
-
Save metaquanta/7da4465437eb6392d397fee481098cb6 to your computer and use it in GitHub Desktop.
Rescue TPL 3600
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Good stuff here: https://wiki.openwrt.org/toh/tp-link/tl-wdr4300 | |
# (p3,5,7,9 on JTAG are GPIOs?) | |
J1: 1,2,3 (not 4) -> raspi: 10,8,6 | |
minicom -D /dev/ttyAMA0 -b 115200 | |
type: 'tpl<enter>' when uboot is preparing to load | |
# server should be 192.168.1.100 | |
# see that with printenv | |
# SERVER squash/factory !!!!!!!!!! | |
#tftpboot 0x80060000 /tmp/tftp/squashfs.bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment