Improper Command Sequence

David Woodhouse dwmw2 at infradead.org
Sat May 5 07:11:27 EDT 2001


ahennessy at mvista.com said:
> > Chip reports improper command sequence: status 0xa800a8

> a800a8 looks like the error status for low programming voltage detected -
> you need to add some code to handle set_vpp (and unset_vpp) for your board.

Bah. And I need to fix the blinkin' error reporting so it prints the 
correct message.

-		if (chipstatus & 0x30) {
+		if ((chipstatus & 0x30) == 0x30) {
 			printk(KERN_NOTICE "Chip reports improper command sequence: status 0x%x\n", status);



--
dwmw2






More information about the linux-mtd mailing list