Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Apr 2014 21:33:30 -0700 (PDT)
From:      Andy <luxinweiandy@hotmail.com>
To:        freebsd-mips@freebsd.org
Subject:   RE: RB433AH failed to boot from bootp protocol
Message-ID:  <SNT148-W11845431D72A440B4103E8C0690@phx.gbl>
In-Reply-To: <CAB=2f8ycuLpoJNzbRukRzYPZeDuMr4m-quagTV-ZN9%2BcshR7yg@mail.gmail.com>
References:  <1395733190404-5897432.post@n5.nabble.com> <CAB=2f8ycuLpoJNzbRukRzYPZeDuMr4m-quagTV-ZN9%2BcshR7yg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi, Luiz
Sorry to be late. Maybe I reply the first email with the wrong address.Abou=
t my configuration,more details are as follows.I find the console output of=
 successful boot shows that the RB get the ip address from the PC dhcp serv=
er.But my console output always shows trying bootp protocol................=
........kernel loading failed.So I guess there is something wrong with my d=
hcp configuration.My tftpboot directory is /tftpboot and nfsroot directory =
is /home/matos/FreeBSD/nfsroot.I install isc-dhcp42-server on FreeBSD 10.0 =
release and I add some lines as follows into the /usr/local/etc/dhcpd.conf =
which are almost same as the configuration in buildingMIPS of FreeBSD wiki.=
subnet 192.168.10.1 netmask 255.255.255.0 {
        deny unknown-clients;
        option routers 192.168.10.1;
        next-server 192.168.10.196;
        filename "kernel";
        option root-path "192.168.10.1:/home/matos/FreeBSD/nfsroot";
}

host mips {
        hardware ethernet 00:0c:42:6d:d7:51;
        fixed-address 192.168.;
}I am confused with option of root-path. Why it is 10.0.1.196 here while al=
l other place are begin with 192.168.10/24.I also has enabled the tftp in /=
etc/inetd.conf using:tftp    dgram   udp     wait    root    /usr/libexec/t=
ftpd      tftpd -l -s /tftpbootAnd I don't know much about the NFS. So I am=
 not quite sure about the $DESTDIR in the /etc/exports/ I just add the my n=
fsroot directory(/home/matos/FreeBSD/nfsroot) in /etc/exports.Also I add fo=
llowing lines in /home/matos/FreeBSD/nfsroot/etc/fstab.192.168.10.1:$DESTDI=
R     /       nfs     rw      0       0I get the kernel file and hints file=
 from here:http://loos.no-ip.org/routerboard/files/ .I use RB4XX as my kern=
el file and RB450 hints as hints file since I don't find the hints file for=
 the RB433AH and I think I can boot it first and the debug for the differen=
ce between RB450 and RB433AH.I also make some necessary changes in these fi=
les.For the kernel files I change the options ROOTDEVNAME as my nfsroot dir=
ectory. Since I am a rookie of NFS I don't know the difference between the =
NFSV3 and NFSV4, I just keep the option BOOTP_NFSV3.My build script is almo=
st same as the one BuildingMIPs in FreeBSD wiki. I just remove the sudo -E =
since I do everything under root and I also set kernconf as RB433AH.The str=
ange thing is if I use RB433AH as kernel file, there is nothing install ude=
r the /tftpboot and if I use AR71XX_BASE as my kernel file it do install th=
e boot directory under the /tftpbootAll above is my configuration on the my=
 PC.Thanks!Andy

Date: Thu, 27 Mar 2014 07:43:13 -0700
From: ml-node+s1045724n5898400h8@n5.nabble.com
To: luxinweiandy@hotmail.com
Subject: Re: RB433AH failed to boot from bootp protocol



=09On 25 March 2014 04:39, Andy wrote:

> I have two routerboards, RB433AH and I try to run FreeBSD on them.

> I follow the steps from the following links:

>

> http://loos.no-ip.org/routerboard/
> https://wiki.freebsd.org/FreeBSD/BuildingMIPS
>

> But both two methods failed to make RB433AH boot from network on my

> computer.

>

> I am not quite sure about where the questions happens.But I suppose that

> there is something wrong with the build script i used.Since after run the

> build script,I didn't find any files under the tftpboot directory where i=
t

> should be installed with kernel.So I tried to install the kernel into

> tftpboot directory by typing make in the cmd line, it works and install s=
ome

> file under the tftpboot directory,but I still cannot boot the RB433AH up.

> I also refer the netboot of FreeBSD of

