Re: Booting Linux on one core of P1022

2011-11-29 Thread Scott Wood
On 11/29/2011 02:36 AM, Arshad, Farrukh wrote: > I am loading the kernel from Uboot as following way > > > > Setenv bootm_low 0x1000 > > Setenv bootm_size 0x1000 > > Setenv bootm boot=/dev/mmcblk0p3 ro debug rootdelay=5 > > Interrupts off > > Bootm start $load1addr - $fdt1addr > >

Booting Linux on one core of P1022

2011-11-29 Thread Arshad, Farrukh
Greetings All, I am working on P1022RDK (P1022 Processor). I am trying to bring up LTIB Linux only on Core1 of the processor. I have configured the "cpus" node in the device tree file as following way Cpus { #address-cells = <1>; #size-cells = <0>; PowerPC,P1022@1 { De