Hi,
I just finished to build all files for boot Linux (Linaro) on my Zedboard. When Linaro is booting up the USB mouse is not mount. I have this message :
ALSA device list:
#0: HDMI monitor
#1: ZED ADAU1761
EXT4-fs (mmcblk0p2): warning: mounting fs with errors, running e2fsck is recommended
EXT4-fs (mmcblk0p2): Errors on filesystem, clearing orphan list.
EXT4-fs (mmcblk0p2): recovery complete
EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
VFS: Mounted root (ext4 filesystem) on device 179:2.
I should have :
ALSA device list:
#0: HDMI monitor
#1: ZED ADAU1761
input: DELL DELL USB Laser Mouse as /devices/amba.1/e0002000.usb/zynq-ehci.0/usb1/1-1/u200B1-1:1.0/input/input0
hid-generic 0003:046D:C063.0001: input,hidraw0: USB HID v1.10 Mouse [DELL DELL USB Laser Mouse] on usb-zynq-ehci.0-1/input0
random: nonblocking pool is initialized
EXT4-fs (mmcblk0p2): 2 orphan inodes deleted
EXT4-fs (mmcblk0p2): recovery complete
EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
VFS: Mounted root (ext4 filesystem) on device 179:2.
Thanks
Jo