-
Notifications
You must be signed in to change notification settings - Fork 6
Robot Bringup From Image
andrewjchen edited this page Nov 8, 2014
·
2 revisions
- Imaging SD card
- Networking
- Set Robot ID
- Test
http://nbviewer.ipython.org/github/biomimetics/bml_tools/blob/master/arm_linux/odroid_imaging.ipynb
- Use a serial terminal to login
- check the device name via
ifconfig -a
- modify
/etc/network/interfaces
to set the IP address
bml@odroid-server:~$ sudo nano /etc/hostname # rename odroid-server to zumy040
bml@odroid-server:~$ sudo nano /etc/hosts # rename odroid-server to zumy040
-
Launch IPython Notebook:
bml@odroid-server:~$ ipython notebook --ip=* --no-browser
-
Open http://192.168.1.66:8888, navigate to zumy > notebook > for tests.