kemonine
/
lollipopcloud
Archived
1
0
Fork 0
This repository has been archived on 2022-08-05. You can view files and clone it, but cannot push or open issues or pull requests.
lollipopcloud/armbian/README.md

18 lines
849 B
Markdown
Raw Permalink Normal View History

2018-06-08 02:33:45 +00:00
# Armbian
2019-02-16 19:44:27 +00:00
Setup an SBC as a lolipop router and private LAN
# Additional Information and Notes
Armbian has some good docs if you'd like to read more
- [https://docs.armbian.com/User-Guide_Getting-Started/](https://docs.armbian.com/User-Guide_Getting-Started/)
- [https://docs.armbian.com/User-Guide_Armbian-Config/](https://docs.armbian.com/User-Guide_Armbian-Config/)
The big things from above
- ```sudo armbian-config``` lets you control a ton of useful base features
- Some boards have built in eMMC, you can use the ```armbian-config``` tool to install to the eMMC and re-use the micro-sd card as a generic storage (under /tank for example)
- ```nmtui-connect``` is a good CLI app for getting on wireless
- After first login its usually good to reboot immediately so the filesystem resize can complete before any real disk usage happens