Is there a way to update c6748 code in the boot flash using just the ethernet (i.e. remote upgrade)?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Is there a way to update c6748 code in the boot flash using just the ethernet (i.e. remote upgrade)?
thanks SAM. I expected I should be able to, but I was looking for some assistance in method.
Greetings,
You should have first (1 or more) sector for Boot.
X sectors for application image 0
X sectors for application image 1
1 sector to be used as image selector.
You always boot from your Boot sector, and based on the image selector you should then load image 0 or image 1.
In field, you download an upgrade to a volatile memory, sanitize the download, once OK, erase the non active image and program with the new load. Once it pass Checksum verification, then you switch your image selector (last thing to do).
Good Luck,
Sam