Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
lwc:hardware:beagle [2023/10/04 21:42] – John Harrison | lwc:hardware:beagle [2024/07/12 11:03] (current) – John Harrison | ||
---|---|---|---|
Line 45: | Line 45: | ||
//using Amazon special// | //using Amazon special// | ||
* '' | * '' | ||
+ | or | ||
+ | * '' | ||
- | ===== Always booting from SD card ===== | + | ===== Setting static IP for ethernet |
- | Things to try: | + | * ubuntu with shared ethernet connection runs a dhcp server by default on 10.42.x.x and assigns |
- | * [[https:// | + | * so the perhaps incorrect but easy way to get internet with static IP is on the beagle: |
- | * or maybe edit '' | + | * get name of connection: |
- | * [[https://gist.github.com/ | + | * then assign your static IP. This will be a persistent setting. Example: |
- | * [[https://groups.google.com/g/beagleboard/c/ajLAHk3-S60? | + | < |
+ | sudo connmanctl config ethernet_6cecebabbc6a_cable --ipv4 manual 10.42.0.2 255.255.255.0 10.42.0.1 --nameservers 8.8.8.8 1.1.1.1 | ||
+ | </code> | ||
+ | //for the morbidly curious you can find (and maybe edit?) the settings connman is reading/writing at ''/ | ||
+ | ===== Network tips ===== | ||
+ | //see [[https:// | ||
+ | |||
+ | ===== Always booting from SD card ===== | ||
+ | - Manually boot from the MicroSD (hold down the '' | ||
+ | - run '' | ||
+ | - run '' | ||
+ | - run '' | ||
+ | - disconnect and then reconnect power | ||
+ | [[https:// |