Re: How to move from /ppc/ to /powerpc/
From: Jon Loeliger <hidden>
Date: 2006-09-13 14:54:39
From: Jon Loeliger <hidden>
Date: 2006-09-13 14:54:39
On Wed, 2006-09-13 at 08:28, Fredrik Roubert wrote:
On Tue 12 Sep 17:58 CEST 2006, Kim Phillips wrote:quoted
The 8349EMDS device tree source is now in linux/arch/powerpc/boot/dts.Is that the right dts to use for a MPC8349SYS board? I tried compiling it like this: $ dtc -f -I dts -O dtb mpc8349emds.dts > devices.dtb DTC: dts->dtb on file "mpc8349emds.dts" Warning: No cpu has "linux,boot-cpu" property ERROR: Missing /chosen node Input tree has errors Is that really correct? Should I invoke dtc in some other way or modify the dts or use some other dts file?
You must use the -V 16 flag too. Likely, -b 0 as well. jdl