Search found 6 matches
- Mon Aug 11, 2008 4:51 pm
- Forum: V-USB
- Topic: AVRUSBBoot ATMega1281
- Replies: 19
- Views: 18227
- 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...
- Mon Aug 11, 2008 12:45 am
- Forum: V-USB
- Topic: AVRUSBBoot ATMega1281
- Replies: 19
- Views: 18227
- 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...
- 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 ...
- 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...