
22 Feb
2013
22 Feb
'13
10:07 p.m.
Hi Troy,
On Fri, Feb 22, 2013 at 5:55 PM, Troy Kisky troy.kisky@boundarydevices.com wrote:
It does look familiar, can you try changing imximage.c
*header_size_ptr = ROUND(sbuf->st_size + imxhdr->flash_offset, 512);
to
*header_size_ptr = ROUND(sbuf->st_size + imxhdr->flash_offset, 4096);
(or whatever your nand sector size is) and see if it makes a difference?
Thanks for the suggestion, but mx31 does not run imximage tool.