start keeping notes on bbb
[challenge-bot] / bbb / notes.org
CommitLineData
2f2e52e9 1* todo
2 * add hostname and user in image type configuration
3 * mdns avahi zeroconf bonjour not work? maybe wrong hostname
4 * confirm that the only real problem was incorrect user and hostname
5 * maybe http://elinux.org/RPi_Advanced_Setup search 'avahi'
6 * also https://stackoverflow.com/questions/10537816/cannot-connect-to-beaglebone-local
7 * set time on beagleboard based on host system time
8 * set timezone on beagleboard based on host system timezone
9 * get network up and running, share network through host system
10 * do this during bbb boot
11 * make a ~/bin dir, add it to path
12 * add full-update.bash to ~/bin
13 * initial setup on beaglebone should do
14 * sudo aptitude install -y v4l-utils # for v4l2-ctl
15 * sudo aptitude install pkg-config # for compiling
16 * for opencv:
17 * sudo aptitude install -y
18 * add ssh key to bbb image to make sshing easier
19* doing
20 * maybe just go with debian 8.2
21 * systematically try all the images on all the boards
22 * debian 8.3 lxde, debian 7.9 lxde, debian 7.9 console,
23 debian 8.2 console 2016-01-14
24 * BBB-eMMC-flasher-debian-7.9-console-armhf-2015-11-03-2gb.img
25 * flashes BBB and BBG
26 * leaves the board accessible via 192.168.7.2
27 * unable to get to board with beaglebone.local
28 * debian 8.2 console 2016-01-14
29 * username:debian
30 * pw:temppwd
31 * BBG
32 * flashes
33 * boots after flash
34 * no beaglebone.local
35 * yes debian@192.168.7.2
36 * BBB
37 * flashes
38 * boots after flash
39 * no beaglebone.local
40 * yes debian@192.168.7.2
41 * debian 8.3 lxde
42 * username:root
43 * pw:
44 * BBG
45 * flashes
46 * boots after flash
47 * yes beaglebone.local
48 * yes 192.168.7.2
49 * BBB
50 * flashes
51 * boots after flash via power button, no need to pull usb cable
52 * no 192.168.7.2
53 * no beaglebone.local
54* done