Beaglebone: Difference between revisions
(→Wiki) |
|||
Line 19: | Line 19: | ||
Remove the SD Card, and power up your BeagleBone Black. | Remove the SD Card, and power up your BeagleBone Black. | ||
=== My Observation === | |||
When I use the image BBB-eMMC-flasher-2013.06.20.img to put it on the microSD card with win32DiskImager, I see (from plugging SD in Ubuntu) the microSD card has 2 partitions | |||
<pre> | |||
eMMC-Flasher -ext4 | |||
BEAGLE_BONE - vfat | |||
</pre> | |||
where eMMC-Flasher contains an ubuntu data and BEAGLE_BONE contains only 4 files. | |||
<pre> | |||
ID.txt - just one line | |||
MLO - 98K binary | |||
u-boot.img - 371K binary | |||
uEnv.txt - just one line | |||
</pre> | |||
=== Android OS === | === Android OS === |
Revision as of 07:55, 17 July 2013
Basic
Wiki
- http://elinux.org/BeagleBone
- Downloading images and instruction from www.armhf.com
- Adafruit learning which includes flashing eMMC and other stuff.
- http://eewiki.net/display/linuxonarm/BeagleBone+Black covers a lot about BBB.
Ubuntu
- Image (~70MB) download http://www.armhf.com/index.php/download/ and how to write the image to microSD card , boot from microSD and then the internal eMMC under Ubuntu/Debian.
- Defautl username=ubuntu, password=ubuntu
- http://robotic-controls.com/learn/beaglebone/beaglebone-black-ubuntu
flashing eMMC
Hold the "User Boot" button down, and then plug in the power (USB or 5V adaptor). Keep holding down the button until you see the bank of 4 LED's light up for a few seconds. You can now release the button.
It will take anywhere from 30-45 minutes to flash the image onto the on-board chip. Once it's done, the bank of 4 LED's to the right of the Ethernet will all stay lit up at the same time. You can then power down your BeagleBone Black.
Remove the SD Card, and power up your BeagleBone Black.
My Observation
When I use the image BBB-eMMC-flasher-2013.06.20.img to put it on the microSD card with win32DiskImager, I see (from plugging SD in Ubuntu) the microSD card has 2 partitions
eMMC-Flasher -ext4 BEAGLE_BONE - vfat
where eMMC-Flasher contains an ubuntu data and BEAGLE_BONE contains only 4 files.
ID.txt - just one line MLO - 98K binary u-boot.img - 371K binary uEnv.txt - just one line
Android OS
http://icculus.org/~hendersa/android/
VNC
Use microSD as ext storage
It is possible. See the idea in here.