1
Open Bench Logic Sniffer / Does Mac version of ols-loader work?
It reports v0.3 rather than v0.4, and despite claiming to run to completion:
Code: [Select]
msmith% ./ols-loader -p:/dev/tty.usbmodem3a21 -wH:OLSv1.firmware.v3.0.hex -write -eraseLogic Sniffer ROM loader v0.3 (November 9, 2010)
Opening serial port '/dev/tty.usbmodem3a21' @ 921600 ... OK
Found OLS HW: 1, FW: 2.3, Boot: 2
Found flash: WINBOND W25X40
Chip erase ... done :)
Reading HEX file 'OLSv1.firmware.v3.0.hex' ... OK! (binary size = 16376)
Will write 64 pages
Page 0x0000 write ... (0x0000 0x0000)OK
...
Page 0x003f write ... (0x0000 0x003f)OK
the firmware on the device has not been updated:
Code: [Select]
msmith% ./ols-loader -p:/dev/tty.usbmodem3a21 -statusLogic Sniffer ROM loader v0.3 (November 9, 2010)
Opening serial port '/dev/tty.usbmodem3a21' @ 921600 ... OK
Found OLS HW: 1, FW: 2.3, Boot: 2
Found flash: WINBOND W25X40
OLS status: 00
It's also worth noting for anyone trying, that any update that requires access to the device in HID mode seems like it cannot be performed on Mac OS X, as the HID stack will unconditionally claim any HID device.