16 lines
395 B
Markdown
16 lines
395 B
Markdown
autonomous raspberry pi hotspot 4G based on arch arm
|
|
====================================================
|
|
|
|
|
|
HUAWEI E3372
|
|
|
|
# install
|
|
|
|
install arch linux arm on rpi
|
|
following this [tutorial](https://archlinuxarm.org/platforms/armv6/raspberry-pi)
|
|
|
|
plug an ethernet cable with internet access on the pi
|
|
boot the pi and connect with ssh (use nmap to find the pi ip)
|
|
|
|
install git ```pacman -S git```
|