Table of Contents

Beaglebone, Beagleboard Black, Green, and Friends

LEDScape and friends

Connecting

Using Zita-njbridge

  1. get jack running and playing audio on both machines
  2. receiver will have some command similar to zita-n2j 10.42.0.249 9999 --buff 50
    1. the --buff 50 seems to eliminate distortion which was coming and going. The default is 10
  3. receiver:
    1. jack_connect zita-n2j:out_1 system:playback_1
    2. jack_connect zita-n2j:out_2 system:playback_2
  4. sender:
    1. sudo jackd -d alsa
    2. sudo zita-j2n 10.42.0.249 9999 --16bit
      1. --16bit might not be necessary but seems prudent to keep network traffic down
    3. testing: sudo mpg123-jack -a zita-j2n:in_1,zita-j2n:in_2 /tmp/file_example_MP3_5MG.mp3
    4. fixme: we need to get rid of the sudos. This is just a test. Fixed my adding: usermod -a -G audio yourUserID as shown here
    5. fixme: distorting. Seems fixed with –buff 50?
    6. fixme: why transmit 2 channels when we only need 1?

Jack

using Griffin iMic

using Amazon special

or

Setting static IP for ethernet

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/writing at /var/lib/connman

Network tips

see Connmanctl Cheat Sheet for connecting Wi-Fi card

Always booting from SD card

  1. Manually boot from the MicroSD (hold down the user/boot button).
  2. run sudo dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=1 to write zeros over the first 1MB of the eMMC
  3. run sync
  4. run sudo shutdown now
  5. disconnect and then reconnect power

source