121
Messages
This section allows you to view all Messages made by this member. Note that you can only see Messages made in areas you currently have access to.
Messages - pppd
122
Bus Pirate Development / Re: bootloader v4 console utility
123
Bus Pirate Development / Re: bootloader v4 console utility
Have you upgraded your Bootloader to v4?
Piotr
124
Bus Pirate Development / Re: bootloader v4 console utility
Did you have a chance to try the Windows port?
125
Bus Pirate Development / Re: bootloader v4 console utility
(@will_j, thanks for testing)Ian, there are a few zips now.. shall I remove the old ones and leave the latest only, or we could think of a better way of handling this like including it in the repository?
126
Bus Pirate Development / Re: bootloader v4 console utility
127
Bus Pirate Development / Re: bootloader v4 console utility
I have not fully tested it, just tried --hello mode to see if it communicates properly so I would like to ask sb with native Windows installation to give it a go. It is just a compatibility port so it does not use any overlapped IO instead I emulate select by probing the COM port for data every 250ms. This should work well enough I guess.
Usage is exactly the same as in UNIXes, just put --dev=COM1 as the device path or whatever the COM{X} is correct for your system.
128
Bus Pirate Development / Re: bootloader v4 console utility
Anyway, I am waiting for any report that it works somewhere else too
129
Bus Pirate Development / Re: bootloader v4 console utility
I have tested it only with the latest firmware and BPv3 under MacOSX, FreeBSD 6.3 and Linux.
It is written in pure C and should compile on any POSIX compatible system. I guess it would work under Windows too, but some includes should be replaced.
I have attached it together with sources and pre-built binaries for MacOSX and Linux.
Usage is pretty simple:
Code: [Select]
./ds30client --dev=/path/to/device --hello
./ds30client --dev=/path/to/device --hex=/path/to/hexfile.hex [ --verbose
130
Bus Pirate Development / Re: bootloader v4 console utility
I know word size is 24bit/3bytes so every 4th byte from the HEX is ignored 0x00, but still something seems to be wrong or sth I am not aware of.
Edit:
After going through the C# code I think I know where I was wrong.
131
Bus Pirate Development / Re: bootloader v4 console utility
132
Bus Pirate Development / Re: bootloader v4 console utility
?
133
Bus Pirate Development / bootloader v4 console utility
My goal is to support only the BP so I am not sure if going through ds30 loader sources is the good choice. Maybe there's some short protocol description or a dump I could start with? I can also run a serial sniffer on vmware and dump the transaction myself, but if it's ready please post it here.
134
Bus Pirate Support / Re: Program AVRs, EEPROMs w/ AVRDude and BP
135