PicLoader

Latest Version: 0.25

What is it?

PicLoader is a platform independent replacement for Screamer written out of need for a Linux equivalent.
PicLoader is a downloader interface for the Bloader bootloader from Spark Fun Electronics. PicLoader downloads firmware to a MicroChip PIC chip using a serial port connection.

PicLoader in action

PicLoader in action.

News:

PicLoader now comes bundled with RXTX binaries for Linux and Windows.
A Ant build script for easily building of PicLoader is now included.

Changes.

Version 0.1 --- Jan. 25. 2006

Version 0.2 --- Jan. 28. 2006

Version 0.21 --- Jan. 30. 2006

Version 0.22 --- Jan. 30. 2006

Version 0.23 --- Jan. 31. 2006

Version 0.24 --- Feb. 3. 2006

Version 0.25 --- May 21. 2006

System Requirements.

Bugs:

NONE ;)
Probably many - please report them.

ToDo:

Download.

Binaries: picloader-bin-0.25.zip - Checksum
Source code:picloader-src-0.25.zip - Checksum

Installing

A Ant script is included with the source code, hence the installation of PicLoader is exstreamly simple.

Linux:

  1. Unzip the archive:
    unzip picloader-src-0.23.zip
  2. Change directory:
    cd picloader-0.23
  3. Become root:
    su
  4. Install PicLoader:
    sh install.sh
  5. Return to normal user:
    exit
  6. Run PicLoader:
    /usr/local/bin/picloader

Windows (untested):

  1. Become administrator.
  2. Unzip the archive.
  3. Install PicLoader:
    install.bat
  4. Return to normal user:
    exit
  5. Run PicLoader:
    C:\\PicLoader\picloader.bat

Uninstall

To uninstall Picloader:

Linux:

  1. Become root:
    su
  2. Uninstall RXTX binaries:
    1. Change directory:
      cd RXTXInstaller
    2. Run the installer:
      sh uninstallRXTX.sh
    3. Return to base directory:
      cd -
  3. Uninstall PicLoader:
    sh uninstall.sh
  4. Return to normal user:
    exit

Windows (untested):

  1. Become administrator.
  2. Uninstall RXTX binaries:
    1. Change directory:
      cd RXTXInstaller
    2. Run the installer:
      sh uninstallRXTX.sh
    3. Return to base directory:
      cd ..
  3. Uninstall PicLoader:
    uninstall.bat
  4. Return to normal user.

Licensing.

PicLoader is free software. It is licensed under the GNU General Public License and comes with no warranties. The program is free for all to use. Use it and modify it, to your hearts content!

Who wrote this stuff?

Gert Lavsen created this program. Spark Fun Electronics created the original Screamer.

Valid XHTML 1.0 Strict Valid CSS!