1.1.1 Building drivers in Interrupt/Polling/DMA modes(source: LSP1.20_InstallationGuide.doc)
USB driver
The default mode of operation is “interrupt” or PIO. To enable DMA mode of operation, execute the following commands.
make menuconfig
Uncheck the option below –
[] Disable DMA (always use PIO)
[root@localhost ~]# cd /opt/mv_pro_4.0.1/montavista/pro/devkit/lsp/ti-davinci
[root@localhost ~]# make menuconfig
question:
1.why not to turn up the option below –
[] Disable DMA (always use PIO)
we need Building drivers in DMA modes
2.how to write ,read ,format and store files in the mount hdd of dm355 development board?please provide me some references.