well, with DOC_SINGLE_DRIVER things are much better, but:


./erase /dev/mtd0 0 128
Erase Unit Size 0x2000, Erase Total 128 Units
Performing Flash Erase of length 8192 at offset 0xfe000 done
+ dd if=docipl of=/dev/mtd0
1+0 records in
1+0 records out
+ dd if=docipl of=/dev/mtd0 seek=1
dd: /dev/mtd0: Permission denied
1+0 records in
1+0 records out
+ dd if=linuxbios.block of=/dev/mtd0 seek=2
dd: /dev/mtd0: Permission denied
126+0 records in
126+0 records out
+ dd if=vmlinux.bin.gz.block of=/dev/mtd0 seek=128
dd: /dev/mtd0: Permission denied
1408+0 records in
1408+0 records out


The erase worked. The first docipl worked. It appears the 'dd' with the
seek got EPERM ... 

I'm going to look but does this problem ring a bell?

thanks

Ron

Reply via email to