From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Wyy3n-0003N0-TC for barebox@lists.infradead.org; Mon, 23 Jun 2014 06:49:02 +0000 Received: by mail-wi0-f179.google.com with SMTP id cc10so3516782wib.6 for ; Sun, 22 Jun 2014 23:48:36 -0700 (PDT) Date: Mon, 23 Jun 2014 08:48:31 +0200 From: Alexander Aring Message-ID: <20140623064829.GA9990@omega> References: <1403469255-9019-1-git-send-email-alex.aring@gmail.com> <1403469255-9019-2-git-send-email-alex.aring@gmail.com> <53A74FC0.7080206@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <53A74FC0.7080206@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [RFC 2/2] dns325: initial support for D-Link DNS-325 To: Sebastian Hesselbarth Cc: barebox@lists.infradead.org On Sun, Jun 22, 2014 at 11:50:56PM +0200, Sebastian Hesselbarth wrote: > On 06/22/2014 10:34 PM, Alexander Aring wrote: > > This patch add a basic support for the D-Link DNS-325. > > > > Currently only booting via uart with kwboot is supported. The barebox > > kwboot utility doesn't work at the moment. Use kwboot utility from u-boot > > instead. > > Why does kwboot does not work? There is an issue with early Kirkwood's > BootROM and UART boot mode. Just try over and over again. I also recall > modifying the timeouts may help. > Ok, I will dig into this issue next weekend. > > Signed-off-by: Alexander Aring > > --- > [...] > > diff --git a/arch/arm/boards/dlink-dns325/dlink-dns325.dox b/arch/arm/boards/dlink-dns325/dlink-dns325.dox > > new file mode 100644 > > index 0000000..414b2e7 > > --- /dev/null > > +++ b/arch/arm/boards/dlink-dns325/dlink-dns325.dox > > @@ -0,0 +1,37 @@ > > +/** @page dlink-dns325 D-Link DNS-325 NAS > > + > > +The NAS has > > +@li Kirkwood 88F6281-A1 SoC > > +@li 256 MB SDRAM > > +@li 128 MB NAND type SAMSUNG 946 K9F1G08U0B PCB0 > > +@li 2 SATA interfaces > > +@li RS232 serial interface > > +@li 1 USB interface > > +@li 1 Gigabit Ethernet interface > > +@li 1 Temp Sensor G751-2f > > +@li 1 MCU Holtek HT48C06E for Power Managment > > +@li LEDs & buttons > > + > > +The NAS doesn't support NAND right now. > > +Only boot via uart with kwboot is supported. > > Is it the NAS that doesn't support NAND or is it missing driver support > for barebox instead? ehm yes, there is a missing driver in barebox. Thanks for pointing this out. Are there any suggestions to implement "8-bit NAND Flash Interface" for the kirkwoods 88F6180/88F619x/88F6281? This platform is "just for fun" currently, not very useful without mtd support. :-) The free kirkwoods sheets are well documented, maybe I could try this. Or port some code from linux/u-boot. But first I will fix the kwboot issue, of course. > > > +The kwboot utility of barebox doesn't work right now. > > +Instead use the u-boot kwboot utility: > > See above, we should fix kwboot instead. > Ok. Thanks. - Alex _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox