Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.

Hardware

Arvid E. Picciani edited this page Feb 25, 2018 · 2 revisions

archon on tplink hs110

working with the prototype setup

for magnetics we use the omega2 ethernet shield

flashing can be done by interrupting uboot

Hit any key to stop autoboot:  0 
ar7240> 

stock flash layout is as follows

0x000000000000-0x000000010000 : "u-boot"
0x000000010000-0x000000110000 : "uImage"
0x000000110000-0x0000003c0000 : "rootfs"
0x0000003c0000-0x0000003d0000 : "TPHead"
0x0000003d0000-0x0000003e0000 : "config"
0x0000003e0000-0x0000003f0000 : "log"
0x0000003f0000-0x000000400000 : "ART"
0x000000000000-0x0000003d0000 : "firmware"

Clone this wiki locally