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
Next revision Both sides next revision
openwrt:manual:zsun [2019/11/16 23:48]
theexpertnoob [0b. PreSetup A5-V11] minor additions
openwrt:manual:zsun [2019/11/17 05:51]
theexpertnoob [0b. PreSetup A5-V11]
Line 65: Line 65:
 </​code>​ </​code>​
  
-==== 0b. PreSetup A5-V11 ==== 
-  * Having an A5-V11 running OpenWrt LEDE. I've used [[https://​openwrt.org/​toh/​unbranded/​a5-v11|this]] method. Scroll down to "​English (QualComm) Factory Firmware"​ 
-  * Once you have LEDE or OpenWRT installed, I suggest you sysupdate to [[http://​www.druss.org/​public/​LEDE_wifi_usb.bin|this build]]. 
-  * USB Flash Drive greater than 1GB formatted fat 32. (current data will be destroyed) 
-  * Root password is suggested but no longer required for LEDE. 
  
-  * Keep your A5-V11 hardwired and then connect via SSH to 192.168.1.1 as root. Make sure the router it is connected to is NOT also 192.168.1.1. 
-  * Bunch of uci commands. Copy and paste each into the command line of the shell prompt. 
-<​code>​ 
-uci set uhttpd.main.listen_http=9080 
-uci set uhttpd.main.listen_https=9443 
-uci commit 
-/​etc/​init.d/​firewall stop 
-/​etc/​init.d/​firewall disable 
-/​etc/​init.d/​dnsmasq stop 
-/​etc/​init.d/​dnsmasq disable 
- 
-</​code>​ 
-Work in Progress. 
 ==== 1. Setup Mounts ==== ==== 1. Setup Mounts ====
 === Format SD card === === Format SD card ===
Line 110: Line 92:
 uci commit uci commit
 mkdir /​mnt/​sda2 ​ mkdir /​mnt/​sda2 ​
-mount /dev/sda2 /mnt/sda2+mount -t ext4 /dev/sda2 /mnt/sda2
 tar -C /overlay -cvf - . | tar -C /mnt/sda2 -xf - tar -C /overlay -cvf - . | tar -C /mnt/sda2 -xf -
 uci add fstab mount uci add fstab mount