Project

General

Profile

Actions

Task #8381

closed

Document on how to setup the APU as a PIB

Added by Nico Schottelius over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Target version:
-
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 #1

Updated by Nico Schottelius over 3 years ago

  • Description updated (diff)
Actions #2

Updated by Nico Schottelius over 3 years ago

  • Description updated (diff)
Actions #3

Updated by Nico Schottelius over 3 years ago

  • Status changed from In Progress to Closed
Actions

Also available in: Atom PDF