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
boards:wr841nd [2018/12/07 14:33]
darron [OpenWRT LEDE]
boards:wr841nd [2018/12/07 18:57] (current)
darron [OpenWRT LEDE]
Line 28: Line 28:
 cp feeds.conf.default feeds.conf.default.orig cp feeds.conf.default feeds.conf.default.orig
 echo "src-git openwrtfiles git://github.com/GBert/openwrt-files" >> feeds.conf.default echo "src-git openwrtfiles git://github.com/GBert/openwrt-files" >> feeds.conf.default
 +echo "src-git openwrtmisc git://github.com/GBert/openwrt-misc" >> feeds.conf.default
 ./scripts/feeds clean ./scripts/feeds clean
 ./scripts/feeds update -a ./scripts/feeds update -a
-./scripts/feeds install pickle+./scripts/feeds install pickle bit-bang-gpio 
 +./scripts/feeds install ath-hs-uart
 ./scripts/feeds install nfs-utils ./scripts/feeds install nfs-utils
 </code> </code>
Line 91: Line 93:
 <code> <code>
 ls -1 bin/targets/ar71xx/generic/*wr841*bin ls -1 bin/targets/ar71xx/generic/*wr841*bin
 +bin/targets/ar71xx/generic/lede-ar71xx-generic-tl-wr841-v8-squashfs-factory.bin
 +bin/targets/ar71xx/generic/lede-ar71xx-generic-tl-wr841-v8-squashfs-sysupgrade.bin
 </code> </code>
  
Line 96: Line 100:
  
 <code> <code>
-scp XXX root@192.168.1.1:/tmp/+scp bin/targets/ar71xx/generic/lede-ar71xx-generic-tl-wr841-v8-squashfs-factory.bin root@192.168.1.1:/tmp/
 ssh root@192.168.1.1 ssh root@192.168.1.1
-sysupgrade -v /tmp/XXX+sysupgrade -v /tmp/lede-ar71xx-generic-tl-wr841-v8-squashfs-factory.bin
 </code> </code>
  
Line 105: Line 109:
 <code> <code>
 ssh root@192.168.1.1 ssh root@192.168.1.1
 +
 +BusyBox v1.25.1 () built-in shell (ash)
 +
 +     _________
 +    /        /\      _    ___ ___  ___
 +   /  LE    /  \    | |  | __|   \| __|
 +  /    DE  /    \   | |__| _|| |) | _|
 + /________/  LE  \  |____|___|___/|___|                      lede-project.org
 +        \   DE /
 +  \    LE  \    /  -----------------------------------------------------------
 +    DE    \  /    Reboot (17.01.6, r3979-2252731af4)
 +    \________\/    -----------------------------------------------------------
 +
 </code> </code>
  
Line 111: Line 128:
 <code> <code>
 firstboot firstboot
-reboot -f +reboot -f</code>
-</code>+
  
 == NFS == == NFS ==
Line 118: Line 134:
 Copy the packages to the router's tmp directory, Eg. Copy the packages to the router's tmp directory, Eg.
 <code> <code>
-scp bin/ar71xx/packages/base/kmod-dnsresolver_4.1.15-1_ar71xx.ipk root@192.168.1.1:/tmp +scp bin/targets/ar71xx/generic/packages/kmod-dnsresolver_4.4.153-1_mips_24kc.ipk root@192.168.1.1:/tmp 
-scp bin/ar71xx/packages/base/kmod-fs-nfs-common_4.1.15-1_ar71xx.ipk root@192.168.1.1:/tmp +scp bin/targets/ar71xx/generic/packages/kmod-fs-nfs-common_4.4.153-1_mips_24kc.ipk root@192.168.1.1:/tmp 
-scp bin/ar71xx/packages/base/kmod-fs-nfs_4.1.15-1_ar71xx.ipk root@192.168.1.1:/tmp+scp bin/targets/ar71xx/generic/packages/kmod-fs-nfs_4.4.153-1_mips_24kc.ipk root@192.168.1.1:/tmp
 </code> </code>
  
 Then, on the router install the packages. Then, on the router install the packages.
 <code> <code>
-opkg install kmod-dnsresolver_4.1.15-1_ar71xx.ipk  +opkg install kmod-dnsresolver_4.4.153-1_mips_24kc.ipk 
-opkg install kmod-fs-nfs-common_4.1.15-1_ar71xx.ipk  +opkg install kmod-fs-nfs-common_4.4.153-1_mips_24kc.ipk 
-opkg install kmod-fs-nfs_4.1.15-1_ar71xx.ipk +opkg install kmod-fs-nfs_4.4.153-1_mips_24kc.ipk
 </code> </code>
  
Line 139: Line 155:
  
 === GPIO === === GPIO ===
-<code> +<code>
       1   2 GND       1   2 GND
 GPIO1 3   4 GND GPIO1 3   4 GND