From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Thu, 03 Apr 2008 19:17:09 -0400 Subject: [U-Boot-Users] FDT: missing stdout-path In-Reply-To: <20080403160044.GA7667@ld0162-tx32.am.freescale.net> References: <20080403160044.GA7667@ld0162-tx32.am.freescale.net> Message-ID: <47F56575.9080606@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 Scott Wood wrote: > On Thu, Apr 03, 2008 at 11:56:08AM -0400, Bill Cook wrote: >> Hello experts, >> >> With U-Boot-1.3.2 and a Freescale MPC8313ERDB, >> I'm getting this message from bootm >> >> ... >> Booting using the fdt at 0xfc700000 >> Loading Ramdisk to 07ca1000, end 07f419bf ... OK >> Loading Device Tree to 007fc000, end 007fefff ... OK >> WARNING: could not set linux,stdout-path FDT_ERR_NOTFOUND. >> ERROR: /chosen node create failed - must RESET the board to recover. >> Resetting the board. >> >> U-Boot 1.3.2 (Apr 2 2008 - 10:02:55) MPC83XX >> >> Reset Status: Software Hard, External/Internal Soft, External/Internal >> Hard >> >> CPU: e300c3, MPC8313E, Rev: 10 at 333.333 MHz, CSB: 166 MHz >> ... >> >> What do I need to add to DTS file or u-boot environment to make this go? > > You probably need serial0, serial1, etc. aliases. See the device trees > in head-of-tree Linux. > > -Scott ...and that error message could stand improvement to give the poor user a better clue that he is missing the /aliases node or /aliases/serial0 property. The current error message reminds me of the "Fog in Seattle" joke gvb