Actions
Task #8381
closedDocument on how to setup the APU as a PIB
Start date:
08/21/2020
Due date:
% Done:
0%
Estimated time:
PM Check date:
Description
Installation instructions¶
- Install to an USB stick
# Replace XX with the USB stick dev=/dev/sdXX wget http://downloads.openwrt.org/releases/19.07.3/targets/x86/64/openwrt-19.07.3-x86-64-combined-squashfs.img.gz -O - | cat > $dev sync
- Boot OpenWRT from the usb stick on the APU
- Transfer the OS to the SSD:
- Replace count with the size of the openwrt image (f.i. 19.07.3 is 19.5, use 20)
dd if=/dev/sdb of=/dev/sda bs=1M count=20
Network ports¶
- eth0 next to the serial port = wan
- eth1 (middle) = lan
- eth2 (next to power) = lan
See Also¶
Actions