can only save empty files

David Woodhouse dwmw2 at infradead.org
Fri Mar 5 18:53:14 EST 2004


On Fri, 2004-03-05 at 14:15 -0900, libber at deathgrab.com wrote:
> Greetings, I am trying to get a read/write partition working for the
> linksys WRT54G. 

I believe the bus controller is set up wrong, and read of less than a
full buswidth are returning incorrect data.

IIRC the fix was to make copy_from() of an odd length in your particular
map driver copy the last word into a local buffer, then copy only the
required bytes from that.

That or find chip docs and fix up the bus controller setup. :)

-- 
dwmw2




More information about the linux-mtd mailing list