bc10-router/arago-project(danny)/Ubuntu12.04LTS
[
Front page
] [
New
|
List of pages
|
Search
|
Recent changes
]
Start:
[[bc10]]~
[[bc10-router]]~
#contents
* bc10-router/arago-project(danny)/Ubuntu12.04LTS [#seaed...
>
This article is a revised version of the article of [[bc1...
~
The two contents are revised from the original article.~
-Host OS: The version of host OS is updated from Ubuntu10...
~
- Arago Project: The version of arago-project is updated ...
>
This explains how to create the building environment and ...
>
Caution 1: In the article of [[bc10-router/arago-project]...
~
Caution 2: This article does not guarantee for any update...
~
* Setting Up the build environment [#iebccc8d]
>
This article assumes that the host OS, Ubuntu 12.04LTS (D...
~ These creating process of the build environment and bui...
** Major changes in this article [#x3c70b4b]
>
Some parts of this article have been changed from the ori...
- danny branch of Yocto Project is used in stead of dylan...
- To specify the machine, bitbake command is modified to ...
>
Caution 3: danny branch and dylan branch indicate the ver...
** Updating to Ubuntu 12.04LTS and installing additional ...
>
To build the building environment, update Ubuntu 12.04LTS...
$ sudo apt-get dist-upgrade
$ sudo apt-get install linux-image-generic-lts-saucy lin...
Installing the packages, which are necessary for building...
Change the default shell form dash to bash.~
$ sudo apt-get install git build-essential diffstat texi...
$ sudo apt-get install ia32-libs
$ sudo dpkg-reconfigure dash
Please install libc6-dev. This package is not mentioned i...
$ sudo apt-get install libc6-dev libc6-dev-i386
Install the packages shown bellow. These packages are not...
$ sudo apt-get install vim lv nautilus-open-terminal
$ sudo apt-get install ssh
** Setting up the build environment [#y57f9fe8]
>
To build arago-project, obtain Toolchain, Linaro 2013.03 ...
$ mkdir ~/src
$ cd ~/src
$ wget --no-check-certificate https://launchpad.net/lina...
$ tar -jxvf gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-2...
Obtain the file of arago-project, and configure for dann...
After the environment variable is setup, core-image-minim...
$ cd ~/
$ git clone git://arago-project.org/git/projects/oe-laye...
$ cd tisdk
$ ./oe-layertool-setup.sh -f configs/arago-danny-config....
To execute the command line shown above, the files and di...
...<snip>...
Resolving deltas: 100% (19437/19437), done.
Already on 'master'
Already up-to-date.
Note: checking out '1.17.0'.
...<snip>...
For example:
MACHINE=xxxxx bitbake <target>
Common targets are:
core-image-minimal
core-image-sato
meta-toolchain
meta-toolchain-sdk
adt-installer
meta-ide-support
>
$ cd build/
$ . conf/setenv
$ export PATH=$HOME/gcc-linaro-arm-linux-gnueabihf-4.7-2...
** Building core-image-minimal [#sb64d694]
>
To execute a bitbake command, the log shown below appears...
>
Caution 4: Depending on your using environment, in genera...
$ MACHINE=beagleboard bitbake core-image-minimal
...<snip>...
Build Configuration:
BB_VERSION = "1.17.0"
TARGET_ARCH = "arm"
TARGET_OS = "linux-gnueabi"
MACHINE = "beagleboard"
DISTRO = "arago"
DISTRO_VERSION = "2013.06"
TUNE_FEATURES = "armv7a vfp neon thumb callconventio...
TARGET_FPU = "vfp-neon"
meta-arago-distro
meta-arago-extras = "danny:3a583c7ccb3392b6e14d67a4822a7...
toolchain-layer
meta-oe = "danny:f00028caf257e386c0f3ae46bd4b3...
meta-ti = "danny:72d4c5d37decfc8591981d3c8a859...
meta-linaro = "danny:d0558fa4304592622423582f8b464...
meta = "danny:d6c69df33e5b447eb01ee7fca921b...
...<snip>...
NOTE: Tasks Summary: Attempted 1412 tasks of which 216 d...
Summary: There were 46 WARNING messages shown.
>
As the build process is completed, the images such as MLO...
$ cd arago-tmp-external-linaro-toolchain/deploy/images/
$ ls -lh
Total 25M
lrwxrwxrwx 1 beat beat 83 1月 28 19:54 MLO -> M...
lrwxrwxrwx 1 beat beat 83 1月 28 19:54 MLO-beag...
-rwxr-xr-x 1 beat beat 44K 1月 28 19:54 MLO-beag...
-rw-rw-r-- 1 beat beat 294 1月 28 20:22 README_-...
-rw-r--r-- 1 beat beat 2.3M 1月 28 20:23 core-ima...
-rw-r--r-- 1 beat beat 4.9M 1月 28 20:23 core-ima...
-rw-r--r-- 1 beat beat 4.6M 1月 28 20:23 core-ima...
lrwxrwxrwx 1 beat beat 59 1月 28 20:23 core-ima...
lrwxrwxrwx 1 beat beat 56 1月 28 20:23 core-ima...
-rw-rw-r-- 1 beat beat 9.2M 1月 28 19:53 modules-...
-rwxr-xr-x 1 beat beat 329K 1月 28 19:54 u-boot-b...
lrwxrwxrwx 1 beat beat 90 1月 28 19:54 u-boot-b...
lrwxrwxrwx 1 beat beat 90 1月 28 19:54 u-boot.i...
lrwxrwxrwx 1 beat beat 60 1月 28 19:53 uImage -...
-rw-r--r-- 1 beat beat 3.3M 1月 28 19:53 uImage-3...
lrwxrwxrwx 1 beat beat 60 1月 28 19:53 uImage-b...
-rw-r--r-- 1 beat beat 230 1月 28 20:23 ubinize....
>
It ends the build process of core-image-minimal.~
*** What is core-image-minimal? [#sde27ef3]
>
core-image-minimal is the minimum package, which contains...
The recipe file PATH of core-image-minimal is shown below.~
${HOME}/tisdk/sources/oe-core/meta/recipes-core/images/c...
The file, packagegroup-core-boot.bb, shows the list of pa...
The file, packagegroup-core-boot.bb, is located at the di...
${HOME}/tisdk/sources/oe-core/meta/recipes-core/packageg...
***About other image recipes [#rcebed98]
>
arago-project has other image recipes than core-image-min...
${HOME}/tisdk/sources/meta-arago/meta-arago-distro/recip...
There is the list of other recipes than core-image-minima...
arago-amsdk-image.bb
arago-base-image.bb
arago-base-tisdk-image.bb
arago-console-image.bb
arago-core-tisdk-image.bb
arago-core-tisdk-image.inc
arago-image.inc
tisdk-rootfs-image.bb
tisdk-server-rootfs-image.bb
Also, arago-image.inc is shared and included among other ...
packagegroup, which is required for required for other im...
${HOME}/tisdk/sources/meta-arago/meta-arago-distro/recip...
** Building arago-console-image [#c0da86b2]
>
The image of core-image-minimal has a lot of commands, wh...
~
Then, to build the image of arago-console-image, the same...
${HOME}/tisdk/sources/meta-arago/meta-arago-distro/recip...
Please edit the contents of this file in the same way as ...
$ diff -upN __packagegroup-arago-console.bb_orig package...
--- __packagegroup-arago-console.bb_orig 2014-01-...
+++ packagegroup-arago-console.bb 2014-01-30 12:38...
@@ -51,6 +51,18 @@ ARAGO_UTILS = "\
iproute2 \
strace \
ltrace \
+ bridge-utils \
+ dnsmasq \
+ grep \
+ hostap-daemon \
+ hostap-utils \
+ iperf \
+ iptables \
+ iw \
+ procps \
+ openssh \
+ openssl \
+ rp-pppoe \
+ wireless-tools \
${@base_contains('MACHINE_FEATURES', 'pci', 'pciuti...
"
After the contents of the file is edited, the commands li...
Since this build process takes place after the build proc...
$ cd ~/tisdk/build
$ MACHINE=beagleboard bitbake arago-console-image
After the build process of packagegroup-arago-console is ...
$ cd ~/tisdk/build/arago-tmp-external-linaro-toolchain/d...
$ ls -lh
Total 232M
lrwxrwxrwx 1 beat beat 83 1月 28 19:54 MLO -> M...
lrwxrwxrwx 1 beat beat 83 1月 28 19:54 MLO-beag...
-rwxr-xr-x 1 beat beat 44K 1月 28 19:54 MLO-beag...
-rw-rw-r-- 1 beat beat 294 1月 31 12:48 README_-...
-rw-r--r-- 1 beat beat 26M 1月 30 14:17 arago-co...
-rw-r--r-- 1 beat beat 39M 1月 30 14:18 arago-co...
-rw-r--r-- 1 beat beat 39M 1月 30 14:18 arago-co...
-rw-r--r-- 1 beat beat 26M 1月 31 12:54 arago-co...
-rw-r--r-- 1 beat beat 40M 1月 31 12:55 arago-co...
-rw-r--r-- 1 beat beat 40M 1月 31 12:55 arago-co...
lrwxrwxrwx 1 beat beat 60 1月 31 12:54 arago-co...
lrwxrwxrwx 1 beat beat 57 1月 31 12:55 arago-co...
-rw-r--r-- 1 beat beat 2.3M 1月 28 20:23 core-ima...
-rw-r--r-- 1 beat beat 4.9M 1月 28 20:23 core-ima...
-rw-r--r-- 1 beat beat 4.6M 1月 28 20:23 core-ima...
lrwxrwxrwx 1 beat beat 59 1月 28 20:23 core-ima...
lrwxrwxrwx 1 beat beat 56 1月 28 20:23 core-ima...
-rw-rw-r-- 1 beat beat 9.2M 1月 28 19:53 modules-...
-rwxr-xr-x 1 beat beat 329K 1月 28 19:54 u-boot-b...
lrwxrwxrwx 1 beat beat 90 1月 28 19:54 u-boot-b...
lrwxrwxrwx 1 beat beat 90 1月 28 19:54 u-boot.i...
lrwxrwxrwx 1 beat beat 60 1月 28 19:53 uImage -...
-rw-r--r-- 1 beat beat 3.3M 1月 28 19:53 uImage-3...
lrwxrwxrwx 1 beat beat 60 1月 28 19:53 uImage-b...
-rw-r--r-- 1 beat beat 231 1月 31 12:54 ubinize....
* Installing the images to bc10 [#l7ce572f]
>
To install the crated images into a SD card, the SD card ...
The names of directories for FAT32 and Ext3 are /media/FA...
~
The images such as MLO, uboot, uImage, and rootfs are cop...
$ cp MLO-beagleboard-2012.04.01-r1+gitr1+415d386877df49e...
$ cp u-boot-beagleboard-2012.04.01-r1+gitr1+415d386877df...
$ cp uImage-3.3.7-r125b+gitrv3.3.7-beagleboard-201401280...
$ sudo tar xvfz arago-console-image-beagleboard-20140130...
-C /media/EXT3
This is the end of how to copy the images to a SD card.~
* Testing the Simple Launch Process on bc10 [#u4bfade6]
>
Insert the SD card, which the image is already copied int...
Make sure the log shown below appears in the booting proc...
~
The diagram of bc10 and its peripherals is show directly ...
bc10 - USB AC Powered Hub---- LUA3-U2-ATX (USB Ether)
|
-- WLI-UC-AG300N (USB Wifi)
>
... <snip> ...
Stopping Bootlog daemon: bootlogd.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project http://arago-project.org beagleboard ttyO2
Arago 2013.06 beagleboard ttyO2
beagleboard login: root
root@beagleboard:~# uname -a
Linux beagleboard 3.3.7 #1 Tue Jan 28 18:39:28 JST 2014 ...
root@beagleboard:~# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 ro...
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB...
Bus 001 Device 003: ID 0b95:7720 ASIX Electronics Corp. ...
Bus 001 Device 004: ID 0411:012e BUFFALO INC. (formerly ...
root@beagleboard:~# ifconfig -a
eth0 Link encap:Ethernet HWaddr 4C:E6:76:55:49:C6
inet addr:192.168.0.152 Bcast:0.0.0.0 Mask:2...
inet6 addr: 2001:268:321:8000:4ee6:76ff:fe55:4...
inet6 addr: fe80::4ee6:76ff:fe55:49c6/64 Scope...
UP BROADCAST RUNNING MULTICAST MTU:1500 Metr...
RX packets:39 errors:0 dropped:9 overruns:0 fr...
TX packets:8 errors:0 dropped:0 overruns:0 car...
collisions:0 txqueuelen:1000
RX bytes:4162 (4.0 KiB) TX bytes:1416 (1.3 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 fra...
TX packets:0 errors:0 dropped:0 overruns:0 car...
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
wlan0 Link encap:Ethernet HWaddr 00:1D:73:A2:97:97
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 fra...
TX packets:0 errors:0 dropped:0 overruns:0 car...
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
* Revision History [#c5543682]
>
- 2014/02/17 This article is initially published
End:
[[bc10]]~
[[bc10-router]]~
#contents
* bc10-router/arago-project(danny)/Ubuntu12.04LTS [#seaed...
>
This article is a revised version of the article of [[bc1...
~
The two contents are revised from the original article.~
-Host OS: The version of host OS is updated from Ubuntu10...
~
- Arago Project: The version of arago-project is updated ...
>
This explains how to create the building environment and ...
>
Caution 1: In the article of [[bc10-router/arago-project]...
~
Caution 2: This article does not guarantee for any update...
~
* Setting Up the build environment [#iebccc8d]
>
This article assumes that the host OS, Ubuntu 12.04LTS (D...
~ These creating process of the build environment and bui...
** Major changes in this article [#x3c70b4b]
>
Some parts of this article have been changed from the ori...
- danny branch of Yocto Project is used in stead of dylan...
- To specify the machine, bitbake command is modified to ...
>
Caution 3: danny branch and dylan branch indicate the ver...
** Updating to Ubuntu 12.04LTS and installing additional ...
>
To build the building environment, update Ubuntu 12.04LTS...
$ sudo apt-get dist-upgrade
$ sudo apt-get install linux-image-generic-lts-saucy lin...
Installing the packages, which are necessary for building...
Change the default shell form dash to bash.~
$ sudo apt-get install git build-essential diffstat texi...
$ sudo apt-get install ia32-libs
$ sudo dpkg-reconfigure dash
Please install libc6-dev. This package is not mentioned i...
$ sudo apt-get install libc6-dev libc6-dev-i386
Install the packages shown bellow. These packages are not...
$ sudo apt-get install vim lv nautilus-open-terminal
$ sudo apt-get install ssh
** Setting up the build environment [#y57f9fe8]
>
To build arago-project, obtain Toolchain, Linaro 2013.03 ...
$ mkdir ~/src
$ cd ~/src
$ wget --no-check-certificate https://launchpad.net/lina...
$ tar -jxvf gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-2...
Obtain the file of arago-project, and configure for dann...
After the environment variable is setup, core-image-minim...
$ cd ~/
$ git clone git://arago-project.org/git/projects/oe-laye...
$ cd tisdk
$ ./oe-layertool-setup.sh -f configs/arago-danny-config....
To execute the command line shown above, the files and di...
...<snip>...
Resolving deltas: 100% (19437/19437), done.
Already on 'master'
Already up-to-date.
Note: checking out '1.17.0'.
...<snip>...
For example:
MACHINE=xxxxx bitbake <target>
Common targets are:
core-image-minimal
core-image-sato
meta-toolchain
meta-toolchain-sdk
adt-installer
meta-ide-support
>
$ cd build/
$ . conf/setenv
$ export PATH=$HOME/gcc-linaro-arm-linux-gnueabihf-4.7-2...
** Building core-image-minimal [#sb64d694]
>
To execute a bitbake command, the log shown below appears...
>
Caution 4: Depending on your using environment, in genera...
$ MACHINE=beagleboard bitbake core-image-minimal
...<snip>...
Build Configuration:
BB_VERSION = "1.17.0"
TARGET_ARCH = "arm"
TARGET_OS = "linux-gnueabi"
MACHINE = "beagleboard"
DISTRO = "arago"
DISTRO_VERSION = "2013.06"
TUNE_FEATURES = "armv7a vfp neon thumb callconventio...
TARGET_FPU = "vfp-neon"
meta-arago-distro
meta-arago-extras = "danny:3a583c7ccb3392b6e14d67a4822a7...
toolchain-layer
meta-oe = "danny:f00028caf257e386c0f3ae46bd4b3...
meta-ti = "danny:72d4c5d37decfc8591981d3c8a859...
meta-linaro = "danny:d0558fa4304592622423582f8b464...
meta = "danny:d6c69df33e5b447eb01ee7fca921b...
...<snip>...
NOTE: Tasks Summary: Attempted 1412 tasks of which 216 d...
Summary: There were 46 WARNING messages shown.
>
As the build process is completed, the images such as MLO...
$ cd arago-tmp-external-linaro-toolchain/deploy/images/
$ ls -lh
Total 25M
lrwxrwxrwx 1 beat beat 83 1月 28 19:54 MLO -> M...
lrwxrwxrwx 1 beat beat 83 1月 28 19:54 MLO-beag...
-rwxr-xr-x 1 beat beat 44K 1月 28 19:54 MLO-beag...
-rw-rw-r-- 1 beat beat 294 1月 28 20:22 README_-...
-rw-r--r-- 1 beat beat 2.3M 1月 28 20:23 core-ima...
-rw-r--r-- 1 beat beat 4.9M 1月 28 20:23 core-ima...
-rw-r--r-- 1 beat beat 4.6M 1月 28 20:23 core-ima...
lrwxrwxrwx 1 beat beat 59 1月 28 20:23 core-ima...
lrwxrwxrwx 1 beat beat 56 1月 28 20:23 core-ima...
-rw-rw-r-- 1 beat beat 9.2M 1月 28 19:53 modules-...
-rwxr-xr-x 1 beat beat 329K 1月 28 19:54 u-boot-b...
lrwxrwxrwx 1 beat beat 90 1月 28 19:54 u-boot-b...
lrwxrwxrwx 1 beat beat 90 1月 28 19:54 u-boot.i...
lrwxrwxrwx 1 beat beat 60 1月 28 19:53 uImage -...
-rw-r--r-- 1 beat beat 3.3M 1月 28 19:53 uImage-3...
lrwxrwxrwx 1 beat beat 60 1月 28 19:53 uImage-b...
-rw-r--r-- 1 beat beat 230 1月 28 20:23 ubinize....
>
It ends the build process of core-image-minimal.~
*** What is core-image-minimal? [#sde27ef3]
>
core-image-minimal is the minimum package, which contains...
The recipe file PATH of core-image-minimal is shown below.~
${HOME}/tisdk/sources/oe-core/meta/recipes-core/images/c...
The file, packagegroup-core-boot.bb, shows the list of pa...
The file, packagegroup-core-boot.bb, is located at the di...
${HOME}/tisdk/sources/oe-core/meta/recipes-core/packageg...
***About other image recipes [#rcebed98]
>
arago-project has other image recipes than core-image-min...
${HOME}/tisdk/sources/meta-arago/meta-arago-distro/recip...
There is the list of other recipes than core-image-minima...
arago-amsdk-image.bb
arago-base-image.bb
arago-base-tisdk-image.bb
arago-console-image.bb
arago-core-tisdk-image.bb
arago-core-tisdk-image.inc
arago-image.inc
tisdk-rootfs-image.bb
tisdk-server-rootfs-image.bb
Also, arago-image.inc is shared and included among other ...
packagegroup, which is required for required for other im...
${HOME}/tisdk/sources/meta-arago/meta-arago-distro/recip...
** Building arago-console-image [#c0da86b2]
>
The image of core-image-minimal has a lot of commands, wh...
~
Then, to build the image of arago-console-image, the same...
${HOME}/tisdk/sources/meta-arago/meta-arago-distro/recip...
Please edit the contents of this file in the same way as ...
$ diff -upN __packagegroup-arago-console.bb_orig package...
--- __packagegroup-arago-console.bb_orig 2014-01-...
+++ packagegroup-arago-console.bb 2014-01-30 12:38...
@@ -51,6 +51,18 @@ ARAGO_UTILS = "\
iproute2 \
strace \
ltrace \
+ bridge-utils \
+ dnsmasq \
+ grep \
+ hostap-daemon \
+ hostap-utils \
+ iperf \
+ iptables \
+ iw \
+ procps \
+ openssh \
+ openssl \
+ rp-pppoe \
+ wireless-tools \
${@base_contains('MACHINE_FEATURES', 'pci', 'pciuti...
"
After the contents of the file is edited, the commands li...
Since this build process takes place after the build proc...
$ cd ~/tisdk/build
$ MACHINE=beagleboard bitbake arago-console-image
After the build process of packagegroup-arago-console is ...
$ cd ~/tisdk/build/arago-tmp-external-linaro-toolchain/d...
$ ls -lh
Total 232M
lrwxrwxrwx 1 beat beat 83 1月 28 19:54 MLO -> M...
lrwxrwxrwx 1 beat beat 83 1月 28 19:54 MLO-beag...
-rwxr-xr-x 1 beat beat 44K 1月 28 19:54 MLO-beag...
-rw-rw-r-- 1 beat beat 294 1月 31 12:48 README_-...
-rw-r--r-- 1 beat beat 26M 1月 30 14:17 arago-co...
-rw-r--r-- 1 beat beat 39M 1月 30 14:18 arago-co...
-rw-r--r-- 1 beat beat 39M 1月 30 14:18 arago-co...
-rw-r--r-- 1 beat beat 26M 1月 31 12:54 arago-co...
-rw-r--r-- 1 beat beat 40M 1月 31 12:55 arago-co...
-rw-r--r-- 1 beat beat 40M 1月 31 12:55 arago-co...
lrwxrwxrwx 1 beat beat 60 1月 31 12:54 arago-co...
lrwxrwxrwx 1 beat beat 57 1月 31 12:55 arago-co...
-rw-r--r-- 1 beat beat 2.3M 1月 28 20:23 core-ima...
-rw-r--r-- 1 beat beat 4.9M 1月 28 20:23 core-ima...
-rw-r--r-- 1 beat beat 4.6M 1月 28 20:23 core-ima...
lrwxrwxrwx 1 beat beat 59 1月 28 20:23 core-ima...
lrwxrwxrwx 1 beat beat 56 1月 28 20:23 core-ima...
-rw-rw-r-- 1 beat beat 9.2M 1月 28 19:53 modules-...
-rwxr-xr-x 1 beat beat 329K 1月 28 19:54 u-boot-b...
lrwxrwxrwx 1 beat beat 90 1月 28 19:54 u-boot-b...
lrwxrwxrwx 1 beat beat 90 1月 28 19:54 u-boot.i...
lrwxrwxrwx 1 beat beat 60 1月 28 19:53 uImage -...
-rw-r--r-- 1 beat beat 3.3M 1月 28 19:53 uImage-3...
lrwxrwxrwx 1 beat beat 60 1月 28 19:53 uImage-b...
-rw-r--r-- 1 beat beat 231 1月 31 12:54 ubinize....
* Installing the images to bc10 [#l7ce572f]
>
To install the crated images into a SD card, the SD card ...
The names of directories for FAT32 and Ext3 are /media/FA...
~
The images such as MLO, uboot, uImage, and rootfs are cop...
$ cp MLO-beagleboard-2012.04.01-r1+gitr1+415d386877df49e...
$ cp u-boot-beagleboard-2012.04.01-r1+gitr1+415d386877df...
$ cp uImage-3.3.7-r125b+gitrv3.3.7-beagleboard-201401280...
$ sudo tar xvfz arago-console-image-beagleboard-20140130...
-C /media/EXT3
This is the end of how to copy the images to a SD card.~
* Testing the Simple Launch Process on bc10 [#u4bfade6]
>
Insert the SD card, which the image is already copied int...
Make sure the log shown below appears in the booting proc...
~
The diagram of bc10 and its peripherals is show directly ...
bc10 - USB AC Powered Hub---- LUA3-U2-ATX (USB Ether)
|
-- WLI-UC-AG300N (USB Wifi)
>
... <snip> ...
Stopping Bootlog daemon: bootlogd.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project http://arago-project.org beagleboard ttyO2
Arago 2013.06 beagleboard ttyO2
beagleboard login: root
root@beagleboard:~# uname -a
Linux beagleboard 3.3.7 #1 Tue Jan 28 18:39:28 JST 2014 ...
root@beagleboard:~# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 ro...
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB...
Bus 001 Device 003: ID 0b95:7720 ASIX Electronics Corp. ...
Bus 001 Device 004: ID 0411:012e BUFFALO INC. (formerly ...
root@beagleboard:~# ifconfig -a
eth0 Link encap:Ethernet HWaddr 4C:E6:76:55:49:C6
inet addr:192.168.0.152 Bcast:0.0.0.0 Mask:2...
inet6 addr: 2001:268:321:8000:4ee6:76ff:fe55:4...
inet6 addr: fe80::4ee6:76ff:fe55:49c6/64 Scope...
UP BROADCAST RUNNING MULTICAST MTU:1500 Metr...
RX packets:39 errors:0 dropped:9 overruns:0 fr...
TX packets:8 errors:0 dropped:0 overruns:0 car...
collisions:0 txqueuelen:1000
RX bytes:4162 (4.0 KiB) TX bytes:1416 (1.3 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 fra...
TX packets:0 errors:0 dropped:0 overruns:0 car...
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
wlan0 Link encap:Ethernet HWaddr 00:1D:73:A2:97:97
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 fra...
TX packets:0 errors:0 dropped:0 overruns:0 car...
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
* Revision History [#c5543682]
>
- 2014/02/17 This article is initially published
Page: