From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from coyote.quickmin.net ([217.14.112.24]) by canuck.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1Psb2g-0002ri-Fm for barebox@lists.infradead.org; Thu, 24 Feb 2011 13:15:39 +0000 Received: from [10.96.97.181] (tmayer.mit.telemotive.de [10.96.97.181]) by alderan.mit.telemotive.de (Postfix) with ESMTP id C1D2BD56FE for ; Thu, 24 Feb 2011 14:08:55 +0100 (CET) From: Thomas Mayer MIME-Version: 1.0 Message-ID: <4D665867.4010404@telemotive.de> Date: Thu, 24 Feb 2011 14:08:55 +0100 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============1659883180==" Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Install barebox on target To: barebox@lists.infradead.org This is a multi-part message in MIME format. --===============1659883180== Content-Type: multipart/alternative; boundary="------------080608050602090906060709" This is a multi-part message in MIME format. --------------080608050602090906060709 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-15 Hi, i'm working on a project with a Freescale i.MX35 3-Stack board and try to use barebox as bootloader. My problem is that i don't know how to install barebox to NAND memory or better directly to a sd-card. Is there any documentation about this really basic stuff? regards Thomas --------------080608050602090906060709 Content-Transfer-Encoding: 7bit Content-Type: text/html; charset=ISO-8859-15 Hi,

i'm working on a project with a Freescale i.MX35 3-Stack board and try to use barebox as bootloader.
My problem is that i don't know how to install barebox to NAND memory or better directly to a sd-card.
Is there any documentation about this really basic stuff?

