[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201006161250.45175.arnd@arndb.de>
Date: Wed, 16 Jun 2010 12:50:44 +0200
From: Arnd Bergmann <arnd@...db.de>
To: "Masayuki Ohtake" <masa-korg@....okisemi.com>
Cc: "Alan Cox" <alan@...rguk.ukuu.org.uk>,
"LKML" <linux-kernel@...r.kernel.org>,
"Andrew" <andrew.chih.howe.khor@...el.com>,
"Intel OTC" <joel.clark@...el.com>, "Wang, Qi" <qi.wang@...el.com>,
"Wang, Yong Y" <yong.y.wang@...el.com>
Subject: Re: [PATCH] Topcliff PHUB: Generate PacketHub driver
On Wednesday 16 June 2010, Masayuki Ohtake wrote:
> > Especially if you want to be able to use tools like 'cat', 'hexdump'
> > or 'dd' on the file descriptor, you need to implement support for
> > short reads.
> I don't know how to test(short read/write access).
> Could you tell me how to do the above ?
The easiest way is using dd, where you can specify the block
size as well as input and output offsets.
e.g.
dd if=/dev/topcliffphub of=testfile bs=7
Should be able to read the contents of the rom completely
without error conditions, copying seven bytes at a time.
dd if=inputfile of=/dev/topcliffphub bs=1 seek=1024 count=16
would write 16 bytes from inputfile into the rom at position 1024.
Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists