Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
lwc:hardware:beagle [2023/02/22 19:12] – created John Harrison | lwc:hardware:beagle [2024/07/12 11:03] (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 | ||
+ | |||
+ | ==== Connecting ==== | ||
+ | * The bone is running a DHCP client so if you run a DHCP server it will get assigned an IP address | ||
+ | * username: `debian` pw: `temppwd` | ||
+ | * The onboard flash is 4GB which makes it too small to do any updates on current OS | ||
+ | * current OS: Linux beaglebone 4.9.78-ti-r94 #1 SMP PREEMPT Fri Jan 26 21:26:24 UTC 2018 armv7l GNU/Linux | ||
+ | * current OS on 32GB MicroSD: Linux beaglebone 4.19.94-ti-r42 #1buster SMP PREEMPT Tue Mar 31 19:38:29 UTC 2020 armv7l GNU/Linux | ||
+ | |||
+ | ==== Using Zita-njbridge ==== | ||
+ | * [[https:// | ||
+ | - get jack running and playing audio on both machines | ||
+ | - receiver will have some command similar to '' | ||
+ | - the '' | ||
+ | - receiver: | ||
+ | - '' | ||
+ | - '' | ||
+ | - sender: | ||
+ | - '' | ||
+ | - '' | ||
+ | - '' | ||
+ | - testing: '' | ||
+ | - //fixme: we need to get rid of the sudos. This is just a test. Fixed my adding: '' | ||
+ | - //fixme: distorting. Seems fixed with '' | ||
+ | - //fixme: why transmit 2 channels when we only need 1?// | ||
+ | |||
+ | === Jack === | ||
+ | //using Griffin iMic// | ||
+ | * starting: '' | ||
+ | * testing: '' | ||
+ | * change volume to 75%: '' | ||
+ | //using Amazon special// | ||
+ | * '' | ||
+ | or | ||
+ | * '' | ||
+ | |||
+ | ===== Setting static IP for ethernet ===== | ||
+ | * ubuntu with shared ethernet connection runs a dhcp server by default on 10.42.x.x and assigns the ethernet card 10.42.0.1. | ||
+ | * so the perhaps incorrect but easy way to get internet with static IP is on the beagle: | ||
+ | * get name of connection: '' | ||
+ | * 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 | ||
+ | </ | ||
+ | //for the morbidly curious you can find (and maybe edit?) the settings connman is reading/ | ||
+ | |||
+ | ===== 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:// |