Search found 6 matches

by drTuk
Mon Aug 11, 2008 4:51 pm
Forum: V-USB
Topic: AVRUSBBoot ATMega1281
Replies: 19
Views: 18227

I see that, Ludger had sucess, but don´t uploaded it to forum or the wiki page that you sent him :?
by drTuk
Mon Aug 11, 2008 4:41 pm
Forum: V-USB
Topic: AVRUSBBoot ATMega1281
Replies: 19
Views: 18227

You get warnings during compiling (that's OK, the project was built with an older development environment) and an error for the checksize script. Since the hex file is already built when checksize runs, you can safely ignore this error. Hi christian, Do you have a port to m128 of this project? Rega...
by drTuk
Mon Aug 11, 2008 12:45 am
Forum: V-USB
Topic: AVRUSBBoot ATMega1281
Replies: 19
Views: 18227

Ludger, Do you got these errors? > "make.exe" all avr-gcc -Wall -Os -Iusbdrv -I. -mmcu=atmega128 -c usbdrv/usbdrv.c -o usbdrv/usbdrv.o usbdrv/usbdrv.c: In function 'usbInit': usbdrv/usbdrv.c:503: warning: cast from pointer to integer of different size usbdrv/usbdrv.c:504: warning: cast fro...
by drTuk
Sun Aug 10, 2008 2:54 pm
Forum: V-USB
Topic: AVR-USB: Crypto Boot with m128
Replies: 4
Views: 9864

But do you use Oleg (Crypto Boot) code? My first important thing are the AES crypto. Understand? I make download of IAR AVR 5.11 and compile give me error: Error[e16]: Segment CODE (size: 0x1046 align: 0x1) is too long for segment definition. At least 0x6c more bytes needed. The problem occurred whi...
by drTuk
Sat Aug 09, 2008 5:44 pm
Forum: V-USB
Topic: AVR-USB: Crypto Boot with m128
Replies: 4
Views: 9864

hi kyoji, I make some modifications..but when I tried to comile the code using winavr I got errors from compile, change some things but don´t solve the error about this line extern void puts_P_nr(char __flash *s ); the error are as this: error: expected ';', ',' or ')' before '*' token I don´t know ...
by drTuk
Fri Aug 08, 2008 11:06 pm
Forum: V-USB
Topic: AVR-USB: Crypto Boot with m128
Replies: 4
Views: 9864

AVR-USB: Crypto Boot with m128

Hi for all! I make the Avrusbboot into my circuit with a ATmega128, but, I have some doubts. I need a solution like this m That peoples can updating they hardwares but can´t took the unprotected .hex file. I want that from the first firmware are protected. Atmel´s AES use only serial bootloader. Cry...