Simon Boman wrote: > 2008/11/20 Wolfgang Denk <[EMAIL PROTECTED]>: >> Dear "Simon Boman",
[snip] > > Thank you for your help, I find your example at your site > http://www.denx.de/wiki/DULG/DecodingUBootCrashDumps which was great! > > Now I have got find where the U-boot goes wrong: > > FDT_ERR_NOSPACE in the file: /libfdt/fdt_rw.c > > where the values is: > end: 007faff2 oldlen: 0 newlen: 16, fdt: 007fa000, totsize: 4096 > > Before fdt_splice is called the values is: > end: 007faff2 oldlen: 8 newlen: 8, fdt: 007fa000, totsize: 22219 > > Do you have any clue why it's missing 2 bytes for the fdt?? > > TIA > Simon Hi Simon, You probably need to use the dtc -p (pad) option when you build your fdt blob so that there is more space. The error message is indicating you are running out of space to add/modify the blob you are currently using. HTH, gvb _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot