From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail4.hostek.com (mail4.hostek.com [216.198.218.132]) by ozlabs.org (Postfix) with ESMTP id A3FD5DDEF0 for ; Thu, 4 Sep 2008 16:55:17 +1000 (EST) From: "Vineeth" To: Subject: Porting linux on PPC405 , XUPv2p board Date: Thu, 4 Sep 2008 12:05:36 +0530 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0048_01C90E86.8E7DDEB0" Message-Id: <20080904065517.A3FD5DDEF0@ozlabs.org> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This is a multi-part message in MIME format. ------=_NextPart_000_0048_01C90E86.8E7DDEB0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi all, I am trying to port Linux 2.6 on PPC405 processor.I have EDK 10.1, Xilinx University program board (with Virtex II Pro device) linux kernel from Xilinx git. (git.xilinx.com) Cross Compiler (Croostool) fdt.dts file generated by EDK using with help of Xilinx fdt patch.(gen-device-tree-mhs file) I could compile the kernel and could generate the zImage. I've downloaded the hardware bit file and then the zImage to the DDR SDRAM on the board using Parallel 4 cable. when i give the RUN command, this is what i get.. booting virtex memstart=0x0 memsize=0x10000000 zImage starting: loaded at 0x00400000 (sp: 0x00578f1c) Allocating 0x326564 bytes for kernel ... gunzipping (0x00000000 <- 0x0040c000:0x005772bb)...done 0x3015c8 bytes Linux/PowerPC load: console=ttyS0 ip=on root=/dev/ram Finalizing device tree... flat tree at 0x40ad68 The booting process seems to be stopped after this. I the bootarguments i've given are, In dts file, bootargs = "console=ttyS0 ip=off root=/dev/ram"; linux,stdout-path="/plb@0/serial@83e00000"; Please let me know if've missed smthing here..! n any clue on the reason why the boor process seems to be hanged here ! Thanks in advance, Vineeth ------=_NextPart_000_0048_01C90E86.8E7DDEB0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi all,

I am trying to port Linux 2.6 on = PPC405 processor.I have EDK 10.1,

Xilinx University program board (with Virtex II Pro device)

linux kernel from Xilinx git. (git.xilinx.com)

Cross Compiler = (Croostool)

fdt.dts file generated by EDK using = with help of Xilinx fdt patch.(gen-device-tree-mhs = file)

 

I could compile the kernel and could generate the zImage.

I've downloaded the hardware bit file = and then the zImage to the DDR SDRAM on the board using Parallel 4 = cable.

 

when i give the RUN command, this is = what i get..

 

 

booting = virtex

memstart=3D0x0

memsize=3D0x10000000

zImage starting: loaded at 0x00400000 = (sp: 0x00578f1c)

Allocating 0x326564 bytes for kernel = ...

gunzipping (0x00000000 <- 0x0040c000:0x005772bb)...done 0x3015c8 = bytes

Linux/PowerPC load: console=3DttyS0 = ip=3Don root=3D/dev/ram

Finalizing device tree... flat tree = at 0x40ad68

 

The booting process seems to be = stopped after this. I the bootarguments i've given = are,

 

In dts = file,

 

bootargs =3D "console=3DttyS0 = ip=3Doff root=3D/dev/ram";

linux,stdout-path=3D"/plb@0/serial@83e00000";

 

Please let me know if've missed = smthing here..!

n any clue on the reason why the boor process seems to be hanged here !

 

Thanks in = advance,

Vineeth

 

------=_NextPart_000_0048_01C90E86.8E7DDEB0--