> PC(http://www.freebsdwiki.net/index.php/Installing_FreeBSD_with_netboot),=
in
> this instruction, it copy the pxeboot directory into the tftpboot

> directory.I have no idea about which files should I copy into tftpboot

> directory,or should I still use the make installkernel command to install

> the kernel into tftpboot directory.

>

> I also suppose that maybe there is something wrong with my dhcp

> configuration.Since RB433AH even got the IP address from my computer's dh=
cp

> server.But I was completely follow the dhcp step of two instructions.Mayb=
e I

> should use dnsmasq to do the dhcp configuration?Since I install openwrt i=
nto

> RB433AH successfully by using dnsmasq.

>

> Can anyone offer some help l about running FreeBSD on the routerboard?

> I would appreciate it if you could offer the detailed tutorial?

> I also would like to know about if it is possible to install FreeBSD into

> RB433AH 128MB flash.I know FreeBSD is much bigger than 128MB, but i see t=
he

> project which is called miniBSD, can it run on the routerboard's flash or

> just install the boot file into flash and use the microSD card as disk?


Andy,


We don't have to tools to make FreeBSD boot from NAND on RB4xx yet,

but the support is coming.


Anyway, i can help you netboot your RB433, i just need more

information about how it has failed, can you post some of your

configuration and the RB console output ?


Luiz

_______________________________________________

[hidden email] mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-mips
To unsubscribe, send any mail to "[hidden email]"



=09
=09
=09
=09

=09

=09
=09
=09=09If you reply to this email, your message will be added to the discuss=
ion below:
=09=09http://freebsd.1045724.n5.nabble.com/RB433AH-failed-to-boot-from-boot=
p-protocol-tp5897432p5898400.html
=09
=09
=09=09
=09=09To unsubscribe from RB433AH failed to boot from bootp protocol, click=
 here.

=09=09NAML
=09 =09=09 =09   =09=09 =20



--
View this message in context: http://freebsd.1045724.n5.nabble.com/RB433AH-=
failed-to-boot-from-bootp-protocol-tp5897432p5900985.html
Sent from the freebsd-mips mailing list archive at Nabble.com.
From owner-freebsd-mips@FreeBSD.ORG  Sun Apr  6 04:40:48 2014
Return-Path: <owner-freebsd-mips@FreeBSD.ORG>
Delivered-To: freebsd-mips@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 7794EDF0
 for <freebsd-mips@freebsd.org>; Sun,  6 Apr 2014 04:40:48 +0000 (UTC)
Received: from sam.nabble.com (sam.nabble.com [216.139.236.26])
 (using TLSv1 with cipher AES256-SHA (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 477BD267
 for <freebsd-mips@freebsd.org>; Sun,  6 Apr 2014 04:40:48 +0000 (UTC)
Received: from [192.168.236.26] (helo=sam.nabble.com)
 by sam.nabble.com with esmtp (Exim 4.72)
 (envelope-from <luxinweiandy@hotmail.com>) id 1WWesx-0002Hn-CX
 for freebsd-mips@freebsd.org; Sat, 05 Apr 2014 21:40:47 -0700
Date: Sat, 5 Apr 2014 21:40:47 -0700 (PDT)
From: Andy <luxinweiandy@hotmail.com>
To: freebsd-mips@freebsd.org
Message-ID: <SNT148-W812F005A2E8178505E0125C0690@phx.gbl>
In-Reply-To: <CAB=2f8ycuLpoJNzbRukRzYPZeDuMr4m-quagTV-ZN9+cshR7yg@mail.gmail.com>
References: <1395733190404-5897432.post@n5.nabble.com>
 <CAB=2f8ycuLpoJNzbRukRzYPZeDuMr4m-quagTV-ZN9+cshR7yg@mail.gmail.com>
Subject: RE: RB433AH failed to boot from bootp protocol
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Content-Filtered-By: Mailman/MimeDel 2.1.17
X-BeenThere: freebsd-mips@freebsd.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: Porting FreeBSD to MIPS <freebsd-mips.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-mips>,
 <mailto:freebsd-mips-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-mips/>;
List-Post: <mailto:freebsd-mips@freebsd.org>
List-Help: <mailto:freebsd-mips-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-mips>,
 <mailto:freebsd-mips-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Apr 2014 04:40:48 -0000

The attachment is my kernel file, hints file and build script.

Date: Thu, 27 Mar 2014 07:43:13 -0700
From: ml-node+s1045724n5898400h8@n5.nabble.com
To: luxinweiandy@hotmail.com
Subject: Re: RB433AH failed to boot from bootp protocol



	On 25 March 2014 04:39, Andy wrote:

> I have two routerboards, RB433AH and I try to run FreeBSD on them.

> I follow the steps from the following links:

>

> http://loos.no-ip.org/routerboard/
> https://wiki.freebsd.org/FreeBSD/BuildingMIPS
>

> But both two methods failed to make RB433AH boot from network on my

> computer.

>

> I am not quite sure about where the questions happens.But I suppose that

> there is something wrong with the build script i used.Since after run the

> build script,I didn't find any files under the tftpboot directory where it

> should be installed with kernel.So I tried to install the kernel into

> tftpboot directory by typing make in the cmd line, it works and install some

> file under the tftpboot directory,but I still cannot boot the RB433AH up.

> I also refer the netboot of FreeBSD of

> PC(http://www.freebsdwiki.net/index.php/Installing_FreeBSD_with_netboot),in
> this instruction, it copy the pxeboot directory into the tftpboot

> directory.I have no idea about which files should I copy into tftpboot

> directory,or should I still use the make installkernel command to install

> the kernel into tftpboot directory.

>

> I also suppose that maybe there is something wrong with my dhcp

> configuration.Since RB433AH even got the IP address from my computer's dhcp

> server.But I was completely follow the dhcp step of two instructions.Maybe I

> should use dnsmasq to do the dhcp configuration?Since I install openwrt into

> RB433AH successfully by using dnsmasq.

>

> Can anyone offer some help l about running FreeBSD on the routerboard?

> I would appreciate it if you could offer the detailed tutorial?

> I also would like to know about if it is possible to install FreeBSD into

> RB433AH 128MB flash.I know FreeBSD is much bigger than 128MB, but i see the

> project which is called miniBSD, can it run on the routerboard's flash or

> just install the boot file into flash and use the microSD card as disk?


Andy,


We don't have to tools to make FreeBSD boot from NAND on RB4xx yet,

but the support is coming.


Anyway, i can help you netboot your RB433, i just need more

information about how it has failed, can you post some of your

configuration and the RB console output ?


Luiz

_______________________________________________

[hidden email] mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-mips
To unsubscribe, send any mail to "[hidden email]"



	
	
	
	

	

	
	
		If you reply to this email, your message will be added to the discussion below:
		http://freebsd.1045724.n5.nabble.com/RB433AH-failed-to-boot-from-bootp-protocol-tp5897432p5898400.html
	
	
		
		To unsubscribe from RB433AH failed to boot from bootp protocol, click here.

		NAML
	 		 	   		  

build.csh (1K) <http://freebsd.1045724.n5.nabble.com/attachment/5900986/0/build.csh>;
RB433AH (3K) <http://freebsd.1045724.n5.nabble.com/attachment/5900986/1/RB433AH>;
RB433AH.hints (1K) <http://freebsd.1045724.n5.nabble.com/attachment/5900986/2/RB433AH.hints>;




--
View this message in context: http://freebsd.1045724.n5.nabble.com/RB433AH-failed-to-boot-from-bootp-protocol-tp5897432p5900986.html
Sent from the freebsd-mips mailing list archive at Nabble.com.
From owner-freebsd-mips@FreeBSD.ORG  Mon Apr  7 11:06:47 2014
Return-Path: <owner-freebsd-mips@FreeBSD.ORG>
Delivered-To: freebsd-mips@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 94869B1E
 for <freebsd-mips@FreeBSD.org>; Mon,  7 Apr 2014 11:06:47 +0000 (UTC)
Received: from freefall.freebsd.org (freefall.freebsd.org
 [IPv6:2001:1900:2254:206c::16:87])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 8175DBFB
 for <freebsd-mips@FreeBSD.org>; Mon,  7 Apr 2014 11:06:47 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
 by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s37B6lxB071121
 for <freebsd-mips@FreeBSD.org>; Mon, 7 Apr 2014 11:06:47 GMT
 (envelope-from owner-bugmaster@FreeBSD.org)
Received: (from gnats@localhost)
 by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s37B6lP1071119
 for freebsd-mips@FreeBSD.org; Mon, 7 Apr 2014 11:06:47 GMT
 (envelope-from owner-bugmaster@FreeBSD.org)
Date: Mon, 7 Apr 2014 11:06:47 GMT
Message-Id: <201404071106.s37B6lP1071119@freefall.freebsd.org>
X-Authentication-Warning: freefall.freebsd.org: gnats set sender to
 owner-bugmaster@FreeBSD.org using -f
From: FreeBSD bugmaster <bugmaster@freebsd.org>
To: freebsd-mips@FreeBSD.org
Subject: Current problem reports assigned to freebsd-mips@FreeBSD.org
X-BeenThere: freebsd-mips@freebsd.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: Porting FreeBSD to MIPS <freebsd-mips.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-mips>,
 <mailto:freebsd-mips-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-mips/>;
List-Post: <mailto:freebsd-mips@freebsd.org>
List-Help: <mailto:freebsd-mips-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-mips>,
 <mailto:freebsd-mips-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Apr 2014 11:06:47 -0000

Note: to view an individual PR, use:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=(number).

The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.


S Tracker      Resp.      Description
--------------------------------------------------------------------------------
o kern/177876  mips       [mips] kernel stack overflow panic on mips64, EdgeRout
o kern/165951  mips       [ar913x] [ath] DDR flush isn't being done for the WMAC

2 problems total.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?SNT148-W11845431D72A440B4103E8C0690>