<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="generator" content="Windows Mail 17.5.9600.22013">
<style type="text/css"><!--html { font-family: "Color Emoji", "Calibri", "Segoe UI", "Meiryo", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "sans-serif"; }--></style><style data-externalstyle="true"><!--
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
}
p.MsoNormal, li.MsoNormal, div.MsoNormal {
margin:0in;
margin-bottom:.0001pt;
}
p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst, 
p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle, 
p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
line-height:115%;
}
--></style>
</head>
<body dir="ltr">
<div data-externalstyle="false" dir="ltr" style="font-family: 'Calibri', 'Segoe UI', 'Meiryo', 'Microsoft YaHei UI', 'Microsoft JhengHei UI', 'Malgun Gothic', 'sans-serif';font-size:12pt;">
<div>I copied it twice not and still getting.. </div>
<div>
<pre style="color: rgb(0, 0, 0); text-transform: none; text-indent: 0px; letter-spacing: normal; font-style: normal; font-weight: 400; word-spacing: 0px; white-space: pre-wrap; orphans: 2; widows: 2; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; overflow-wrap: break-word;">Amstrad Delta - PBL V4.9 Build:1311 Assert Debug ICE
PBL 32MB NAND
0MB.-->MEMv01.00.002,CopyLim=00220000h,CodeEnd=01400000h-->PBL......1MB.......2MB*

</pre>
<br class="Apple-interchange-newline">
and that's it…??????<br>
</div>
<div data-signatureblock="true">
<div><br>
</div>
<div>Spanner..<br>
<br>
http://amstrad-e3-hacking.freeforums.net</div>
<div><br>
</div>
</div>
<div style="padding-top: 5px; border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;">
<div><font face=" 'Calibri', 'Segoe UI', 'Meiryo', 'Microsoft YaHei UI', 'Microsoft JhengHei UI', 'Malgun Gothic', 'sans-serif'" style="line-height: 15pt; letter-spacing: 0.02em; font-family: "Calibri", "Segoe UI", "Meiryo", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "sans-serif"; font-size: 12pt;"><b>From:</b> <a href="mailto:ralph@inputplus.co.uk" target="_parent">Ralph
 Corderoy</a><br>
<b>Sent:</b> ‎Wednesday‎, ‎24‎ ‎April‎ ‎2019 ‎18‎:‎02<br>
<b>To:</b> <a href="mailto:e3-hacking@earth.li" target="_parent">Discussion of the Amstrad E3 emailer hardware/software</a></font></div>
</div>
<div><br>
</div>
<div dir="">
<div id="readingPaneBodyContent">Hi Nick,<br>
<br>
> Starting restore.. This might take a while...<br>
> found /media/sda1/e3-nand.0<br>
> erasing 224 on /dev/mtd0<br>
> Erase Total 224 Units<br>
> Performing Flash Erase of length 16384 at offset 0x37c000 done offset 0x1f8000<br>
> writing flash<br>
> Input file is not page aligned<br>
<br>
That's nandwrite detecting the file's length means it doesn't contain a<br>
whole number of what it expects.<br>
<br>
> Data did not fit into device, due to bad blocks<br>
<br>
That's just a secondary error caused by the first that can be ignored;<br>
a bug in nandwrite.<br>
<br>
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fvamanea%2Fmtd-utils%2Fblob%2Fmaster%2Fnandwrite.c%23L46&amp;data=02%7C01%7C%7Cd36d4996bec941d4b67b08d6c8d6960c%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636917221299719040&amp;sdata=tqQAEOxwu7Ey0gQMAqIlKTqnndQi23B7602etPhZbTs%3D&amp;reserved=0
 says -o<br>
means image contains OOB data, but we've stripped it out so the<br>
    nandwrite -on $dev $f<br>
you have needs to be<br>
    nandwrite -n $dev $f<br>
<br>
That's assuming it's okay to write the data without the OOB part;<br>
I don't know about mtd but that's the implication I picked up from<br>
earlier in this thread.<br>
<br>
-- <br>
Cheers, Ralph.<br>
<br>
_______________________________________________<br>
e3-hacking mailing list<br>
e3-hacking@earth.li<br>
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.earth.li%2Fmailman%2Flistinfo%2Fe3-hacking&amp;data=02%7C01%7C%7Cd36d4996bec941d4b67b08d6c8d6960c%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636917221299719040&amp;sdata=lKEW6KrsdX2A56l5nHqGm8eI3MrTny0BCG4ZRs8Nuns%3D&amp;reserved=0<br>
</div>
</div>
</div>
</body>
</html>