From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Thu, 19 Apr 2007 23:40:14 -0400 Subject: [U-Boot-Users] Testing todays u-boot-fdt In-Reply-To: <46272F29.7020001@grandegger.com> References: <46272F29.7020001@grandegger.com> Message-ID: <4628361E.5070502@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Grandegger wrote: > 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: [snip] > And "fdt mknode" seems not to be implemented. > > Am I doing something wrong? > > Wolfgang. I missed the last statement/question earlier: yes, fdt mknode is not implemented. I got a little carried away and put that in the help prematurely. I've added it to my "ToDo" list. Unfortunately, I implemented a "move" command which collides on the first letter with "mknode". :-( ...and I was being so good at keeping the commands unique in the first letter. Best regards, gvb