Project

General

Profile

OpenMoko » History » Version 1

Anonymous, 02/19/2016 10:48 PM

1 1
Open source phone project: see http://wiki.openmoko.org/wiki/Main_Page for details.
2
3
It can be used in conjunction with pc using following scenarion:
4
5
on the phone run
6
{{{
7
./osmocon -i 13 -m romload -p /dev/ttySAC0 layer1.highram.bin
8
}}}
9
for details see [wiki:osmocon] and [wiki:CalypsoRomloader]
10
Make L2 socket externally available via socat:
11
{{{
12
socat -v -x tcp-l:16661,reuseaddr,fork unix-connect:/tmp/osmocom_l2
13
}}}
14
15
on the host machine run
16
{{{
17
socat -v -x unix-l:/var/tmp/l2,fork  tcp:192.168.0.202:16661,fork
18
}}}
19
in order to obtain L2 socket.
20
Note: 192.168.0.202 is default address of the device when you use shr linux distribution.
21
22
After this you can run various tool on host machine, for example:
23
{{{
24
./cell_log -s /var/tmp/l2 -l /var/tmp/osmocom.log
25
}}}
Add picture from clipboard (Maximum size: 48.8 MB)