rockbox/utils/imxtools/scsitools
Amaury Pouly 08e466ff92 imxtools: add device info and serial number requests to scsitool
Change-Id: I17b679062fa53c20034e7db6f4080f8762a7818c
2013-07-07 17:36:21 +02:00
..
Makefile
misc.c
misc.h imxtools/scsitools: add support for more commands 2013-01-15 19:42:20 +00:00
README.win32 imxtools/nwztools: fix compilation for windows 2013-01-10 00:51:35 +00:00
scsitool.c imxtools: add device info and serial number requests to scsitool 2013-07-07 17:36:21 +02:00
stmp_scsi.h imx233: document some more stmp vendor scsi command 2013-07-03 01:05:00 +02:00

This tool can be compiled under Windows with MinGW and the Windows port of sg3_util.
Everything runs unmodified with MSYS except perhaps for
- the library in which case you might have to change the LDFLAGS in Makefile to:
LDFLAGS=/usr/local/lib/libsgutils2.a
- the include directory in which case you might have to change the DEFINES in Makefile to:
DEFINES=-I/usr/local/include