Ravi B said:Wong
I do not have ready image with me (as i have verified long back). You can built new uImage with release kernel tree. You can choose USB Device mode with file storage gadget configuraton (refer to user's guide for info) for storage media you can use either simple file or SATA or NAND.
insmod g_file_storage.ko file=/mnt/sample.txt stall=0
Regards
Ravi B
Hi Ravi,
Can you show me the exact user's guide that you mentioned ?
I have built the default uImage from DaVinci-PSP-SDK-03.20.00.14 without making any configuration change.
When I connect USB to PC, I see the below message on console.
root@da850-omapl138-evm:~#
root@da850-omapl138-evm:~# da8xx_interrupt 512: Unhandled USB IRQ 00080001
da8xx_interrupt 512: Unhandled USB IRQ 00080001
da8xx_interrupt 512: Unhandled USB IRQ 00080001
musb_stage0_irq 774: unhandled DISCONNECT transition (a_idle)
root@da850-omapl138-evm:~#
I try to follow the below WIKI to configure USB Device mode with file storage gadget configuration, there is no such information in this page.
http://processors.wiki.ti.com/index.php/GSG:_Building_Software_Components_for_OMAP-L1/AM1x#USB_2.0
rgds,
kc Wong