Step by Step

From OpenTom

Jump to: navigation, search

Contents

install toolchain

build opentom linux

Connect to tomtom via bluetooth

  • start tomtom with opentom linux
  • as root enter 'dund --search -n'
# dund --search -n
dund[7206]: Bluetooth DUN daemon version 2.24
dund[7206]: Inquiring
dund[7206]: Searching for LAP on xx:xx:xx:xx:xx:xx
dund[7206]: Connecting to xx:xx:xx:xx:xx:xx channel 2
dund[7206]: Connection established
# Using interface ppp0
Connect: ppp0 <--> /dev/rfcomm0
Deflate (15) compression enabled
local  IP address 192.168.254.2
remote IP address 192.168.254.1
Script /etc/ppp/ip-up finished (pid 7215), status = 0x0

#
  • as normal user connect to tomtom using telnet to the local IP adress
~> telnet 192.168.254.1
Trying 192.168.254.1...
Connected to 192.168.254.1.
Escape character is '^]'.

OpenTom login: root


BusyBox v1.00 (2006.07.25-17:32+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

root@OpenTom:~ $

Copy files to tomtom over bluetooth

  • copy file to your webserver
  • copy file with wget
root@OpenTom:~ $ wget http://192.168.254.2/foo.bar
Connecting to 192.168.254.2[192.168.254.2]:80
foo.bar          100% |*****************************|   157       00:00 ETA
root@OpenTom:~ $

You can also install a FTP server on your PC, and use the commands ftpget and ftpput from BusyBox.

Connect usb devices to tomtom

Personal tools