Re: [U-Boot] u-boot wiki page on "fdt" command full of "FDT_ERR_BADMAGIC"

2016-05-01 Thread Simon Glass
Hi Robert, On 29 April 2016 at 23:45, Robert P. J. Day wrote: > > was perusing the wiki page on "fdt": > > http://www.denx.de/wiki/view/DULG/UBootCmdFDT > > and it's fairly loaded with examples of commands that generate only > the error message: > > libfdt fdt_path_offset() returned FDT_ERR_B

[U-Boot] u-boot wiki page on "fdt" command full of "FDT_ERR_BADMAGIC"

2016-04-29 Thread Robert P. J. Day
was perusing the wiki page on "fdt": http://www.denx.de/wiki/view/DULG/UBootCmdFDT and it's fairly loaded with examples of commands that generate only the error message: libfdt fdt_path_offset() returned FDT_ERR_BADMAGIC were those supposed to be eventually replaced by valid output? rday