diff options
| author | Jenna Fox <a@creativepony.com> | 2012-09-24 01:08:28 +1000 | 
|---|---|---|
| committer | Jenna Fox <a@creativepony.com> | 2012-09-24 01:08:28 +1000 | 
| commit | 85f5f1c977643625f884f75545fc11a2294da5e4 (patch) | |
| tree | 2770abaa556d383d1e9b24f597c1d6f6d32da91e | |
| parent | c2bee67e1e35dda3cd1aa9fabc755be39de4a83c (diff) | |
| download | micronucleus-85f5f1c977643625f884f75545fc11a2294da5e4.tar.gz micronucleus-85f5f1c977643625f884f75545fc11a2294da5e4.tar.bz2 micronucleus-85f5f1c977643625f884f75545fc11a2294da5e4.zip | |
readme
| -rw-r--r-- | Readme.txt | 37 | 
1 files changed, 37 insertions, 0 deletions
| @@ -1,3 +1,40 @@ +microBoot tiny85 Note +===================== +This is a brand new project by bluebie, which merges code from embedded-creations' +wonderful USBaspLoader-tiny85 project with bits from obdev's bootloadHID and bits +of my own invention to create a minimalist bootloader for tiny85 chips. It's hot +off the presses, and so this readme and everything else is already way out of date + +Some quick notes: +The stuff in commandline is a slightly modified version of bootloadHID's commandline +folder - it's irrelevent for now - don't use that stuff! +To upload to the device, pop in to 'firmware', and install ruby 1.9 on your system +(I recommend using homebrew on Macs), then install libusb 1.x and then the libusb +rubygem. You'll then be able to use my two experimental scripts 'upload.rb' and 'dump.rb' +to upload binary files via bootloader (not hex) and dump to binary files over a +littlewire/usbtiny isp. I used ruby for rapid prototyping - I think it'd be better +to port this stuff to C, modifying obdev's commandline app to do it or something like +that. + +Another note - the nyan-cat binaries require you connect a piezo speaker between pb0 +and pb1. Upload and enjoy! + +And now back to your regular broadcast... + + + +--------------------------------------------------------------------------------------- +======================================================================================= +!!%$!^%%$!#%$@#!%$@!$#@!%$#@%!#@%$!@$%#@!$%%!$#^&%$!%(*$!^%#!$@!#%$*^%!!&^%!%@$#!^!%@%$ +@#$%^&*%#$%^#($)#*&($^#^*%&%%&@$*#($^&^*@$#&%^*%&($^&#^*%&$(^^%@$&^*#%@%&$^#*%^*%&^@$%& +&$%#$&^&$%@&#$*^*##*$##^$&#^%$^&*$&^&^%$#^%$&*$&#^%$*^$#^&%$*%#^$&^*%$#^$*^$$&*%#$^%$*% +======================================================================================= +--------------------------------------------------------------------------------------- + + + + +  USBaspLoader-tiny85 is a modification to the USBaspLoader project giving   support for the ATtiny85 microcontroller.  This is a signification modification  as the tiny85 has very limited boot loader support in the hardware.  The  | 
