From owner-freebsd-ppc@FreeBSD.ORG Sun Jul 6 16:17:04 2014 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 81A79793 for ; Sun, 6 Jul 2014 16:17:04 +0000 (UTC) Received: from i3mail.icecube.wisc.edu (i3mail.icecube.wisc.edu [128.104.255.23]) by mx1.freebsd.org (Postfix) with ESMTP id 55D982E73 for ; Sun, 6 Jul 2014 16:17:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by i3mail.icecube.wisc.edu (Postfix) with ESMTP id D5AEC38060 for ; Sun, 6 Jul 2014 11:16:56 -0500 (CDT) X-Virus-Scanned: amavisd-new at icecube.wisc.edu Received: from i3mail.icecube.wisc.edu ([127.0.0.1]) by localhost (i3mail.icecube.wisc.edu [127.0.0.1]) (amavisd-new, port 10030) with ESMTP id xKkUceCEhtoJ for ; Sun, 6 Jul 2014 11:16:56 -0500 (CDT) Received: from comporellon.tachypleus.net (polaris.tachypleus.net [75.101.50.44]) by i3mail.icecube.wisc.edu (Postfix) with ESMTPSA id 8B2923805B for ; Sun, 6 Jul 2014 11:16:56 -0500 (CDT) Message-ID: <53B97677.4000008@freebsd.org> Date: Sun, 06 Jul 2014 09:16:55 -0700 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-ppc@freebsd.org Subject: Re: MPC8548 question References: <20140706095035.742b9f1a@zeta.dino.sk> In-Reply-To: <20140706095035.742b9f1a@zeta.dino.sk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jul 2014 16:17:04 -0000 RB800 works great (MPC8544), although support for the CF slot is still missing (I need to add that). I didn't see an attachment, but looking at the kernel messages would be great. I think the most likely thing is some kind of interrupt routing failure, which should be pretty easy to fix. -Nathan On 07/06/14 00:50, Milan Obuch wrote: > Hi, > > two days ago I've got an RB1000, based on MPC8548. Yesterday I tried to > compile PowerPC kernel with MPC85XX config file. It is possible to use > it on RB1000 via netboot, it boots up to DHCP request, see attached log. > > I used tcpdump on DHCP server to see what's going no the wire, and I > realized there is only DHCP Discover request from RB1000 and DHCP Offer > reply from DHCP server. As all other clients are working correctly, it > looks to me that RB1000 ethernet driver works for sending but not for > receiving frame. > > Also, there was no network activity on TFTP server where kernel was > loaded from after kernel code is started. > > According to the available description, RB1000 has 64 MB flash, two > Compact flash slots, serial console and two LEDs, power an user. For me > this would be quite nice for testing, it needs some work to resolve > this issue with ethernet driver, and having working CF would be simply > great... > > Has anybody already some experience with MPC8548? What can I do to > resolve this problem? > > Regards, > Milan > _______________________________________________ > freebsd-ppc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ppc > To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@freebsd.org" >