Hi.
andrzej zaborowski wrote:
On 17/11/2007, Thorsten Zitterell <[EMAIL PROTECTED]> wrote:
Patch to add gumstix verdex board support.
The code has:
+ /* Interrupt line of NIC is connected to GPIO line 49 */
+ smc91c111_init(&nd_table[0], 0x04000300,
+ pxa2xx_gpio_in_get(cpu->gpio)[99]);
Should it be 49 or 99?
99 is right.
Regarding the usage example, I think not many people will look into
the code for this kind of information, it would be of more use in the
mailing list archives and optionally the docs.
I will give better documentation and provide example images for the docs
soon.
Do these boards have an LCD? If not, you can pass NULL as the "ds"
parameter to pxa2xx_init() I think (not tested). I see that -nographic
is used in both examples.
There are optional LCDs for both connex and verdex boards. I do not have
one so I could not test how they are supposed to work on the real
hardware. However, booting a Gumstix image in QEMU shows graphical
output with the company logo when not using "-nographic".
--
Thorsten