原文出處:http://www.cnblogs.com/plinx/archive/2013/04/14/3019860.htmlhtml
感謝這位朋友,這裏記錄一下,方便之後查找。git
https://github.com/plinx/uboot_dnw
# core command
...
COBJS-y += cmd_usbd.o
#define CONFIG_S3C_USBD #define USBD_DOWN_ADDR 0xc0000000
注意:我這裏是開發板uboot的dnw和Linux下的dnw相互通信,並且在使用中發現不是很穩定,常常出現下面的狀況:github
Writing data...
failed!
具體緣由不是太清楚,但在dnw傳輸文件時,要保證開發板運行了dnw,並保持鏈接狀態。spa
Insert a OTG cable into the connector!
OTG cable Connected!
Now, Waiting for DNW to transmit data
若是仍是不行,檢查usb鏈接線,或者拔出從新插入,並且usb驅動是否加載上。code
運行命令: lsmod | grep secbulkhtm
secbulk 12728 0
說明驅動已經加載上。blog