start keeping notes on bbb
authordaniel watson <ozzloy@gmail.com>
Sun, 14 Feb 2016 02:26:55 +0000 (18:26 -0800)
committerdaniel watson <ozzloy@gmail.com>
Sun, 14 Feb 2016 02:26:55 +0000 (18:26 -0800)
bbb/notes.org [new file with mode: 0644]

diff --git a/bbb/notes.org b/bbb/notes.org
new file mode 100644 (file)
index 0000000..930d96c
--- /dev/null
@@ -0,0 +1,54 @@
+* todo
+  * add hostname and user in image type configuration
+  * mdns avahi zeroconf bonjour not work? maybe wrong hostname
+    * confirm that the only real problem was incorrect user and hostname
+    * maybe http://elinux.org/RPi_Advanced_Setup search 'avahi'
+    * also https://stackoverflow.com/questions/10537816/cannot-connect-to-beaglebone-local
+  * set time on beagleboard based on host system time
+  * set timezone on beagleboard based on host system timezone
+  * get network up and running, share network through host system
+    * do this during bbb boot
+  * make a ~/bin dir, add it to path
+    * add full-update.bash to ~/bin
+  * initial setup on beaglebone should do
+    * sudo aptitude install -y v4l-utils # for v4l2-ctl
+    * sudo aptitude install pkg-config # for compiling
+    * for opencv:
+      * sudo aptitude install -y
+  * add ssh key to bbb image to make sshing easier
+* doing
+  * maybe just go with debian 8.2
+  * systematically try all the images on all the boards
+    * debian 8.3 lxde, debian 7.9 lxde, debian 7.9 console,
+      debian 8.2 console 2016-01-14
+    * BBB-eMMC-flasher-debian-7.9-console-armhf-2015-11-03-2gb.img
+      * flashes BBB and BBG
+      * leaves the board accessible via 192.168.7.2
+      * unable to get to board with beaglebone.local
+    * debian 8.2 console 2016-01-14
+      * username:debian
+      * pw:temppwd
+      * BBG
+        * flashes
+        * boots after flash
+        * no beaglebone.local
+        * yes debian@192.168.7.2
+      * BBB
+        * flashes
+        * boots after flash
+        * no beaglebone.local
+        * yes debian@192.168.7.2
+    * debian 8.3 lxde
+      * username:root
+      * pw:
+      * BBG
+        * flashes
+        * boots after flash
+        * yes beaglebone.local
+        * yes 192.168.7.2
+      * BBB
+        * flashes
+        * boots after flash via power button, no need to pull usb cable
+        * no 192.168.7.2
+        * no beaglebone.local
+* done