diff for duplicates of <20131205222430.GB2469@localhost> diff --git a/a/1.txt b/N1/1.txt index 8da2b55..080a505 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,7 +1,7 @@ On Thu, Dec 05, 2013 at 09:42:25PM +0100, Arnaud Ebalard wrote: > Hi Ezequiel, > -> arno@natisbad.org (Arnaud Ebalard) writes: +> arno at natisbad.org (Arnaud Ebalard) writes: > > > Could you try and dump the block to another flash. As I don't think I can > > attach a binary blob to this email, can you drop the following in a @@ -28,7 +28,7 @@ On Thu, Dec 05, 2013 at 09:42:25PM +0100, Arnaud Ebalard wrote: > I reused the block above to test on the kernel w/ your debug patch > applied: > -> root@thin:~# python +> root at thin:~# python > Python 2.7.6 (default, Nov 19 2013, 18:53:23) > [GCC 4.8.2] on linux2 > Type "help", "copyright", "credits" or "license" for more information. @@ -50,12 +50,12 @@ On Thu, Dec 05, 2013 at 09:42:25PM +0100, Arnaud Ebalard wrote: > ... "ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff", > ... "ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"*0x1f7f] > >>> -> >>> open("/tmp/block.raw", "w").write("".join(l).replace(' ', '').decode("hex")) root@thin:~# +> >>> open("/tmp/block.raw", "w").write("".join(l).replace(' ', '').decode("hex")) root at thin:~# > -> root@thin:/sys/kernel/debug/dynamic_debug# flash_erase /dev/mtd4 0 1 +> root at thin:/sys/kernel/debug/dynamic_debug# flash_erase /dev/mtd4 0 1 > Erasing 128 Kibyte @ 0 -- 100 % complete > -> root@thin:/sys/kernel/debug/dynamic_debug# nandwrite /dev/mtd4 /tmp/block.raw +> root at thin:/sys/kernel/debug/dynamic_debug# nandwrite /dev/mtd4 /tmp/block.raw > Writing data to block 0 at offset 0x0 > [ 784.543390] pxa3xx-nand d00d0000.nand: Ready time out!!! > libmtd: error!: cannot write 2048 bytes to mtd4 (eraseblock 0, offset 2048) @@ -178,15 +178,15 @@ On Thu, Dec 05, 2013 at 09:42:25PM +0100, Arnaud Ebalard wrote: > > So let's now do the same with a fully random block: > -> root@thin:/# dd if=/dev/urandom of=/tmp/block.random bs=131072 count=1 +> root at thin:/# dd if=/dev/urandom of=/tmp/block.random bs=131072 count=1 > 1+0 records in > 1+0 records out > 131072 bytes (131 kB) copied, 0.0406636 s, 3.2 MB/s > -> root@thin:~# flash_erase /dev/mtd4 0 1 +> root at thin:~# flash_erase /dev/mtd4 0 1 > Erasing 128 Kibyte @ 0 -- 100 % complete > -> root@thin:~# nandwrite /dev/mtd4 /tmp/block.random +> root at thin:~# nandwrite /dev/mtd4 /tmp/block.random > Writing data to block 0 at offset 0x0 > > In the log, I get the following: @@ -299,6 +299,6 @@ Thanks for the command trace! I'll look at this in detail tomorrow and let you know. -- -Ezequiel García, Free Electrons +Ezequiel Garc?a, Free Electrons Embedded Linux, Kernel and Android Engineering http://free-electrons.com diff --git a/a/content_digest b/N1/content_digest index c020ec9..ea8dac1 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -8,23 +8,16 @@ "ref\020131204142009.GB2486@localhost\0" "ref\087haaogx6j.fsf@natisbad.org\0" "ref\087d2lbrpvy.fsf@natisbad.org\0" - "From\0Ezequiel Garcia <ezequiel.garcia@free-electrons.com>\0" - "Subject\0Re: [PATCH v5 00/14] Armada 370/XP NAND supportg\0" + "From\0ezequiel.garcia@free-electrons.com (Ezequiel Garcia)\0" + "Subject\0[PATCH v5 00/14] Armada 370/XP NAND supportg\0" "Date\0Thu, 5 Dec 2013 19:24:31 -0300\0" - "To\0Arnaud Ebalard <arno@natisbad.org>\0" - "Cc\0Lior Amsalem <alior@marvell.com>" - Thomas Petazzoni <thomas.petazzoni@free-electrons.com> - Jason Cooper <jason@lakedaemon.net> - linux-mtd@lists.infradead.org - Gregory Clement <gregory.clement@free-electrons.com> - Brian Norris <computersforpeace@gmail.com> - " linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Thu, Dec 05, 2013 at 09:42:25PM +0100, Arnaud Ebalard wrote:\n" "> Hi Ezequiel,\n" "> \n" - "> arno@natisbad.org (Arnaud Ebalard) writes:\n" + "> arno at natisbad.org (Arnaud Ebalard) writes:\n" "> \n" "> > Could you try and dump the block to another flash. As I don't think I can\n" "> > attach a binary blob to this email, can you drop the following in a\n" @@ -51,7 +44,7 @@ "> I reused the block above to test on the kernel w/ your debug patch\n" "> applied:\n" "> \n" - "> root@thin:~# python\n" + "> root at thin:~# python\n" "> Python 2.7.6 (default, Nov 19 2013, 18:53:23) \n" "> [GCC 4.8.2] on linux2\n" "> Type \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n" @@ -73,12 +66,12 @@ "> ... \"ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\",\n" "> ... \"ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\"*0x1f7f]\n" "> >>>\n" - "> >>> open(\"/tmp/block.raw\", \"w\").write(\"\".join(l).replace(' ', '').decode(\"hex\")) root@thin:~#\n" + "> >>> open(\"/tmp/block.raw\", \"w\").write(\"\".join(l).replace(' ', '').decode(\"hex\")) root at thin:~#\n" "> \n" - "> root@thin:/sys/kernel/debug/dynamic_debug# flash_erase /dev/mtd4 0 1\n" + "> root at thin:/sys/kernel/debug/dynamic_debug# flash_erase /dev/mtd4 0 1\n" "> Erasing 128 Kibyte @ 0 -- 100 % complete \n" "> \n" - "> root@thin:/sys/kernel/debug/dynamic_debug# nandwrite /dev/mtd4 /tmp/block.raw \n" + "> root at thin:/sys/kernel/debug/dynamic_debug# nandwrite /dev/mtd4 /tmp/block.raw \n" "> Writing data to block 0 at offset 0x0\n" "> [ 784.543390] pxa3xx-nand d00d0000.nand: Ready time out!!!\n" "> libmtd: error!: cannot write 2048 bytes to mtd4 (eraseblock 0, offset 2048)\n" @@ -201,15 +194,15 @@ "> \n" "> So let's now do the same with a fully random block:\n" "> \n" - "> root@thin:/# dd if=/dev/urandom of=/tmp/block.random bs=131072 count=1\n" + "> root at thin:/# dd if=/dev/urandom of=/tmp/block.random bs=131072 count=1\n" "> 1+0 records in\n" "> 1+0 records out\n" "> 131072 bytes (131 kB) copied, 0.0406636 s, 3.2 MB/s\n" "> \n" - "> root@thin:~# flash_erase /dev/mtd4 0 1\n" + "> root at thin:~# flash_erase /dev/mtd4 0 1\n" "> Erasing 128 Kibyte @ 0 -- 100 % complete \n" "> \n" - "> root@thin:~# nandwrite /dev/mtd4 /tmp/block.random \n" + "> root at thin:~# nandwrite /dev/mtd4 /tmp/block.random \n" "> Writing data to block 0 at offset 0x0\n" "> \n" "> In the log, I get the following:\n" @@ -322,8 +315,8 @@ "and let you know.\n" "\n" "-- \n" - "Ezequiel Garc\303\255a, Free Electrons\n" + "Ezequiel Garc?a, Free Electrons\n" "Embedded Linux, Kernel and Android Engineering\n" http://free-electrons.com -6f1794fd11c18a49549331ea76ca004e32904b3c67b1930dbb45edb136040974 +01a2944298d68c559e21a7a599063252baa943be71a9f18f4d162242568ab8da
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.