Forum Discussion
beyondTime
New Contributor
4 years agoHello,
maybe it helps re-reading epcs eeprom content and analyzing for 'non code' areas or 'pattern filled' areas (on linux).
nios2-flash-programmer '--cable=USB-Blaster on <device description>' --device=<device number> --instance=<device instance to access> --debug -e --go --base=0x<POINTER_TO_EPCS_BASE> -R <epcs-data-backup.file>
objdump -h <epcs-data-backup.file>
partial example (not 'Advanced Boot Copier Example', but custom undefined working bootloader) getting from 'nios2-elf-objdump -s' :
000000 ffffffff ffffffff ffffffff ffffffff ................ 000010 566ffffe 000f1008 00566fff fe000f10 Vo.......Vo.....
or 'cat':
S1230000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF566FFFFE000F100800566FFFFE000F1022
best regards, beyondTime
( nios2eds 13.0sp1, Xenial 16.04 )