* Re: Downloading Image @ 2002-08-27 17:38 Jin Cheng 2002-08-27 17:52 ` Aman 2002-08-27 18:07 ` Matt Porter 0 siblings, 2 replies; 11+ messages in thread From: Jin Cheng @ 2002-08-27 17:38 UTC (permalink / raw) To: Matt Porter; +Cc: Aman, linuxppc embedded Hi, I am wondering whether can use the OpenBIOS coming with the 440GP Ebony board to load the linux kernel or there is a ppcboot for Ebony which can do that? Thanks. Sincerely, Jin ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Downloading Image 2002-08-27 17:38 Downloading Image Jin Cheng @ 2002-08-27 17:52 ` Aman 2002-08-02 18:11 ` Downloading Linux image using Riscwatch Aman 2002-08-28 1:29 ` Downloading Image Jin Cheng 2002-08-27 18:07 ` Matt Porter 1 sibling, 2 replies; 11+ messages in thread From: Aman @ 2002-08-27 17:52 UTC (permalink / raw) To: Jin Cheng, Matt Porter; +Cc: linuxppc embedded Hi Jin The eval kit for IBM PPC 440 has OpenBios as the rom monitor code. I compiled the PPC kernel with Mvista 405 compiler. As Matt Porter suggested, I download the zImage.ebony using the TFTP. The Image is downloaded to 440 board, however finally it says PPC unknown. I trying some sample application on the ebony board now. Regards Aman ----- Original Message ----- From: "Jin Cheng" <jcheng@redswitch.com> To: "Matt Porter" <porter@cox.net> Cc: "Aman" <aman@mistralsoftware.com>; "linuxppc embedded" <linuxppc-embedded@lists.linuxppc.org> Sent: Tuesday, August 27, 2002 11:08 PM Subject: Re: Downloading Image > Hi, > > I am wondering whether can use the OpenBIOS coming with the 440GP Ebony > board > to load the linux kernel or there is a ppcboot for Ebony which can do > that? Thanks. > > Sincerely, > > Jin > > ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 11+ messages in thread
* Downloading Linux image using Riscwatch 2002-08-27 17:52 ` Aman @ 2002-08-02 18:11 ` Aman 2002-10-01 21:31 ` Matt Porter 2002-08-28 1:29 ` Downloading Image Jin Cheng 1 sibling, 1 reply; 11+ messages in thread From: Aman @ 2002-08-02 18:11 UTC (permalink / raw) To: linuxppc embedded Hi All I am using PPC 440GP processor on custom board. This board doesnt not have Ethernet support and there is no rom monitor code in the board. Is it possible to download the Linux image to the board using JTAG . If so what type of image should I build. Thanking you in advance. Regards Aman ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Downloading Linux image using Riscwatch 2002-08-02 18:11 ` Downloading Linux image using Riscwatch Aman @ 2002-10-01 21:31 ` Matt Porter 0 siblings, 0 replies; 11+ messages in thread From: Matt Porter @ 2002-10-01 21:31 UTC (permalink / raw) To: Aman; +Cc: linuxppc embedded On Fri, Aug 02, 2002 at 11:41:46PM +0530, Aman wrote: > I am using PPC 440GP processor on custom board. This board doesnt not have > Ethernet support and there is no rom monitor code in the board. Is it > possible to download the Linux image to the board using JTAG . If so what > type of image should I build. The arch/ppc/boot/images/zvmlinux.* file is a standard ELF image. Your tool should either allow you to load that format directly or should accept a format to which it can be easily converted. Regards, -- Matt Porter porter@cox.net This is Linux Country. On a quiet night, you can hear Windows reboot. ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Downloading Image 2002-08-27 17:52 ` Aman 2002-08-02 18:11 ` Downloading Linux image using Riscwatch Aman @ 2002-08-28 1:29 ` Jin Cheng 1 sibling, 0 replies; 11+ messages in thread From: Jin Cheng @ 2002-08-28 1:29 UTC (permalink / raw) To: Aman; +Cc: Matt Porter, linuxppc embedded Hi, I used ELDK ppc_4xx toolchain to compile a kernel from the same source as Aman. I followed the arch/ppc/configs/ebony_defconfig and get a kernel. Then I used the OpenBIOS to load that kernel. it is loaded fine, but the kernel always times out on "Sending BOOTP request..." I used other machine to test my nfs server, it works fine. Following is the screen out, Could you give me advice on the problem? Thanks. Regards, Jin Cheng Loading file "C:\osop4m_vm/440gp/samples\zImage.ebony" ... Sending tftp boot request ... Transfer Complete ... Loaded successfully ... Entry point at 0x1000000 ... loaded at: 01000000 010981BC zimage at: 010054E0 010944FB avail ram: 00400000 00800000 Linux/PPC load: root=/dev/nfs nfsroot=192.168.5.58:/EbonyNFS ip=192.168.5.249:19 2.168.5.58::::::: Uncompressing Linux...done. Now booting the kernel Linux version 2.4.20-pre4 (jcheng@hyperion) (gcc version 2.95.3 20010111 (prerel ease/franzo/20010111)) #12 Tue Aug 27 17:57:05 PDT 2002 IBM Ebony port (C) 2002 MontaVista Software, Inc. (source@mvista.com) On node 0 totalpages: 32768 zone(0): 4096 pages. zone(1): 28672 pages. zone(2): 0 pages. Kernel command line: root=/dev/nfs nfsroot=192.168.5.58:/EbonyNFS ip=192.168.5.2 49:192.168.5.58::::::: Calibrating delay loop... 599.65 BogoMIPS Memory: 127752k available (944k kernel code, 348k data, 212k init, 0k highmem) Dentry cache hash table entries: 16384 (order: 5, 131072 bytes) Inode cache hash table entries: 8192 (order: 4, 65536 bytes) Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) Buffer-cache hash table entries: 8192 (order: 3, 32768 bytes) Page-cache hash table entries: 32768 (order: 5, 131072 bytes) POSIX conformance testing by UNIFIX PCI: Probing PCI hardware Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Starting kswapd pty: 256 Unix98 ptys configured Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI en abled ttyS00 at 0xfdfe9200 (irq = 0) is a 16550A ttyS01 at 0xfdfe8300 (irq = 1) is a 16550A Zmii bridge in RMII mode eth0: Phy @ 0x8, type Am79c875A (0x00225541) Reset ethernet interfaces Zmii bridge in RMII mode eth1: Phy @ 0x9, type Am79c875A (0x00225541) Reset ethernet interfaces NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP IP: routing cache hash table of 1024 buckets, 8Kbytes TCP: Hash tables configured (established 8192 bind 8192) eth0: IBM EMAC: link up, 100 Mbps Half Duplex, auto-negotiation complete. eth0: IBM EMAC: MAC 00:04:ac:e3:1b:8d. eth0: IBM EMAC: open completed eth1: IBM EMAC: link up, 10 Mbps Half Duplex. eth1: IBM EMAC: MAC 00:04:ac:e3:1b:8c. eth1: IBM EMAC: open completed Sending BOOTP requests ...... timed out! Trying to free free IRQ61 Trying to free free IRQ32 Trying to free free IRQ33 Trying to free free IRQ34 Trying to free free IRQ10 Trying to free free IRQ11 IP-Config: Retrying forever (NFS root)... eth0: IBM EMAC: link up, 100 Mbps Half Duplex, auto-negotiation complete. eth0: IBM EMAC: MAC 00:04:ac:e3:1b:8d. eth0: IBM EMAC: open completed eth1: IBM EMAC: link up, 10 Mbps Half Duplex. eth1: IBM EMAC: MAC 00:04:ac:e3:1b:8c. eth1: IBM EMAC: open completed Sending BOOTP requests .... ===End of screen Aman wrote: > Hi Jin > > The eval kit for IBM PPC 440 has OpenBios as the rom monitor code. I > compiled the PPC kernel with Mvista 405 compiler. As Matt Porter suggested, > I download the zImage.ebony using the TFTP. The Image is downloaded to 440 > board, however finally it says PPC unknown. I trying some sample application > on the ebony board now. > > Regards > Aman > > ----- Original Message ----- > From: "Jin Cheng" <jcheng@redswitch.com> > To: "Matt Porter" <porter@cox.net> > Cc: "Aman" <aman@mistralsoftware.com>; "linuxppc embedded" > <linuxppc-embedded@lists.linuxppc.org> > Sent: Tuesday, August 27, 2002 11:08 PM > Subject: Re: Downloading Image > > > Hi, > > > > I am wondering whether can use the OpenBIOS coming with the 440GP Ebony > > board > > to load the linux kernel or there is a ppcboot for Ebony which can do > > that? Thanks. > > > > Sincerely, > > > > Jin > > > > > ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Downloading Image 2002-08-27 17:38 Downloading Image Jin Cheng 2002-08-27 17:52 ` Aman @ 2002-08-27 18:07 ` Matt Porter 2002-08-27 18:58 ` Roland Dreier 1 sibling, 1 reply; 11+ messages in thread From: Matt Porter @ 2002-08-27 18:07 UTC (permalink / raw) To: Jin Cheng; +Cc: Matt Porter, Aman, linuxppc embedded On Tue, Aug 27, 2002 at 10:38:21AM -0700, Jin Cheng wrote: > Hi, > > I am wondering whether can use the OpenBIOS coming with the 440GP Ebony > board > to load the linux kernel or there is a ppcboot for Ebony which can do > that? Thanks. zImage.ebony boots from OpenBIOS. Check the ppcboot-users list for information on ppcboot for the Ebony board. Somebody has contributed some code for a custom 440GP board and several people seemed to be working on an Ebony port. Regards, -- Matt Porter porter@cox.net This is Linux Country. On a quiet night, you can hear Windows reboot. ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Downloading Image 2002-08-27 18:07 ` Matt Porter @ 2002-08-27 18:58 ` Roland Dreier 0 siblings, 0 replies; 11+ messages in thread From: Roland Dreier @ 2002-08-27 18:58 UTC (permalink / raw) To: Matt Porter; +Cc: Jin Cheng, Aman, linuxppc embedded >>>>> "Matt" == Matt Porter <porter@cox.net> writes: Matt> zImage.ebony boots from OpenBIOS. Check the ppcboot-users Matt> list for information on ppcboot for the Ebony board. Matt> Somebody has contributed some code for a custom 440GP board Matt> and several people seemed to be working on an Ebony port. We have Ebony boards booting via ethernet/TFTP using PPCBoot, and I believe our code has been checked into the PPCBoot CVS. Best, Roland ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 11+ messages in thread
* Downloading Linux image using Riscwatch @ 2002-10-01 18:12 Aman 2002-10-01 18:40 ` Wolfgang Denk 0 siblings, 1 reply; 11+ messages in thread From: Aman @ 2002-10-01 18:12 UTC (permalink / raw) To: linuxppc embedded Hi All I am using PPC 440GP processor on custom board. This board doesnt not have Ethernet support and there is no rom monitor code in the board. Is it possible to download the Linux image to the board using JTAG . If so what type of image should I build. Thanking you in advance. Regards Aman ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Downloading Linux image using Riscwatch 2002-10-01 18:12 Downloading Linux image using Riscwatch Aman @ 2002-10-01 18:40 ` Wolfgang Denk 2002-10-22 18:24 ` Aman 0 siblings, 1 reply; 11+ messages in thread From: Wolfgang Denk @ 2002-10-01 18:40 UTC (permalink / raw) To: Aman; +Cc: linuxppc embedded In message <001b01c26976$233e0640$370da8c0@aman> you wrote: > > I am using PPC 440GP processor on custom board. This board doesnt not have > Ethernet support and there is no rom monitor code in the board. Is it > possible to download the Linux image to the board using JTAG . If so what > type of image should I build. You can download the kernel, but it will not run ;-) The Linux kernel relies on a lot of initialization to be done by the firmware - things like initializing and sizing the memory, passing boot arguments etc. I suggest you start porting PPCBoot. Best regards, Wolfgang Denk -- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de The first 90% of a project takes 90% of the time, the last 10% takes the other 90% of the time. ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Downloading Linux image using Riscwatch 2002-10-01 18:40 ` Wolfgang Denk @ 2002-10-22 18:24 ` Aman 2002-10-22 19:08 ` Wolfgang Denk 0 siblings, 1 reply; 11+ messages in thread From: Aman @ 2002-10-22 18:24 UTC (permalink / raw) To: Wolfgang Denk; +Cc: linuxppc embedded Hi I have ported rom monitor code[Openbios from IBM] for my custom board[PPC440GP Processor]. The custom board doesn't support ethernet. Now I want to download a linux image to the RAM of my custom board. What linux image I have to build to download to RAM using JTAG of Riscwatch Debugger . Thanking you in advance Regards Aman ----- Original Message ----- From: "Wolfgang Denk" <wd@denx.de> To: "Aman" <aman@mistralsoftware.com> Cc: "linuxppc embedded" <linuxppc-embedded@lists.linuxppc.org> Sent: Wednesday, October 02, 2002 12:10 AM Subject: Re: Downloading Linux image using Riscwatch > In message <001b01c26976$233e0640$370da8c0@aman> you wrote: > > > > I am using PPC 440GP processor on custom board. This board doesnt not have > > Ethernet support and there is no rom monitor code in the board. Is it > > possible to download the Linux image to the board using JTAG . If so what > > type of image should I build. > > You can download the kernel, but it will not run ;-) > > The Linux kernel relies on a lot of initialization to be done by the > firmware - things like initializing and sizing the memory, passing > boot arguments etc. > > I suggest you start porting PPCBoot. > > Best regards, > > Wolfgang Denk > > -- > Software Engineering: Embedded and Realtime Systems, Embedded Linux > Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de > The first 90% of a project takes 90% of the time, the last 10% takes > the other 90% of the time. > ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Downloading Linux image using Riscwatch 2002-10-22 18:24 ` Aman @ 2002-10-22 19:08 ` Wolfgang Denk 0 siblings, 0 replies; 11+ messages in thread From: Wolfgang Denk @ 2002-10-22 19:08 UTC (permalink / raw) To: Aman; +Cc: linuxppc embedded In message <002c01c279f8$43c269a0$370da8c0@aman> you wrote: > > I have ported rom monitor code[Openbios from IBM] for my custom > board[PPC440GP Processor]. The custom board doesn't support ethernet. Now I > want to download a linux image to the RAM of my custom board. What linux > image I have to build to download to RAM using JTAG of Riscwatch Debugger . I have no idea. We use BDI2000's only. Best regards, Wolfgang Denk -- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de All he had was nothing, but that was something, and now it had been taken away. - Terry Pratchett, _Sourcery_ ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2002-10-22 19:08 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2002-08-27 17:38 Downloading Image Jin Cheng 2002-08-27 17:52 ` Aman 2002-08-02 18:11 ` Downloading Linux image using Riscwatch Aman 2002-10-01 21:31 ` Matt Porter 2002-08-28 1:29 ` Downloading Image Jin Cheng 2002-08-27 18:07 ` Matt Porter 2002-08-27 18:58 ` Roland Dreier -- strict thread matches above, loose matches on Subject: below -- 2002-10-01 18:12 Downloading Linux image using Riscwatch Aman 2002-10-01 18:40 ` Wolfgang Denk 2002-10-22 18:24 ` Aman 2002-10-22 19:08 ` Wolfgang Denk
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).