Ok so PBL boots from mtd3 partition first then so maybe its not flashing mtd3 
properly…??

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..??

Just found a site on info about NAND .. might be interesting reading.. 
<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>
NAND data - Memory Technology Device (MTD) Subsystem for Linux


Spanner..

http://amstrad-e3-hacking.freeforums.net

From: Ralph Corderoy<mailto:[email protected]>
Sent: ‎Sunday‎, ‎28‎ ‎April‎ ‎2019 ‎13‎:‎44
To: Discussion of the Amstrad E3 emailer 
hardware/software<mailto:[email protected]>

Hi Nick,

> Does anyone know what mtd partition this line is from…
> System module loader - LDR V1.5 Build:0008 Assert

    $ LC_ALL=C grep -boa 'LDR V1.5 Build:0008 Assert' e3-nand-backup.?
    e3-nand-backup.3:18472:LDR V1.5 Build:0008 Assert
    $

18472 is the zero-based byte offset.

That's the same file with the Q;Q; for LDR.

    $ qq() {
    >     LC_ALL=C perl -0777ne 'print $& while /Q;Q;.{0,32}/gs' "$@" |
    >     hexdump -ve '36/1 "%_p" "\n"';
    > }
    $
    $ for f in e3-nand-backup.?; do
    >     qq $f | grep LDR | sed "s/^/$f /"
    > done
    e3-nand-backup.3 Q;Q;....Hf..........LDR.............
    $

--
Cheers, Ralph.

_______________________________________________
e3-hacking mailing list
[email protected]
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
_______________________________________________
e3-hacking mailing list
[email protected]
https://www.earth.li/mailman/listinfo/e3-hacking

Reply via email to