Editing Flash:cvtrm
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 67: | Line 67: | ||
---- | ---- | ||
The offsets used to make the copypastes in the first 2 blocks are absolute, this means is needed to start counting from outside of the vtrm, actually from the start of flash. When looking at a flash dump from inside a hexeditor, or here in wiki examples what we see is the whole flash data, but | The offsets used to make the copypastes in the first 2 blocks are absolute, this means is needed to start counting from outside of the vtrm, actually from the start of flash. When looking at a flash dump from inside a hexeditor, or here in wiki examples what we see is the whole flash data, but that is wrong from a logigal map point of view. The flash region starts at the [[Flashregion Table]], at the absolute offset 0x40200 | ||
*For this reason is needed to add + 0x40200 to the offsets that appears inside vtrm to know where are pointing | *For this reason is needed to add + 0x40200 to the offsets that appears inside vtrm to know where are pointing |