tobyjaffey / bus-ninja

AVR Bus-Pirate-a-like
http://blog.hodgepig.org/busninja/
89 stars 33 forks source link

Using bus-ninja code for arduino uno #10

Closed rick2047 closed 11 years ago

rick2047 commented 11 years ago

Hello,

I have an arduino uno with me which has an atmega32 on it. Since the code is compiled for a previous version with atmega16, how to I get the hex for Uno?

tobyjaffey commented 11 years ago

You need to build it from source. git clone the source from github, install an AVR GCC toolchain and build it.