sam7utils is a utility for programming the at91sam7 series microcontrollers.
It supports Linux, Mac OSX (PPC&Intel), and Windows (cygwin).
New in 0.2.1:
- add missing io_libusb.c file to distribution.
New in 0.2.0:
- libusb support. No more linux driver! (you may need to run as root)
- fixed -h argument (thanks Dean)
New in 0.1.1:
- update help on a few commands
- add linux driver fix for kernels > 2.6.14 (thanks Michael Shiloh)
- add curses check to configure.in for FC4 (thanks Russ Nelson)
New in 0.1.0:
- Support for chips whith 256 byte pages (SAM7S256 tested)
- Support for Sam7X chips
- cygwin support (requires driver from SAM-BA)
- loader for fast flashing (use flash command instead of manual_flash)
- support big endian systems (OSX on PPC)
- --exec command line option for scripting
- read and read_manual commands implemented