Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
boards:wr941nd [2018/12/04 11:47] – [OpenWRT] darron | boards:wr941nd [2018/12/04 12:45] (current) – darron | ||
---|---|---|---|
Line 4: | Line 4: | ||
</ | </ | ||
- | === OpenWRT === | + | === OpenWRT |
- | ==Check-out== | + | ==Check-out == |
< | < | ||
mkdir -p / | mkdir -p / | ||
Line 12: | Line 12: | ||
git clone git:// | git clone git:// | ||
cd / | cd / | ||
- | git checkout v17.01.4 | + | git checkout v17.01.6 |
</ | </ | ||
Line 31: | Line 31: | ||
==Build== | ==Build== | ||
- | This will take a long time. | + | This can take half an hour. |
< | < | ||
chown -R nobody / | chown -R nobody / | ||
su nobody -c 'make V=s -j 4' | su nobody -c 'make V=s -j 4' | ||
+ | </ | ||
+ | |||
+ | ==Inspect== | ||
+ | < | ||
+ | ls -1 bin/ | ||
+ | bin/ | ||
+ | bin/ | ||
</ | </ | ||
==Install== | ==Install== | ||
< | < | ||
- | ls -1 bin/ar71xx/ | + | scp bin/targets/ |
- | bin/ar71xx/openwrt-ar71xx-generic-tl-wr941nd-v2-squashfs-factory.bin | + | |
- | bin/ | + | |
- | bin/ | + | |
- | bin/ | + | |
- | bin/ | + | |
- | scp bin/ar71xx/openwrt-ar71xx-generic-tl-wr941nd-v3-squashfs-factory.bin root@192.168.1.1:/ | + | |
ssh root@192.168.1.1 | ssh root@192.168.1.1 | ||
- | sysupgrade -v /tmp/openwrt-ar71xx-generic-tl-wr941nd-v3-squashfs-factory.bin | + | sysupgrade -v /tmp/lede-ar71xx-generic-tl-wr941nd-v3-squashfs-factory.bin |
</ | </ | ||
- | ==Initialise== | + | ==Login== |
< | < | ||
ssh root@192.168.1.1 | ssh root@192.168.1.1 | ||
+ | |||
+ | BusyBox v1.25.1 () built-in shell (ash) | ||
+ | |||
+ | | ||
+ | / /\ _ ___ ___ ___ | ||
+ | / | ||
+ | / DE / \ | |__| _|| |) | _| | ||
+ | / | ||
+ | | ||
+ | \ LE \ / ----------------------------------------------------------- | ||
+ | | ||
+ | \________\/ | ||
+ | </ | ||
+ | |||
+ | ==Re-initialise (optional)== | ||
+ | < | ||
firstboot | firstboot | ||
reboot -f | reboot -f | ||
</ | </ | ||
+ | |||
=== Resources === | === Resources === |