Re: Firmware Update using Linux
Reply #6 –
I've tried your binary:
$ ./pump-loader -p:/dev/ttyACM0 -t:115200 -status
PUMP loader
Opening serial port '/dev/ttyACM0' @ 115200 ... OK
Error reading PUMP id
The SUMP client works fine:
$ ./runme
Experimental: JNI_OnLoad called.
Stable Library
=========================================
Native lib Version = RXTX-2.1-7
Java lib Version = RXTX-2.1-7
/dev/ttyACM0
Device Controller found: org.sump.analyzer.devices.FpgaDeviceController
/dev/ttyACM0
Device Controller found: org.sump.analyzer.devices.Hp16500DeviceController
Device Controller = FPGA Controller
Tool found: org.sump.analyzer.tools.I2CProtocolAnalysis
Tool found: org.sump.analyzer.tools.SPIProtocolAnalysis
Tool found: org.sump.analyzer.tools.StateAnalysis
Tool found: org.sump.analyzer.tools.UARTProtocolAnalysis
Attaching to: /dev/ttyACM0 (115200bps)
Run started
Device ID: 0x534c4131
11000000 00000000 00000000 00000000 00000000
11000001 00000000 00000000 00000000 00000000
11000010 00000000 00000000 00000000 00001000
10000000 00000000 00000000 00000000 00000000
10000001 11111111 00000001 11111111 00000001
Flags: 10
10000010 00000010 00000000 00000000 00000000
Run completed
Markus