From owner-freebsd-mips@FreeBSD.ORG Thu Nov 18 06:53:47 2010 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83AC8106566B for ; Thu, 18 Nov 2010 06:53:47 +0000 (UTC) (envelope-from monthadar@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 3AEA58FC08 for ; Thu, 18 Nov 2010 06:53:46 +0000 (UTC) Received: by qyk7 with SMTP id 7so983966qyk.13 for ; Wed, 17 Nov 2010 22:53:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=naslbGNn+OuBm3FVlMsbob+9/SV1c+gDEI9V7rWZXPk=; b=WXB18pJnuxUFs5AXD5Jc3ih++GGNqnqmW2XSd6VHtThGXKzLvUR1vbQ1hiW0S9he7n GJa7vdGsLMPagKfBrDUF9i2q00dh3vYuYJ6hQydp/SLew8AR2BrtWWRiYKUIA1HfSzDD 9mt6WOuoSG+2iPKv/jDEjNPwAf857iGER9IEI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=CJ4vcmIpu3WNX1PiS5/sxy0w1/Y/E4hbiWd+aw/V46UMsYw6f3d8TDxH1RwYVN7oiz lM3aIfj8jyJdkpnx9OzP9lpgIHVvgZpf+spZmnDnUs4mdVkioQ2O+cUu3wlmym6ueEMC Hy/IkXYzc+XG+boc5xeQacgchgXH1uCs30lVY= MIME-Version: 1.0 Received: by 10.229.189.207 with SMTP id df15mr194855qcb.299.1290063225684; Wed, 17 Nov 2010 22:53:45 -0800 (PST) Received: by 10.229.182.77 with HTTP; Wed, 17 Nov 2010 22:53:45 -0800 (PST) In-Reply-To: <201011171356.24140.milu@dat.pl> References: <4A60132B-C3DE-4FB6-A5EF-7E0A814DEDA8@gmail.com> <201011171356.24140.milu@dat.pl> Date: Thu, 18 Nov 2010 07:53:45 +0100 Message-ID: From: Monthadar Al Jaberi To: Maciej Milewski Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Cc: freebsd-mips@freebsd.org Subject: Re: First RSPRO deployed ! X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2010 06:53:47 -0000 2010/11/17 Maciej Milewski : > Dnia =B6roda 17 listopad 2010 o 11:31:42 Monthadar Al Jaberi napisa=B3(a)= : > >> > I'll try to post my script and Makefile for the mkfwimage.c (here is a > >> > sample with the ouput of routerstation for the flashing procedure: > >> > http://loos.no-ip.org:280/routerstation/) > >> > >> That would be great! I have problems with mkfwimage.c too. Interesting > >> that your firmware version does not start with RSPRO as Adrian > >> specified... > > Because it is Routerstation board not Routerstation Pro. Sorry, I just assumed from the subject line that it was RSPRO. > > Please explain what problems do you have with the mkfwimage. I get invalid image error from redboot. I made changes to mkfwimage according to Adrians instruction, padded the kernel image I generated to be 64k and create the filesystem with makefs -t ffs -B big... How do you do it? -- //Monthadar Al Jaberi