Mini6410 + Windows 7

Attila
I can't connect my Mini6410 to Windows 7 machine - USB driver problem.
Where can I find the correct USB driver to Mini6410 for my Windows 7?

stereo_m
Here is something for the mini2440, dunno if it works:
http://mini2440.netyxia.net/viewtopic.php?f=11&t=2

Attila
Unfortunately doesn't work!
Have you got any other idea?

Fabien
It should work.

I bet you haven't installed the drivers. ;) 

download the second link on the page. (complete package)

Attila
I've installed the full version: 
http://www.rfit.hu/_Files/Mini6410/Clipboard01.jpg
But got these messages:
http://www.rfit.hu/_Files/Mini6410/Clipboard02.jpg
http://www.rfit.hu/_Files/Mini6410/Clipboard03.jpg
Doesn't work.
Look through screens, please!

Fabien
my bad, I though you had a mini2440 :p

what you could do, is go to the device manager, open the mini6410
properties and find the VID, PID.

when you do properties on a usb device, you have lots of infos in the
"details" tab.

I need the one that looks like this: USB\VID_046D&PID_08D9\5&292E7584&0&1

then I will modify my program to add support for the mini6410.

Attila
Fabien, no problem at all...
I've found this one: USB\VID_0424&PID_2514\5&868e399&0&5

Fabien
I will upload the new version this evening (EU time)

Which drivers and upload tool are you supposed to use with the mini6410 ?
Is it still DNW ?

Attila
I don't mind, really.

Fabien
give it a try:

http://v3.netyxia.net/~mobyfab/mini6410/Mini2440-6410-USB-Transfer-Tool.rar

let's see if it works :)

Attila
Thanks, my device works!

linuxarm
hello,fabien, 

I have registered in your mini2440.netyxia.net, but the account is still
inactive. 

My 6410 board is SEC S3C6400X Test B/D,and the USB vid is :
USB\VID_04E8&PID_1234&REV_0100 or USB\VID_04E8&PID_1234

Can you add it to your "supervivi transfer tool"? I think you can define
some selectable items or a .ini file for users to select their own board.

I have do all my work in Ubuntu 10.10. I use minicom and
xdnw(http://code.google.com/p/xdnw/), xdnw is an opensource project and I
modified the .h file to use it on my own board.

But my win7 x64 still can not work ,so I hope you can give me the newest
version of the "supervivi transfer tool", I wanto have a try. My email is
cuidongwei@gmail.com

canyiah
I finally got the usb driver to work in windows 7!!!! here are the steps i
used some of these may not be necessary but I am just noting the steps i
took also i havent downloaded anything to the board yet but now that
windows 7 recognizes the usb port of the board i dont see why it wouldnt
work

FIRST CONNECT POWER, SERIAL, AND USB TO THE COMPUTER FROM THE MINI AND
POWER THE BOARD

1) download Fabiens tool from google 
http://code.google.com/p/supervivi-transfer-tool/downloads/detail?name=S...=

2)the unzip the file somewhere you plan on keeping the program(i put it on
my desktop ill have to move it now that it works)
3)run LibUsbDotNet_Setup.2.2.7.exe(its a standard install though i did
check the option about the usb device that was uncheck)
4)here is where it got tricky for me right clicking the .inf file didnt
install the driver I had to open cmd prompt as admin(click the windows
button type cmd(dont click enter) when cmd comes up right click on it as
goto run as administrator then type:
rundll32.exe advpack.dll, LaunchINFSection ((the location of the
Mini2440.inf file))
ex) rundll32.exe advpack.dll, LaunchINFSection C:\Users\Own
sktop\SuperVivi-Transfer-Tool-Complete\Driver\Mini2440.inf, DefualtInstall

there will be no diagnostic messages only a blank line then the prompt will
come back.(again this may or may not have to be done)

then i went to device manager(right click my computer->properties- on the
left side click device manager
5) look for the usb device it will have a yellow exclamition point because
windows cant find the driver(if you cant find it disconnect the usb cable
the device will be removed from device manager then reconnect it the new
device that appears is your usb driver it was name S/C something)
6) right click on the usb driver -> click unistall 
7)once uninstalled right the device -> update driver->browse my computer
for driver-> type in the location where SuperVivi-Transfer-Tool-Complete is
located 
8) a dialog box will come up asking do you want to install a un verified
driver click yes.
9) now device manager will see the device as mini2440 
10) open SuperVivi-transfer-tool as admin reset the board and now the
device usb will show as connected


thanks Fabien for the tool I need to learn more about driver installation
in windows its pretty cool that he wrote this for windows ill have to look
at his source some day.

canyiah
when running LibUsbDotNet_Setup.2.2.7.exe i used the files that came with
the zip so if you installed the driver already windows will ask if you want
to re-write click yes

canyiah
in step 4)

rundll32.exe advpack.dll, LaunchINFSection ((the location of the
Mini2440.inf file))

should be

rundll32.exe advpack.dll, LaunchINFSection ((the location of the
Mini2440.inf file)), DefaultInstall

Prafullkumar
Thank you canyiah

Madhan
@ canyiah..

Thank you so much...

now my usb driver is working properly, and it is detecting the device in
"device manager".....

but, In DNW, when i am trying to download bootloader a into mini2440 from
host...it is showing a message as "usb host is not connected yet" (the
message is coming in response to the command 'V' given)...can any one
please tell me how to download bootloader, kernel..etc..with this usb.

Lion-O
thank you canyiah for the step by step solution.
i did all steps and now windows 7 device manager recognizes my mini2440.
but i still have an issue to download and run my bin file (i use the d
command in the menu after starting in S2=NOR).
i tried to use FriendlyARM MiniTools which can be found in the ftp server
of FriendlyARM
(ftp://162.251.81.100/2440Board/Tools/MiniTools-USBDownloadToolsForWindows/).
user and password can be found here:
http://www.friendlyarm.net/downloads#download
help on that would be much appreciated

sunil
good