Atmel At91sam9263-EK USB mouse and keyboard do not work

Here is the code in build file,
#######################################################################
## USB driver
#######################################################################
display_msg Starting USB driver…
io-usb -d ohci ioport=0x00a00000,irq=29 &

#######################################################################
## Input Drivers
#######################################################################
display_msg starting Input Drivers
#
io-hid -dusb &
waitfor /dev/io-hid/io-hid 10
devi-hid mouse kbd &

USB driver and input driver start with no error, but when attaching mouse or keyboard to the board, they do not work.

Are there anything wrong with it?

Thanks

Hello Gaozd ,
Maybe it is worth while to check hardware. I have seen a similar problem which was caused by an inadequate power supply.
Regards,
Yuriy

Hi Yuriy,
The keyboard works under linux system, so I assume the USB hardware should be OK.

Thanks,
Gaozd