From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Grandegger Date: Thu, 19 Apr 2007 10:58:17 +0200 Subject: [U-Boot-Users] Testing todays u-boot-fdt Message-ID: <46272F29.7020001@grandegger.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Jerry, I gave the fdtlib of your git://cideas.us/pub/scm/u-boot/u-boot-fdt.git a try on my Icecube board. I got it built with the attached patch. libfdt was actually not made and the second hunk fixes a warning (=bug?). Then I was able to read and list a blob in memory: => fdt addr 20000 => fdt print / ... A few other things didn't work, especially updating the FDT: => fdt addr 20000 10000 libfdt: FDT_ERR_BADVERSION => fdt env libfdt: FDT_ERR_BADVERSION => fdt bd_t libfdt: FDT_ERR_BADVERSION => fdt chosen libfdt: FDT_ERR_BADVERSION => fdt set /memory reg "<00000000 08000000>" Usage: fdt - flattened device tree utility commands And "fdt mknode" seems not to be implemented. Am I doing something wrong? Wolfgang. -------------- next part -------------- A non-text attachment was scrubbed... Name: u-boot-fdt.diff Type: text/x-patch Size: 1051 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20070419/f71a1310/attachment.bin