Or is this part … perhaps like this… lol
perhaps_write_flash 0 224 perhaps_write_flash 1 16 perhaps_write_flash 2 16 perhaps_write_flash 3 16 perhaps_write_flash 4 1728 perhaps_write_flash 5 48
Spanner..
http://amstrad-e3-hacking.freeforums.net
From: Nick Griffinmailto:span1922@live.com Sent: Wednesday, 24 April 2019 12:08 To: Discussion of the Amstrad E3 emailer hardware/softwaremailto:e3-hacking@earth.li
is this right…??
perhaps_write_flash() { p=${1?} erase=${2?} f=/media/sda1/e3-nand-backup.$p dev=/dev/mtd$p
test -e $f || return
echo found $f echo erasing $erase on $dev flash_erase $dev 0 $erase echo writing flash nandwrite -on $dev $f }
perhaps_write_flash 0 224 perhaps_write_flash 0 16 perhaps_write_flash 0 16 perhaps_write_flash 0 16 perhaps_write_flash 0 1728 perhaps_write_flash 0 48
Spanner..
http://amstrad-e3-hacking.freeforums.net
From: Ralph Corderoymailto:ralph@inputplus.co.uk Sent: Wednesday, 24 April 2019 11:55 To: Discussion of the Amstrad E3 emailer hardware/softwaremailto:e3-hacking@earth.li
Hi Nick,
flash_erase /dev/mtd0 0 224
...
flash_erase /dev/mtd0 0 16
It always mtd0. There's too much repetition in the code so errors like this are likely to creep in. Consider the approach I suggested in https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.earth.... Then the `0' of mtd0, etc., it only typed once.
-- Cheers, Ralph.
_______________________________________________ e3-hacking mailing list e3-hacking@earth.li https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.earth....