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/07 16:18] – John Harrison | lwc:hardware:beagle [2026/06/06 06:38] (current) – John Harrison | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| * [[https:// | * [[https:// | ||
| * this code with examples shows how to format everything for LEDScape | * this code with examples shows how to format everything for LEDScape | ||
| + | |||
| + | === Patches/ | ||
| + | * LEDScape (at least the Geocene version of it) uses 100% CPU | ||
| + | * the issue is the DMX-over-network protocol is failing. If not using DMX then remove it | ||
| + | * comment out around line 723 of '' | ||
| + | * LEDScape is throwing kernel warnings in the terminal | ||
| + | * mute the warnings with edits to ''/ | ||
| + | * add above the '' | ||
| + | * comment out at the end of the file: '' | ||
| + | * '' | ||
| + | * //change survives reboot// | ||
| + | * for some reason '' | ||
| + | * even when the # of strands is 1, it seems many of the pins in the P8 header are not usable when LEDScape/ | ||
| ==== Connecting ==== | ==== Connecting ==== | ||
| Line 45: | Line 58: | ||
| //using Amazon special// | //using Amazon special// | ||
| * '' | * '' | ||
| + | or | ||
| + | * '' | ||
| ===== Setting static IP for ethernet ===== | ===== Setting static IP for ethernet ===== | ||
| Line 50: | Line 65: | ||
| * so the perhaps incorrect but easy way to get internet with static IP is on the beagle: | * so the perhaps incorrect but easy way to get internet with static IP is on the beagle: | ||
| * get name of connection: '' | * get name of connection: '' | ||
| - | * then assign your static IP. Example: | + | * then assign your static IP. This will be a persistent setting. Example: |
| < | < | ||
| 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 | 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 | ||
| </ | </ | ||
| + | //for the morbidly curious you can find (and maybe edit?) the settings connman is reading/ | ||
| - | ===== Always booting from SD card ===== | + | ===== Network tips ===== |
| - | Things to try: | + | //see [[https:// |
| - | * [[https://stackoverflow.com/ | + | |
| - | * or maybe edit '' | + | |
| - | * [[https:// | + | |
| - | * [[https://groups.google.com/ | + | |
| + | ===== Always booting from SD card ===== | ||
| + | - Manually boot from the MicroSD (hold down the '' | ||
| + | - run '' | ||
| + | - run '' | ||
| + | - run '' | ||
| + | - disconnect and then reconnect power | ||
| + | [[https:// | ||