- Please check the ‘scripts/RPROG_Send.cs’ file to verify you have done all the steps… - ‘bootloader-v256.1.jic’ file is for a JTAG Flash programming. Contains : o Sector 0 = Bootloader v256.1 , flash unprotected, updated version with % progress on erase, read mode working and change of uart baudrate (1/2/4 Mbps) o Sector 1 = Green led flashing application FW, can be reprogrammed with the bootloader mode - In ‘OrangeBlinkingFW’ folder: ‘.feb’ and ‘.crc’ files contain the file to send and the crc to check at the end - In ‘GreenBlinkingFW’ folder: ‘.feb’ and ‘.crc’ files contain the file to send and the crc to check at the end - GUI-Bootloader: use version -960 in https://partphys.unige.ch/~favrey/SFGD/SFGD-GPIO/ o config-desc version for the GUI for GPIO and DPNC_463_01A adapter (modified with wired for RPROG RX/TX) o Provides script function for Set Direct Parameters in Broadcast Mode o Need to enable Broadcast in App-settings (see file in the directory) --------------------------------------------------------------------------------------- In 'olds' directory - ‘bootloader.jic’ file is for a JTAG Flashprogramming. Contains : o Sector 0 = Bootloader v256.0 , flash protected o Sector 1 = Green led flashing application FW, can be reprogrammed with the bootloader mode o Drawback : impossible to erase the flash sector 0 so impossible to reflash a new bootloader FW. o Workaround : see below with ‘bootloaderWithUnprotect.sof’ - ‘bootloaderWithUnprotect.jic’ file is for a JTAG Flash programming. Contains : o Sector 0 = Bootloader v256.0 , flash unprotected, updated version with % progress on erase o Sector 1 = Green led flashing application FW, can be reprogrammed with the bootloader mode - ‘bootloaderWithUnprotect.sof’ file is for a JTAG RAM programming. Contains : o Bootloader v256.0 , flash unprotected, updated version with % progress on erase o Allows to unprotect the flash sector 0 if you have already programmed a board with 'bootloader.jic', and then to reprogram the flash with ‘bootloaderWithUnprotect.jic’ for instance