<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>Ok so PBL boots from mtd3 partition first then so maybe its not flashing mtd3 properly…??</div>
<div><br>
</div>
<div>If you can see the data from the images I made then the data is there so what the hell it going on, why will it not boot up, just a black screen..??</div>
<div><br>
</div>
<div>Just found a site on info about NAND .. might be interesting reading.. <a style="text-align: left; color: rgb(102, 0, 153); text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: arial, sans-serif; font-size: small; font-style: normal; font-weight: 400; text-decoration: underline; word-spacing: 0px; white-space: normal; cursor: pointer; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px;" href="https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=2ahUKEwiOubGz2vLhAhWDyKQKHVTuA0MQFjAAegQIAxAB&url=http%3A%2F%2Fwww.linux-mtd.infradead.org%2Fdoc%2Fnand.html&usg=AOvVaw3BVVUuToL0Qz0nX11699kb" target="_parent" data-cthref="/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=2ahUKEwiOubGz2vLhAhWDyKQKHVTuA0MQFjAAegQIAxAB&url=http%3A%2F%2Fwww.linux-mtd.infradead.org%2Fdoc%2Fnand.html&usg=AOvVaw3BVVUuToL0Qz0nX11699kb" data-ctbtn="2">
<h3 class="LC20lb" style="margin: 0px; padding: 0px; line-height: 1.33; font-size: 18px; font-weight: normal; text-decoration: underline; display: inline-block;">
NAND data - Memory Technology Device (MTD) Subsystem for Linux</h3>
</a><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> ‎Sunday‎, ‎28‎ ‎April‎ ‎2019 ‎13‎:‎44<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>
> Does anyone know what mtd partition this line is from…<br>
> System module loader - LDR V1.5 Build:0008 Assert<br>
<br>
    $ LC_ALL=C grep -boa 'LDR V1.5 Build:0008 Assert' e3-nand-backup.?<br>
    e3-nand-backup.3:18472:LDR V1.5 Build:0008 Assert<br>
    $ <br>
<br>
18472 is the zero-based byte offset.<br>
<br>
That's the same file with the Q;Q; for LDR.<br>
<br>
    $ qq() {<br>
    >     LC_ALL=C perl -0777ne 'print $& while /Q;Q;.{0,32}/gs' "$@" |<br>
    >     hexdump -ve '36/1 "%_p" "\n"';<br>
    > }<br>
    $<br>
    $ for f in e3-nand-backup.?; do<br>
    >     qq $f | grep LDR | sed "s/^/$f /"<br>
    > done<br>
    e3-nand-backup.3 Q;Q;....Hf..........LDR.............<br>
    $<br>
<br>
-- <br>
Cheers, Ralph.<br>
<br>
_______________________________________________<br>
e3-hacking mailing list<br>
e3-hacking@earth.li<br>
https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.earth.li%2Fmailman%2Flistinfo%2Fe3-hacking&amp;data=02%7C01%7C%7Cb24f4cea327848637d7808d6cbd73f7d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636920522676824619&amp;sdata=jJS55M0P5wsB1z%2B7Uz0qZzV34nQlLPPwYD6xdpvi9rw%3D&amp;reserved=0<br>
</div>
</div>
</div>
</body>
</html>