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 Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Armbian
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