Raspberry Pi

Revision as of 15:48, 3 January 2014 by 204.10.16.29 (Talk)


Official Raspbian Image

This is the recommended way of starting out with your AD2PI. We've gone ahead and done all the initial work to make it and your Raspberry Pi work together out of the box. Just follow the instructions for flashing the SD card from Raspberry Pi.

Changes from Raspbian

Download

Link Version MD5
Download 2013-12-31 9db3460f6818c1f77c9df677abfadf33

Manual Configuration

  1. Flash the SD card with your choice of OS as described here.
  2. Boot up the Raspberry Pi.
  3. Remove the following entries from /boot/cmdline.txt:
    • console=ttyAMA0,115200
    • kgdboc=ttyAMA0,115200
  4. Remove the following line from /etc/inittab:
    • T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100
  5. Sync and halt your Raspberry Pi.
  6. Attach the AD2PI.
  7. Boot it up again.
    • At this point you should be able to communicate with the device at /dev/ttAMA0.
  8. Install any optional software (ser2sock, Python library, etc.)