Jadin Roste Andrews
Jadin Roste Andrews
Just a suggestion, I'm considering using this bootloader to deliver updates to micros running remotely, and for that purpose, there really is no need for a file system on the...
I just managed to get optiboot compiled in with avr_boot at 3720 bytes, I used the compiler optimisations from 2boots, and disabled uart and led. Also, I disabled FAT32 in...
Ok, so I got stk500 in there, as mentioned earlier, I just got it to compile. Today I tested it, and I couldn't get serial to work, the tx/rx leds...
@per1234 Sorry it's been a while since I worked on this, I got busy with studies and work. As per my previous comment, I got everything compiled in at 3720...
Tell me about it, I can't believe it has been 8 months since my last comment. I have a renewed vigor to get this working, maybe then we can work...
Interesting point about using a standard version of avr-gcc, I have just used the latest available at the time, which at the moment is 6.3.0 (also, I'm using Manjaro Linux),...
Good news @per1234 , I got serial + mmc working at 3716 bytes. I only have a 328p, but if you want to test it out I have built a...
@NicholasTracy Yeah I kind of come back to this project every few years.. :P I did manage to get serial uploads to work on an ATMega 1284p, but never got...
> @JadinAndrews : > If I see it right, it should work with atmega1280 also (I managed to get it working with original avr-boot, so I modified makefile in https://github.com/JadinAndrews/avr_boot/tree/master/build),...
You could try flashing my build for the 1284p? https://github.com/JadinAndrews/avr_boot/blob/master/build/atmega1284p_cs4_16000000L_serial_fat32.hex I managed to get serial working, the only issue is that the device signature is wrong and your flasher will...