Download Latest Version local.tar.gz (54.3 MB)
Email in envelope

Get an email when there's a new version of avrdroid

Home / Hardware
Name Modified Size InfoDownloads / Week
Parent folder
AVRDroid v2.3 2014-01-19
avrdroid.sch 2014-01-01 282.8 kB
avrdroid.pdf 2014-01-01 248.1 kB
Totals: 3 Items   530.9 kB 0
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
boot1.c                ---------------->       actual boot loader code
bootloader.dsn  ---------------->       proteus simulation file
spm_test.S         ----------------->      a asm code to test my asm fuctions in boot1.c
////////////////////////////////////////////////////////////////////////////////////////////////////////////////


/////////////////////////////////////////  Compiling ///////////////////////////////////////////////////

1.
 avr-gcc  -mmcu=atmega8 -Wall -Os boot1.c -N -Wl,--section-start=.text=0x1800,--section-start=.app=0x0040,--section-start=.myinit=0x0000
2.
avr-objcopy -j .text -j .data -j .app -j .myinit -O ihex a.out boot1.hex


Source: README.txt, updated 2014-06-23