[E3-hacking] Config / content filesystem

Nick Griffin span1922 at live.com
Sat Apr 20 22:25:21 BST 2019


OK sorted it out now, (thanks to Ollie), will I be able to use these files to put the Amstrad firmware back on the E3 at all..?

question is here too http://amstrad-e3-hacking.freeforums.net/thread/9/config-content-filesystem?page=1&scrollTo=92

You don’t need to register to reply or leave a new thread there now.

Spanner..

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

From: Ralph Corderoy<mailto:ralph at inputplus.co.uk>
Sent: ‎Saturday‎, ‎20‎ ‎April‎ ‎2019 ‎18‎:‎39
To: Discussion of the Amstrad E3 emailer hardware/software<mailto:e3-hacking at earth.li>

Hi Nick,

> sudo nand-oob-strip.py e3-nand-backup.0 e3-nand.0: No such file or
> directory

Two things.  You probably don't need sudo as your ordinary user should
be able to read e3-nand-backup.0 and write e3-nand.0.  You have to
specify a path to the nand-oob-strip.py script for the shell to find it.
Since it's in the current directory, that's just `.', i.e.

    ./nand-oob-strip.py in.0 out.0

If that complains, then it's because ./nand-oob-strip.py lacks the
`execute' permission for you.  Either add it with chmod(1), or run the
Python interpreter directly:

    python3 nand-oob-strip.py in.0 out.0

Alternatively, to modify the file in place, so ensure they're not your
only copies, you can do

    LC_ALL=C perl -i -0777pe 's/(.{512})(.{16})/$1/gs' \
        e3-nand-backup.{0..5}

which substitutes every 512 bytes followed by 16 bytes with just the
512.

--
Cheers, Ralph.

_______________________________________________
e3-hacking mailing list
e3-hacking at earth.li
https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.earth.li%2Fmailman%2Flistinfo%2Fe3-hacking&data=02%7C01%7C%7C0c848394242c4830fc6e08d6c5b72a85%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636913787811205410&sdata=0kD8t8q7zfl%2FGDLfdCSjfHE%2B1A2ZbQ8DuiwML03509A%3D&reserved=0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.earth.li/pipermail/e3-hacking/attachments/20190420/731c8eaf/attachment.html>


More information about the e3-hacking mailing list