GadgetFactory / DesignLab

FPGA Soft Processor IDE - Use Arduino Sketches and a schematic editor to make custom SOC designs for Papilo FPGA's.
http://www.papillio.cc/
Other
23 stars 22 forks source link

Burn of bootloader failed with DesignLab 1.0.3 and DesignLab 1.0.1 on Kubuntu 64 bits #18

Closed quicky2000 closed 9 years ago

quicky2000 commented 9 years ago

When trying to restore the AVR bootloader I obtain an error message because file DesignLab-1.0.x/hardware/arduino/avr/bootloaders/caterina/Caterina-Papilio-duo.hex do not exist.

The correct file seems to be DesignLab-1.0.x/hardware/arduino/avr/bootloaders/caterina/Caterina-Papilio-DUO.hex By creating a symbolic link the burn of bootloader is now successfull

Coudl you perform the necessary corrections in DesignLab so that it searchs the correct name ?

jackgassett commented 9 years ago

I actually removed the bootloader entry for the "Papilio DUO - AVR - NO USB - ISP" board type because this board type has fuse settings that prevent the bootloader from loading. It is not valid to load the bootloader with this board type... I'm going to figure out a way to give a nice error message pointing people to the correct board type, "Papilio DUO - AVR - USB".

quicky2000 commented 9 years ago

Does it mean that it will no more be possible to program avr through FPGA?

jackgassett commented 9 years ago

No, you can still do so - you just need to have the "Papilio DUO - AVR - USB" board type selected.