From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pz0-f49.google.com ([209.85.210.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1T4ujJ-0006yy-SP for barebox@lists.infradead.org; Fri, 24 Aug 2012 14:19:22 +0000 Received: by dajq27 with SMTP id q27so1006112daj.36 for ; Fri, 24 Aug 2012 07:19:19 -0700 (PDT) MIME-Version: 1.0 Date: Fri, 24 Aug 2012 19:49:18 +0530 Message-ID: From: Calvin Johnson 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: Is there any way to dump more than 0x100 bytes from nand flash? To: barebox@lists.infradead.org Hi, In U-Boot there is "nand dump
" command which is very useful to check the contents of the NAND page and OOB area. I tried searching for an alternative in Barebox, and found that we can use some thing like "md -b -s /dev/nand0.barebox.bb". But this will dump only 0x100 bytes. In order to increase the size, I need to compile again. Is there any way to dump more bytes from the NAND flash and from different blocks/pages? How are the experts working with this? Thanks for your help, Calvin _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox