Forum Discussion
Altera_Forum
Honored Contributor
19 years agoEPCS Flash
I am really a newbie to linux in general. I am working on a custom board that has an epcs64 device attached. From within cgi code wrote in "c" I need to access the epcs flash device and be able to ...
Altera_Forum
Honored Contributor
19 years agoTry it in another way,
1. get the image with "wget" "ftpget" or "tftp". 2. try with "cp" or "dd" , eg, "cp image.bin /dev/mtdblock0" .