Difference between revisions of "Tunnel"

From PaparazziUAV
Jump to navigation Jump to search
Line 20: Line 20:
Starting software at 0x00004000
Starting software at 0x00004000
</pre>
</pre>
<p>Now your Tiny2.11 will tunnel UART1 from the GPS direct to the serial connector on the board. So, using the 8-pin Molex to FTDI cable adapter you can use your computer to interact with the GPS module. One example is using u-blox u-center program to configure your GPS module. Like the bootloader if you bought your Tiny2.11 assembled check that your vendor configured your GPS. Good chance you won't need to use the tunnel or configure the GPS module.</p>
[http://paparazzi.enac.fr/wiki/index.php/Tiny_v2#Programming BACK]
[http://paparazzi.enac.fr/wiki/index.php/Tiny_v2#Programming BACK]

Revision as of 14:31, 16 June 2008

Required Cables:

  1. USB cable
  2. USB to 8-pin Molex Picoblade connector adapter cable

Steps:

  1. Connect USB Cable + 8-pin Molex adapter to USB on your laptop
  2. Connect 8-pin Molex Connector on the Adapter cable to "usb" on Tiny2.11
  3. Power on Tiny2.11
  4. Enter this command in a terminal: make AIRCRAFT=ppz1 tunnel.upload

Success will show this in the last lines of the terminal window

Found USB device
BootROM code: 2.12
Part ID: 0x0402FF25 (LPC2148, 512k Flash, 32k+8k RAM)
BootLoader version: 1.3
#
Starting software at 0x00004000

Now your Tiny2.11 will tunnel UART1 from the GPS direct to the serial connector on the board. So, using the 8-pin Molex to FTDI cable adapter you can use your computer to interact with the GPS module. One example is using u-blox u-center program to configure your GPS module. Like the bootloader if you bought your Tiny2.11 assembled check that your vendor configured your GPS. Good chance you won't need to use the tunnel or configure the GPS module.

BACK