Olimex 40-pin ribbon cable suitable for OLinuXino boards with 0.1'' step connector CABLE-IDC40-15CM CABLE-IDC40-15CM Data Sheet

Product codes
CABLE-IDC40-15CM
Page of 37
OLIMEX© 2012
A13-OLinuXino user's manual
2.6.4.  Connecting the A13-OLinuXino
Power the A13-OLINUXINO. Now connect the miniUSB to the board and wait a bit for the USB to 
enumerate.
After the tools are installed we navigate to “platform-tools” folder located in the directory of the 
tools (where we extracted in point 1), then we enter:
./adb devices
which will show us the list of the available devices. The output should would like:
List of devices attached 
20080411 device
However if we get “bash: ./adb: No such file or directory“ -  we have to check if the ia32-libs are 
installed if not, we install them with:
apt-get install ia32-libs
If again the device is not listed we try to stop and run the server again with the following (we have 
to be logged as root!):
cd /home/android-sdk/platform-tools/
./adb kill-server
./adb start-server
Exit the root and enter the shell of the device
./adb shell
We then create mounting point for the NAND memory :
mkdir /sdcard/nanda
and finally we mount the NAND:
mount -t vfat /dev/block/nanda /sdcard/nanda
Page 12 of 37