regards
Thomas
--------------080608050602090906060709-- --===============1659883180== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox --===============1659883180==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by canuck.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1PsdgI-00049p-75 for barebox@lists.infradead.org; Thu, 24 Feb 2011 16:04:43 +0000 Date: Thu, 24 Feb 2011 17:04:40 +0100 From: Sascha Hauer Message-ID: <20110224160440.GQ7381@pengutronix.de> References: <4D665867.4010404@telemotive.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <4D665867.4010404@telemotive.de> 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-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: Install barebox on target To: Thomas Mayer Cc: barebox@lists.infradead.org Hi Thomas, On Thu, Feb 24, 2011 at 02:08:55PM +0100, Thomas Mayer wrote: > Hi, > > i'm working on a project with a Freescale i.MX35 3-Stack board and try > to use barebox as bootloader. > My problem is that i don't know how to install barebox to NAND memory or > better directly to a sd-card. > Is there any documentation about this really basic stuff? According to the schematics the i.MX35 3-stack is without modifying it only able to boot in external boot mode, that is nand or nor flash. First step should be starting barebox as a second stage loader from the existing bootloader. For this the defconfig for the 3stack should be suitable. If you are using redboot you can use the following (replace 0x100000 with some valid sdram address): load -r -b 0x100000 barebox.bin run 0x100000 The same for u-Boot: tftp 0x80100000 barebox.bin go 0x80100000 If this works you should check if networking works: dhcp; tftp barebox.bin /dev/ram0 or, if you use the smc9117 on the debug board: ethact eth1; dhcp; tftp barebox.bin /dev/ram0 you can then flash barebox to either nand or nor flash: erase /dev/nor0.barebox; tftp barebox.bin /dev/nor0.barebox or: erase /dev/nand0.barebox.bb; tftp barebox.bin /dev/nand0.barebox.bb I suggest that you first try to flash barebox to the flash that does not contain your original bootloader (if you haven't got jtag) For getting a barebox suitable for starting from NAND you should enable CONFIG_NAND_IMX_BOOT in your config. The 3stack should be able to work in internal boot mode if TP41/42 on the personality board are adjusted. You also might want to apply the boot mode cleanup patch I just posted which makes it a bit clearer what boot modes are actually supported by barebox. Hope that helps, Sascha > > regards > Thomas > _______________________________________________ > barebox mailing list > barebox@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/barebox -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from coyote.quickmin.net ([217.14.112.24]) by canuck.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1PstlS-0002Sa-7f for barebox@lists.infradead.org; Fri, 25 Feb 2011 09:15:07 +0000 Received: from [10.96.97.181] (tmayer.mit.telemotive.de [10.96.97.181]) by alderan.mit.telemotive.de (Postfix) with ESMTP id C66BEC141B for ; Fri, 25 Feb 2011 10:15:01 +0100 (CET) From: Thomas Mayer MIME-Version: 1.0 References: <4D665867.4010404@telemotive.de> <20110224160440.GQ7381@pengutronix.de> In-Reply-To: <20110224160440.GQ7381@pengutronix.de> Message-ID: <4D677315.5090600@telemotive.de> Date: Fri, 25 Feb 2011 10:15:01 +0100 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: Install barebox on target To: barebox@lists.infradead.org SGkgU2FzY2hhLAoKVGhhdCdzIG5vdCBxdWl0ZSBjb3JyZWN0LiBXaGVuIHlvdSB1c2UgdGhlIGRl YnVnICsgcGVyc29uYWxpdHkgYm9hcmQgeW91CmNhbiBib290IGRpcmVjdGx5IGZyb20gYSBtbWMt Y2FyZCB3aGljaCBjb250YWlucyBib290bG9hZGVyLCBrZXJuZWwgYW5kCnJvb3RmcyB3aXRob3V0 IG1vZGlmaWNhdGlvbnMuIE9ubHkgaWYgeW91IHVzZSB0aGUgc2luZ2xlIHBlcnNvbmFsaXR5CmJv YXJkLCB5b3UgaGF2ZSB0byBtb2RpZnkgZGllIGJvYXJkIGEgbGl0dGxlIGJpdC4KVGhhbmtzIGZv ciB5b3VyIHNob3J0IGludHJvZHVjdGlvbi4gSSB0cmllZCB0byBydW4gdGhlIGJhcmVib3ggaW1h Z2UKd2l0aCB1LWJvb3QgYW5kIGl0IHNlZW1zIHRvIHdvcmsuIEJ1dCBhZnRlciBJIGdldCB0aGUg Zm9sbG93aW5nIG91dHB1dApiYXJlYm94IHN0b3BzIGFuZCBkbyBub3RoaW5nLgoKCk1YMzUgVS1C b290ID4gZ28gMHg4MDEwMDAwMAojIyBTdGFydGluZyBhcHBsaWNhdGlvbiBhdCAweDgwMTAwMDAw IC4uLgpo77+9CgpiYXJlYm94IDIwMTEuMDIuMCAoRmViIDI1IDIwMTEgLSAwOTo0OTowNSkKCkJv YXJkOiBGcmVlc2NhbGUgTVgzNSAzU3RhY2sKY2ZpX3Byb2JlOiBjZmlfZmxhc2ggYmFzZTogMHhh MDAwMDAwMCBzaXplOiAweDA0MDAwMDAwCm1jMTM4OTItaTJjQG1jMTM4OTItaTJjMDogUE1JQyBJ RDogMHgwMDAwNDVkMCBbUmV2OiAyLjBhXQpyZWdpc3Rlcl9kZXZpY2U6IGFscmVhZHkgcmVnaXN0 ZXJlZCBldGgwCgoKSGF2ZSB5b3UgYW55IGlkZWEgd2hhdCB0aGUgcHJvYmxlbSBpcz8KCgpyZWdh cmRzClRob21hcwoKCkFtIDI0LjAyLjIwMTEgMTc6MDQsIHNjaHJpZWIgU2FzY2hhIEhhdWVyOgo+ IEhpIFRob21hcywKPgo+IE9uIFRodSwgRmViIDI0LCAyMDExIGF0IDAyOjA4OjU1UE0gKzAxMDAs IFRob21hcyBNYXllciB3cm90ZToKPiAgIAo+PiBIaSwKPj4KPj4gaSdtIHdvcmtpbmcgb24gYSBw cm9qZWN0IHdpdGggYSBGcmVlc2NhbGUgaS5NWDM1IDMtU3RhY2sgYm9hcmQgYW5kIHRyeQo+PiB0 byB1c2UgYmFyZWJveCBhcyBib290bG9hZGVyLgo+PiBNeSBwcm9ibGVtIGlzIHRoYXQgaSBkb24n dCBrbm93IGhvdyB0byBpbnN0YWxsIGJhcmVib3ggdG8gTkFORCBtZW1vcnkgb3IKPj4gYmV0dGVy IGRpcmVjdGx5IHRvIGEgc2QtY2FyZC4KPj4gSXMgdGhlcmUgYW55IGRvY3VtZW50YXRpb24gYWJv dXQgdGhpcyByZWFsbHkgYmFzaWMgc3R1ZmY/Cj4+ICAgICAKPiBBY2NvcmRpbmcgdG8gdGhlIHNj aGVtYXRpY3MgdGhlIGkuTVgzNSAzLXN0YWNrIGlzIHdpdGhvdXQgbW9kaWZ5aW5nIGl0Cj4gb25s eSBhYmxlIHRvIGJvb3QgaW4gZXh0ZXJuYWwgYm9vdCBtb2RlLCB0aGF0IGlzIG5hbmQgb3Igbm9y IGZsYXNoLgo+IEZpcnN0IHN0ZXAgc2hvdWxkIGJlIHN0YXJ0aW5nIGJhcmVib3ggYXMgYSBzZWNv bmQgc3RhZ2UgbG9hZGVyIGZyb20gdGhlCj4gZXhpc3RpbmcgYm9vdGxvYWRlci4gRm9yIHRoaXMg dGhlIGRlZmNvbmZpZyBmb3IgdGhlIDNzdGFjayBzaG91bGQKPiBiZSBzdWl0YWJsZS4gSWYgeW91 IGFyZSB1c2luZyByZWRib290IHlvdSBjYW4gdXNlIHRoZSBmb2xsb3dpbmcgKHJlcGxhY2UKPiAw eDEwMDAwMCB3aXRoIHNvbWUgdmFsaWQgc2RyYW0gYWRkcmVzcyk6Cj4KPiBsb2FkIC1yIC1iIDB4 MTAwMDAwIGJhcmVib3guYmluCj4gcnVuIDB4MTAwMDAwCj4KPiBUaGUgc2FtZSBmb3IgdS1Cb290 Ogo+Cj4gdGZ0cCAweDgwMTAwMDAwIGJhcmVib3guYmluCj4gZ28gMHg4MDEwMDAwMAo+Cj4gSWYg dGhpcyB3b3JrcyB5b3Ugc2hvdWxkIGNoZWNrIGlmIG5ldHdvcmtpbmcgd29ya3M6Cj4KPiBkaGNw OyB0ZnRwIGJhcmVib3guYmluIC9kZXYvcmFtMAo+Cj4gb3IsIGlmIHlvdSB1c2UgdGhlIHNtYzkx MTcgb24gdGhlIGRlYnVnIGJvYXJkOgo+Cj4gZXRoYWN0IGV0aDE7IGRoY3A7IHRmdHAgYmFyZWJv eC5iaW4gL2Rldi9yYW0wCj4KPiB5b3UgY2FuIHRoZW4gZmxhc2ggYmFyZWJveCB0byBlaXRoZXIg bmFuZCBvciBub3IgZmxhc2g6Cj4KPiBlcmFzZSAvZGV2L25vcjAuYmFyZWJveDsgdGZ0cCBiYXJl Ym94LmJpbiAvZGV2L25vcjAuYmFyZWJveAo+Cj4gb3I6Cj4KPiBlcmFzZSAvZGV2L25hbmQwLmJh cmVib3guYmI7IHRmdHAgYmFyZWJveC5iaW4gL2Rldi9uYW5kMC5iYXJlYm94LmJiCj4KPiBJIHN1 Z2dlc3QgdGhhdCB5b3UgZmlyc3QgdHJ5IHRvIGZsYXNoIGJhcmVib3ggdG8gdGhlIGZsYXNoIHRo YXQgZG9lcwo+IG5vdCBjb250YWluIHlvdXIgb3JpZ2luYWwgYm9vdGxvYWRlciAoaWYgeW91IGhh dmVuJ3QgZ290IGp0YWcpCj4KPiBGb3IgZ2V0dGluZyBhIGJhcmVib3ggc3VpdGFibGUgZm9yIHN0 YXJ0aW5nIGZyb20gTkFORCB5b3Ugc2hvdWxkIGVuYWJsZQo+IENPTkZJR19OQU5EX0lNWF9CT09U IGluIHlvdXIgY29uZmlnLgo+Cj4gVGhlIDNzdGFjayBzaG91bGQgYmUgYWJsZSB0byB3b3JrIGlu IGludGVybmFsIGJvb3QgbW9kZSBpZiBUUDQxLzQyIG9uCj4gdGhlIHBlcnNvbmFsaXR5IGJvYXJk IGFyZSBhZGp1c3RlZC4KPgo+IFlvdSBhbHNvIG1pZ2h0IHdhbnQgdG8gYXBwbHkgdGhlIGJvb3Qg bW9kZSBjbGVhbnVwIHBhdGNoIEkganVzdCBwb3N0ZWQKPiB3aGljaCBtYWtlcyBpdCBhIGJpdCBj bGVhcmVyIHdoYXQgYm9vdCBtb2RlcyBhcmUgYWN0dWFsbHkgc3VwcG9ydGVkIGJ5Cj4gYmFyZWJv eC4KPgo+IEhvcGUgdGhhdCBoZWxwcywKPgo+ICBTYXNjaGEKPgo+ICAgCj4+IHJlZ2FyZHMKPj4g VGhvbWFzCj4+ICAgICAKPiAgIAo+PiBfX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fXwo+PiBiYXJlYm94IG1haWxpbmcgbGlzdAo+PiBiYXJlYm94QGxpc3RzLmlu ZnJhZGVhZC5vcmcKPj4gaHR0cDovL2xpc3RzLmluZnJhZGVhZC5vcmcvbWFpbG1hbi9saXN0aW5m by9iYXJlYm94Cj4+ICAgICAKPgo+ICAgCgoKX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX18KYmFyZWJveCBtYWlsaW5nIGxpc3QKYmFyZWJveEBsaXN0cy5pbmZy YWRlYWQub3JnCmh0dHA6Ly9saXN0cy5pbmZyYWRlYWQub3JnL21haWxtYW4vbGlzdGluZm8vYmFy ZWJveAo= From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by canuck.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1PszG0-0005Dj-3G for barebox@lists.infradead.org; Fri, 25 Feb 2011 15:07:00 +0000 Date: Fri, 25 Feb 2011 16:06:57 +0100 From: Sascha Hauer Message-ID: <20110225150657.GC29521@pengutronix.de> References: <4D665867.4010404@telemotive.de> <20110224160440.GQ7381@pengutronix.de> <4D677315.5090600@telemotive.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <4D677315.5090600@telemotive.de> 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-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: Install barebox on target To: Thomas Mayer Cc: barebox@lists.infradead.org On Fri, Feb 25, 2011 at 10:15:01AM +0100, Thomas Mayer wrote: > Hi Sascha, > > That's not quite correct. When you use the debug + personality board you > can boot directly from a mmc-card which contains bootloader, kernel and > rootfs without modifications. Only if you use the single personality > board, you have to modify die board a little bit. Ah, ok. I didn't know that. > Thanks for your short introduction. I tried to run the barebox image > with u-boot and it seems to work. But after I get the following output > barebox stops and do nothing. That's a bug in the support for multiple network devices. Please pull the -next branch again, then it should work. Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from coyote.quickmin.net ([217.14.112.24]) by canuck.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1Pt0DI-0005iW-G1 for barebox@lists.infradead.org; Fri, 25 Feb 2011 16:08:17 +0000 Received: from [10.96.97.181] (tmayer.mit.telemotive.de [10.96.97.181]) by alderan.mit.telemotive.de (Postfix) with ESMTP id 2831AD7850 for ; Fri, 25 Feb 2011 17:08:11 +0100 (CET) From: Thomas Mayer MIME-Version: 1.0 References: <4D665867.4010404@telemotive.de> <20110224160440.GQ7381@pengutronix.de> <4D677315.5090600@telemotive.de> <20110225150657.GC29521@pengutronix.de> In-Reply-To: <20110225150657.GC29521@pengutronix.de> Message-ID: <4D67D3EA.9000106@telemotive.de> Date: Fri, 25 Feb 2011 17:08:10 +0100 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-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: Install barebox on target To: barebox@lists.infradead.org Hi Sasha, thanks, I will try that. Today I got our real hardware. It consists of the freescale cpu board, a custom baseboard with a different display. With that I was able to start barebox completely. Network works fine, but I can't access the nand memory, because barebox doesn't find it at startup. I added all possible nand drivers to barebox, but it still doesn't work. Any idea? --------------------------------------- u-boot output ----------------------------------------- U-Boot 2009.08 (Jan 13 2010 - 06:24:35) CPU: Freescale i.MX35 at 532 MHz Board: MX35 3STACK 2.0 [RST] I2C: ready DRAM: 128 MB Flash: 64 MB NAND: Manufacturer : Samsung (0xec) Device Code : 0xd7 Cell Technology : MLC Chip Size : 4 GiB Pages per Block : 128 Page Geometry : 4096+218 ECC Strength : 8 bits ECC Size : 512 B Data Setup Time : 20 ns Data Hold Time : 10 ns Address Setup Time: 25 ns GPMI Sample Delay : 6 ns tREA : Unknown tRLOH : Unknown tRHOH : Unknown Description : K9LBG08U0D Bad block table found at page 524160, version 0x01 Bad block table found at page 524032, version 0x01 2048 MiB In: serial Out: serial Err: serial PMIC@0x08:0x7 is 45d0 i.MX35 CPU board version 2.0 Net: FEC0 Hit any key to stop autoboot: 0 --------------------------------------- barebox output ------------------------------------------ barebox 2011.02.0 (Feb 25 2011 - 16:35:47) Board: Freescale MX35 3Stack No NAND device found!!! cfi_probe: cfi_flash base: 0xa0000000 size: 0x04000000 mc13892-i2c@mc13892-i2c0: PMIC ID: 0x000045d0 [Rev: 2.0a] smc911x: no smc911x found on 0xb6000000 (byte_test=0x00f000f0) imx-ipu-fb@imx-ipu-fb0: i.MX Framebuffer driver mc13892-i2c@mc13892-i2c0: revision: 0x45d0 i.MX35 PDK CPU board version 1. Malloc space: 0x86f00000 -> 0x87f00000 (size 16 MB) Stack space : 0x86ef8000 -> 0x86f00000 (size 32 kB) Open /dev/env0 No such file or directory no valid environment found on /dev/env0. Using default environment running /env/bin/init... regards Thomas Am 25.02.2011 16:06, schrieb Sascha Hauer: > On Fri, Feb 25, 2011 at 10:15:01AM +0100, Thomas Mayer wrote: > >> Hi Sascha, >> >> That's not quite correct. When you use the debug + personality board you >> can boot directly from a mmc-card which contains bootloader, kernel and >> rootfs without modifications. Only if you use the single personality >> board, you have to modify die board a little bit. >> > Ah, ok. I didn't know that. > > >> Thanks for your short introduction. I tried to run the barebox image >> with u-boot and it seems to work. But after I get the following output >> barebox stops and do nothing. >> > That's a bug in the support for multiple network devices. Please pull > the -next branch again, then it should work. > > Sascha > > > _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by canuck.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1Ptxiy-0007FV-Rt for barebox@lists.infradead.org; Mon, 28 Feb 2011 07:40:58 +0000 Date: Mon, 28 Feb 2011 08:40:53 +0100 From: Sascha Hauer Message-ID: <20110228074053.GF29521@pengutronix.de> References: <4D665867.4010404@telemotive.de> <20110224160440.GQ7381@pengutronix.de> <4D677315.5090600@telemotive.de> <20110225150657.GC29521@pengutronix.de> <4D67D3EA.9000106@telemotive.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <4D67D3EA.9000106@telemotive.de> 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-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: Install barebox on target To: Thomas Mayer Cc: barebox@lists.infradead.org On Fri, Feb 25, 2011 at 05:08:10PM +0100, Thomas Mayer wrote: > Hi Sasha, > > thanks, I will try that. > Today I got our real hardware. It consists of the freescale cpu board, a > custom baseboard with a different display. > With that I was able to start barebox completely. Network works fine, > but I can't access the nand memory, because barebox doesn't find it at > startup. I added all possible nand drivers to barebox, but it still > doesn't work. > > Any idea? > > --------------------------------------- u-boot output > ----------------------------------------- > U-Boot 2009.08 (Jan 13 2010 - > > Page Geometry : > 4096+218 This will cause problems. I never had a nand with 4k block size and I doubt it will work out of the box. I don't know if that's the reason barebox does not find no nand device at all though. Sasha > > --------------------------------------- barebox output > ------------------------------------------ > barebox 2011.02.0 (Feb 25 2011 - 16:35:47) > > Board: Freescale MX35 3Stack > No NAND device found!!! > cfi_probe: cfi_flash base: 0xa0000000 size: 0x04000000 > mc13892-i2c@mc13892-i2c0: PMIC ID: 0x000045d0 [Rev: 2.0a] > smc911x: no smc911x found on 0xb6000000 (byte_test=0x00f000f0) > imx-ipu-fb@imx-ipu-fb0: i.MX Framebuffer driver > mc13892-i2c@mc13892-i2c0: revision: 0x45d0 > i.MX35 PDK CPU board version 1. > Malloc space: 0x86f00000 -> 0x87f00000 (size 16 MB) > Stack space : 0x86ef8000 -> 0x86f00000 (size 32 kB) > Open /dev/env0 No such file or directory > no valid environment found on /dev/env0. Using default environment > running /env/bin/init... > > > > regards > Thomas > > > > Am 25.02.2011 16:06, schrieb Sascha Hauer: > > On Fri, Feb 25, 2011 at 10:15:01AM +0100, Thomas Mayer wrote: > > > >> Hi Sascha, > >> > >> That's not quite correct. When you use the debug + personality board you > >> can boot directly from a mmc-card which contains bootloader, kernel and > >> rootfs without modifications. Only if you use the single personality > >> board, you have to modify die board a little bit. > >> > > Ah, ok. I didn't know that. > > > > > >> Thanks for your short introduction. I tried to run the barebox image > >> with u-boot and it seems to work. But after I get the following output > >> barebox stops and do nothing. > >> > > That's a bug in the support for multiple network devices. Please pull > > the -next branch again, then it should work. > > > > Sascha > > > > > > > > > _______________________________________________ > barebox mailing list > barebox@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/barebox > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from tango.tkos.co.il ([62.219.50.35]) by canuck.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1PtyAf-0007TD-Ci for barebox@lists.infradead.org; Mon, 28 Feb 2011 08:09:34 +0000 Date: Mon, 28 Feb 2011 10:09:23 +0200 From: Baruch Siach Message-ID: <20110228080923.GF2667@jasper.tkos.co.il> References: <4D665867.4010404@telemotive.de> <20110224160440.GQ7381@pengutronix.de> <4D677315.5090600@telemotive.de> <20110225150657.GC29521@pengutronix.de> <4D67D3EA.9000106@telemotive.de> <20110228074053.GF29521@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20110228074053.GF29521@pengutronix.de> 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-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: Install barebox on target To: Sascha Hauer Cc: barebox@lists.infradead.org Hi Sascha, Thomas, On Mon, Feb 28, 2011 at 08:40:53AM +0100, Sascha Hauer wrote: > On Fri, Feb 25, 2011 at 05:08:10PM +0100, Thomas Mayer wrote: > > thanks, I will try that. > > Today I got our real hardware. It consists of the freescale cpu board, a > > custom baseboard with a different display. > > With that I was able to start barebox completely. Network works fine, > > but I can't access the nand memory, because barebox doesn't find it at > > startup. I added all possible nand drivers to barebox, but it still > > doesn't work. > > > > Any idea? > > > > --------------------------------------- u-boot output > > ----------------------------------------- > > U-Boot 2009.08 (Jan 13 2010 - > > > > Page Geometry : > > 4096+218 > > This will cause problems. I never had a nand with 4k block size and I > doubt it will work out of the box. I don't know if that's the reason > barebox does not find no nand device at all though. I'm also seeing problems with a 4k page size (+218 OOB) SLC NAND flash of Micron on i.MX25. Barebox does identify the flash chip, but can't read it correctly. I'm investigating the issue. So far I've found that the OOB area is read as 0x00s instead of 0xffs, even for good blocks. This makes Barebox to mark the whole flash as bad blocks. The Linux kernel, however, seems to work correctly with this flash when applying a small fix to use the correct(?) nand_ecclayout. baruch > > --------------------------------------- barebox output > > ------------------------------------------ > > barebox 2011.02.0 (Feb 25 2011 - 16:35:47) > > > > Board: Freescale MX35 3Stack > > No NAND device found!!! > > cfi_probe: cfi_flash base: 0xa0000000 size: 0x04000000 > > mc13892-i2c@mc13892-i2c0: PMIC ID: 0x000045d0 [Rev: 2.0a] > > smc911x: no smc911x found on 0xb6000000 (byte_test=0x00f000f0) > > imx-ipu-fb@imx-ipu-fb0: i.MX Framebuffer driver > > mc13892-i2c@mc13892-i2c0: revision: 0x45d0 > > i.MX35 PDK CPU board version 1. > > Malloc space: 0x86f00000 -> 0x87f00000 (size 16 MB) > > Stack space : 0x86ef8000 -> 0x86f00000 (size 32 kB) > > Open /dev/env0 No such file or directory > > no valid environment found on /dev/env0. Using default environment > > running /env/bin/init... > > > > > > > > regards > > Thomas > > > > > > > > Am 25.02.2011 16:06, schrieb Sascha Hauer: > > > On Fri, Feb 25, 2011 at 10:15:01AM +0100, Thomas Mayer wrote: > > > > > >> Hi Sascha, > > >> > > >> That's not quite correct. When you use the debug + personality board you > > >> can boot directly from a mmc-card which contains bootloader, kernel and > > >> rootfs without modifications. Only if you use the single personality > > >> board, you have to modify die board a little bit. > > >> > > > Ah, ok. I didn't know that. > > > > > > > > >> Thanks for your short introduction. I tried to run the barebox image > > >> with u-boot and it seems to work. But after I get the following output > > >> barebox stops and do nothing. > > >> > > > That's a bug in the support for multiple network devices. Please pull > > > the -next branch again, then it should work. > > > > > > Sascha -- ~. .~ Tk Open Systems =}------------------------------------------------ooO--U--Ooo------------{= - baruch@tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il - _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from tango.tkos.co.il ([62.219.50.35]) by canuck.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1PtyKN-0007Zo-HT for barebox@lists.infradead.org; Mon, 28 Feb 2011 08:19:36 +0000 Date: Mon, 28 Feb 2011 10:19:25 +0200 From: Baruch Siach Message-ID: <20110228081925.GG2667@jasper.tkos.co.il> References: <4D665867.4010404@telemotive.de> <20110224160440.GQ7381@pengutronix.de> <4D677315.5090600@telemotive.de> <20110225150657.GC29521@pengutronix.de> <4D67D3EA.9000106@telemotive.de> <20110228074053.GF29521@pengutronix.de> <20110228080923.GF2667@jasper.tkos.co.il> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20110228080923.GF2667@jasper.tkos.co.il> 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-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: Install barebox on target To: Sascha Hauer Cc: barebox@lists.infradead.org Hi Sascha, Thomas, On Mon, Feb 28, 2011 at 10:09:23AM +0200, Baruch Siach wrote: > On Mon, Feb 28, 2011 at 08:40:53AM +0100, Sascha Hauer wrote: > > On Fri, Feb 25, 2011 at 05:08:10PM +0100, Thomas Mayer wrote: > > > thanks, I will try that. > > > Today I got our real hardware. It consists of the freescale cpu board, a > > > custom baseboard with a different display. > > > With that I was able to start barebox completely. Network works fine, > > > but I can't access the nand memory, because barebox doesn't find it at > > > startup. I added all possible nand drivers to barebox, but it still > > > doesn't work. > > > > > > Any idea? > > > > > > --------------------------------------- u-boot output > > > ----------------------------------------- > > > U-Boot 2009.08 (Jan 13 2010 - > > > > > > Page Geometry : > > > 4096+218 > > > > This will cause problems. I never had a nand with 4k block size and I > > doubt it will work out of the box. I don't know if that's the reason > > barebox does not find no nand device at all though. > > I'm also seeing problems with a 4k page size (+218 OOB) SLC NAND flash of > Micron on i.MX25. Barebox does identify the flash chip, but can't read it > correctly. I'm investigating the issue. So far I've found that the OOB area > is read as 0x00s instead of 0xffs, even for good blocks. This makes Barebox to > mark the whole flash as bad blocks. > > The Linux kernel, however, seems to work correctly with this flash when > applying a small fix to use the correct(?) nand_ecclayout. I should also add the booting from this NAND with Barebox works perfectly. I used the kernel to program Barebox into the flash. baruch > > > --------------------------------------- barebox output > > > ------------------------------------------ > > > barebox 2011.02.0 (Feb 25 2011 - 16:35:47) > > > > > > Board: Freescale MX35 3Stack > > > No NAND device found!!! > > > cfi_probe: cfi_flash base: 0xa0000000 size: 0x04000000 > > > mc13892-i2c@mc13892-i2c0: PMIC ID: 0x000045d0 [Rev: 2.0a] > > > smc911x: no smc911x found on 0xb6000000 (byte_test=0x00f000f0) > > > imx-ipu-fb@imx-ipu-fb0: i.MX Framebuffer driver > > > mc13892-i2c@mc13892-i2c0: revision: 0x45d0 > > > i.MX35 PDK CPU board version 1. > > > Malloc space: 0x86f00000 -> 0x87f00000 (size 16 MB) > > > Stack space : 0x86ef8000 -> 0x86f00000 (size 32 kB) > > > Open /dev/env0 No such file or directory > > > no valid environment found on /dev/env0. Using default environment > > > running /env/bin/init... > > > > > > > > > > > > regards > > > Thomas > > > > > > > > > > > > Am 25.02.2011 16:06, schrieb Sascha Hauer: > > > > On Fri, Feb 25, 2011 at 10:15:01AM +0100, Thomas Mayer wrote: > > > > > > > >> Hi Sascha, > > > >> > > > >> That's not quite correct. When you use the debug + personality board you > > > >> can boot directly from a mmc-card which contains bootloader, kernel and > > > >> rootfs without modifications. Only if you use the single personality > > > >> board, you have to modify die board a little bit. > > > >> > > > > Ah, ok. I didn't know that. > > > > > > > > > > > >> Thanks for your short introduction. I tried to run the barebox image > > > >> with u-boot and it seems to work. But after I get the following output > > > >> barebox stops and do nothing. > > > >> > > > > That's a bug in the support for multiple network devices. Please pull > > > > the -next branch again, then it should work. > > > > > > > > Sascha -- ~. .~ Tk Open Systems =}------------------------------------------------ooO--U--Ooo------------{= - baruch@tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il - _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from coyote.quickmin.net ([217.14.112.24]) by canuck.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1Puj7w-0002Ry-3O for barebox@lists.infradead.org; Wed, 02 Mar 2011 10:17:53 +0000 Received: from [10.96.97.181] (tmayer.mit.telemotive.de [10.96.97.181]) by alderan.mit.telemotive.de (Postfix) with ESMTP id 86A5AB73F6 for ; Wed, 2 Mar 2011 11:17:45 +0100 (CET) From: Thomas Mayer MIME-Version: 1.0 References: <4D665867.4010404@telemotive.de> <20110224160440.GQ7381@pengutronix.de> <4D677315.5090600@telemotive.de> <20110225150657.GC29521@pengutronix.de> <4D67D3EA.9000106@telemotive.de> <20110228074053.GF29521@pengutronix.de> <20110228080923.GF2667@jasper.tkos.co.il> <20110228081925.GG2667@jasper.tkos.co.il> In-Reply-To: <20110228081925.GG2667@jasper.tkos.co.il> Message-ID: <4D6E1949.3050603@telemotive.de> Date: Wed, 2 Mar 2011 11:17:45 +0100 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-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: Install barebox on target To: barebox@lists.infradead.org Hi, good know, I will try that. regards Thomas Am 28.02.2011 09:19, schrieb Baruch Siach: > Hi Sascha, Thomas, > > On Mon, Feb 28, 2011 at 10:09:23AM +0200, Baruch Siach wrote: > >> On Mon, Feb 28, 2011 at 08:40:53AM +0100, Sascha Hauer wrote: >> >>> On Fri, Feb 25, 2011 at 05:08:10PM +0100, Thomas Mayer wrote: >>> >>>> thanks, I will try that. >>>> Today I got our real hardware. It consists of the freescale cpu board, a >>>> custom baseboard with a different display. >>>> With that I was able to start barebox completely. Network works fine, >>>> but I can't access the nand memory, because barebox doesn't find it at >>>> startup. I added all possible nand drivers to barebox, but it still >>>> doesn't work. >>>> >>>> Any idea? >>>> >>>> --------------------------------------- u-boot output >>>> ----------------------------------------- >>>> U-Boot 2009.08 (Jan 13 2010 - >>>> >>>> Page Geometry : >>>> 4096+218 >>>> >>> This will cause problems. I never had a nand with 4k block size and I >>> doubt it will work out of the box. I don't know if that's the reason >>> barebox does not find no nand device at all though. >>> >> I'm also seeing problems with a 4k page size (+218 OOB) SLC NAND flash of >> Micron on i.MX25. Barebox does identify the flash chip, but can't read it >> correctly. I'm investigating the issue. So far I've found that the OOB area >> is read as 0x00s instead of 0xffs, even for good blocks. This makes Barebox to >> mark the whole flash as bad blocks. >> >> The Linux kernel, however, seems to work correctly with this flash when >> applying a small fix to use the correct(?) nand_ecclayout. >> > I should also add the booting from this NAND with Barebox works perfectly. I > used the kernel to program Barebox into the flash. > > baruch > > >>>> --------------------------------------- barebox output >>>> ------------------------------------------ >>>> barebox 2011.02.0 (Feb 25 2011 - 16:35:47) >>>> >>>> Board: Freescale MX35 3Stack >>>> No NAND device found!!! >>>> cfi_probe: cfi_flash base: 0xa0000000 size: 0x04000000 >>>> mc13892-i2c@mc13892-i2c0: PMIC ID: 0x000045d0 [Rev: 2.0a] >>>> smc911x: no smc911x found on 0xb6000000 (byte_test=0x00f000f0) >>>> imx-ipu-fb@imx-ipu-fb0: i.MX Framebuffer driver >>>> mc13892-i2c@mc13892-i2c0: revision: 0x45d0 >>>> i.MX35 PDK CPU board version 1. >>>> Malloc space: 0x86f00000 -> 0x87f00000 (size 16 MB) >>>> Stack space : 0x86ef8000 -> 0x86f00000 (size 32 kB) >>>> Open /dev/env0 No such file or directory >>>> no valid environment found on /dev/env0. Using default environment >>>> running /env/bin/init... >>>> >>>> >>>> >>>> regards >>>> Thomas >>>> >>>> >>>> >>>> Am 25.02.2011 16:06, schrieb Sascha Hauer: >>>> >>>>> On Fri, Feb 25, 2011 at 10:15:01AM +0100, Thomas Mayer wrote: >>>>> >>>>> >>>>>> Hi Sascha, >>>>>> >>>>>> That's not quite correct. When you use the debug + personality board you >>>>>> can boot directly from a mmc-card which contains bootloader, kernel and >>>>>> rootfs without modifications. Only if you use the single personality >>>>>> board, you have to modify die board a little bit. >>>>>> >>>>>> >>>>> Ah, ok. I didn't know that. >>>>> >>>>> >>>>> >>>>>> Thanks for your short introduction. I tried to run the barebox image >>>>>> with u-boot and it seems to work. But after I get the following output >>>>>> barebox stops and do nothing. >>>>>> >>>>>> >>>>> That's a bug in the support for multiple network devices. Please pull >>>>> the -next branch again, then it should work. >>>>> >>>>> Sascha >>>>> > _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from tango.tkos.co.il ([62.219.50.35]) by canuck.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1PujTN-0002dY-4l for barebox@lists.infradead.org; Wed, 02 Mar 2011 10:40:02 +0000 Date: Wed, 2 Mar 2011 12:39:49 +0200 From: Baruch Siach Message-ID: <20110302103949.GA28548@jasper.tkos.co.il> References: <4D665867.4010404@telemotive.de> <20110224160440.GQ7381@pengutronix.de> <4D677315.5090600@telemotive.de> <20110225150657.GC29521@pengutronix.de> <4D67D3EA.9000106@telemotive.de> <20110228074053.GF29521@pengutronix.de> <20110228080923.GF2667@jasper.tkos.co.il> <20110228081925.GG2667@jasper.tkos.co.il> <4D6E1949.3050603@telemotive.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <4D6E1949.3050603@telemotive.de> 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-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: Install barebox on target To: Thomas Mayer Cc: barebox@lists.infradead.org Hi Thomas, On Wed, Mar 02, 2011 at 11:17:45AM +0100, Thomas Mayer wrote: > good know, I will try that. Further investigation shows that the Linux kernel doesn't read (or write) the OOB area correctly. This is not a problem if all you do is program the barebox image into the NAND flash. However, since the kernel uses the OOB area to identify the BBT (bad block table), the BBT gets corrupted. When that happens, the mxc_nand .probe fails at nand_scan_tail(). I suspect that the nandv2_hw_eccoob_largepage is wrong for 4K+218B. I'm still investigating. baruch > Am 28.02.2011 09:19, schrieb Baruch Siach: > > Hi Sascha, Thomas, > > > > On Mon, Feb 28, 2011 at 10:09:23AM +0200, Baruch Siach wrote: > > > >> On Mon, Feb 28, 2011 at 08:40:53AM +0100, Sascha Hauer wrote: > >> > >>> On Fri, Feb 25, 2011 at 05:08:10PM +0100, Thomas Mayer wrote: > >>> > >>>> thanks, I will try that. > >>>> Today I got our real hardware. It consists of the freescale cpu board, a > >>>> custom baseboard with a different display. > >>>> With that I was able to start barebox completely. Network works fine, > >>>> but I can't access the nand memory, because barebox doesn't find it at > >>>> startup. I added all possible nand drivers to barebox, but it still > >>>> doesn't work. > >>>> > >>>> Any idea? > >>>> > >>>> --------------------------------------- u-boot output > >>>> ----------------------------------------- > >>>> U-Boot 2009.08 (Jan 13 2010 - > >>>> > >>>> Page Geometry : > >>>> 4096+218 > >>>> > >>> This will cause problems. I never had a nand with 4k block size and I > >>> doubt it will work out of the box. I don't know if that's the reason > >>> barebox does not find no nand device at all though. > >>> > >> I'm also seeing problems with a 4k page size (+218 OOB) SLC NAND flash of > >> Micron on i.MX25. Barebox does identify the flash chip, but can't read it > >> correctly. I'm investigating the issue. So far I've found that the OOB area > >> is read as 0x00s instead of 0xffs, even for good blocks. This makes Barebox to > >> mark the whole flash as bad blocks. > >> > >> The Linux kernel, however, seems to work correctly with this flash when > >> applying a small fix to use the correct(?) nand_ecclayout. > >> > > I should also add the booting from this NAND with Barebox works perfectly. I > > used the kernel to program Barebox into the flash. > > > > baruch > > > > > >>>> --------------------------------------- barebox output > >>>> ------------------------------------------ > >>>> barebox 2011.02.0 (Feb 25 2011 - 16:35:47) > >>>> > >>>> Board: Freescale MX35 3Stack > >>>> No NAND device found!!! > >>>> cfi_probe: cfi_flash base: 0xa0000000 size: 0x04000000 > >>>> mc13892-i2c@mc13892-i2c0: PMIC ID: 0x000045d0 [Rev: 2.0a] > >>>> smc911x: no smc911x found on 0xb6000000 (byte_test=0x00f000f0) > >>>> imx-ipu-fb@imx-ipu-fb0: i.MX Framebuffer driver > >>>> mc13892-i2c@mc13892-i2c0: revision: 0x45d0 > >>>> i.MX35 PDK CPU board version 1. > >>>> Malloc space: 0x86f00000 -> 0x87f00000 (size 16 MB) > >>>> Stack space : 0x86ef8000 -> 0x86f00000 (size 32 kB) > >>>> Open /dev/env0 No such file or directory > >>>> no valid environment found on /dev/env0. Using default environment > >>>> running /env/bin/init... > >>>> > >>>> > >>>> > >>>> regards > >>>> Thomas > >>>> > >>>> > >>>> > >>>> Am 25.02.2011 16:06, schrieb Sascha Hauer: > >>>> > >>>>> On Fri, Feb 25, 2011 at 10:15:01AM +0100, Thomas Mayer wrote: > >>>>> > >>>>> > >>>>>> Hi Sascha, > >>>>>> > >>>>>> That's not quite correct. When you use the debug + personality board you > >>>>>> can boot directly from a mmc-card which contains bootloader, kernel and > >>>>>> rootfs without modifications. Only if you use the single personality > >>>>>> board, you have to modify die board a little bit. > >>>>>> > >>>>>> > >>>>> Ah, ok. I didn't know that. > >>>>> > >>>>> > >>>>> > >>>>>> Thanks for your short introduction. I tried to run the barebox image > >>>>>> with u-boot and it seems to work. But after I get the following output > >>>>>> barebox stops and do nothing. > >>>>>> > >>>>>> > >>>>> That's a bug in the support for multiple network devices. Please pull > >>>>> the -next branch again, then it should work. > >>>>> > >>>>> Sascha > >>>>> -- ~. .~ Tk Open Systems =}------------------------------------------------ooO--U--Ooo------------{= - baruch@tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il - _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox