Hello all, i recently bought the AT91SAM9M10-EKES development board and i am having a problem when trying to upload a new rootfs image using SAM-BA on Linux (Ubuntu).
I followed the steps of this guide (
http://www.at91.com/linux4sam/bin/view/ ... initiative) but after doing:
Code:
rmmod usbserial
modprobe usbserial vendor=0x03eb product=0x6124
lsusb -d 03eb:6124
I cannot see the new device, neither the /dev/ttyUSB0 node.
Instead of that, i get mounted the USB device partition:
Code:
[16269.401232] USB Mass Storage support registered.
[16269.404011] usb-storage: device found at 18
[16269.404015] usb-storage: waiting for device to settle before scanning
[16274.405246] usb-storage: device scan complete
[16274.406722] scsi 16:0:0:0: Direct-Access ATMEL Mass Storage MSD 0.01 PQ: 0 ANSI: 6
[16274.410121] sd 16:0:0:0: Attached scsi generic sg2 type 0
[16274.412799] sd 16:0:0:0: [sdb] 253440 512-byte logical blocks: (129 MB/123 MiB)
[16274.418586] sd 16:0:0:0: [sdb] Write Protect is off
[16274.418591] sd 16:0:0:0: [sdb] Mode Sense: 03 00 00 00
[16274.418594] sd 16:0:0:0: [sdb] Assuming drive cache: write through
[16274.430571] sd 16:0:0:0: [sdb] Assuming drive cache: write through
[16274.430577] sdb:
[16274.440591] sd 16:0:0:0: [sdb] Assuming drive cache: write through
[16274.440597] sd 16:0:0:0: [sdb] Attached SCSI removable disk
I would appreciate any help you could give me.
Thank you very much in advance, Francisco.