Re: Downloading Nk.bin from Eboot through USB
- From: "Henrik Viklund" <henrik.viklund@xxxxxxxxx>
- Date: 8 Mar 2007 12:21:33 -0800
Timeout:
You say you've added "functionalities for downloading via USB using
Bulk mode". What do you mean with "downloading via USB using Bulk
mode"? "Bulk mode" is only relevant in a discussion about endpoints.
Anthony is referring you to RNDIS information (a USB class utilizing
bulk, control and interrupt endpoints!).
If you don't have a valid RNDIS class implementation in your
bootloader, messing around with RNDIS host drivers on the workstation
will get you nowhere. First, I think you should explain what you have
actually added to the bootloader. What USB function class have you
added to the bootloader?
Henrik Viklund
http://www.addlogic.se
On Mar 8, 8:05 pm, "kracks" <kirthikai...@xxxxxxxxx> wrote:
On Mar 9, 12:00 am, "kracks" <kirthikai...@xxxxxxxxx> wrote:
On Mar 8, 11:53 pm, "Anthony Pellerin"
<apellerin@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Did you have a look at the hardware manager of your host machine to see what
vendor & device ID are read, and see whether you can install the driver this
way?
HTH
--
--
--
----------------------------------------------------------------
Anthony Pellerin (eMVP)
ADENEO (ADESET)
Windows Embedded Consultant
<apellerin AT adeneo DOT adetelgroup DOT com>http://www.adeneo.adetelgroup.com
Tél : +33 (0)4.72.18.57.77
Fax : +33 (0)4.72.18.57.78
----------------------------------------------------------------
"kracks" <kirthikai...@xxxxxxxxx> a écrit dans le message de news:
1173378453.934944.318...@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Mar 8, 6:01 pm, "Anthony Pellerin"
<apellerin@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Does your host PC detects good vendor & device ID for your device?
--
--
--
----------------------------------------------------------------
Anthony Pellerin (eMVP)
ADENEO (ADESET)
Windows Embedded Consultant
<apellerin AT adeneo DOT adetelgroup DOT
com>http://www.adeneo.adetelgroup.com
Tél : +33 (0)4.72.18.57.77
Fax : +33 (0)4.72.18.57.78
----------------------------------------------------------------
"kracks" <kirthikai...@xxxxxxxxx> a écrit dans le message de news:
1173334496.552333.139...@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Mar 7, 4:04 pm, "Anthony Pellerin"
<apellerin@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
check outhttp://www.microsoft.com/whdc/device/network/NDIS/rndis.mspx
HTH
--
--
--
----------------------------------------------------------------
Anthony Pellerin (eMVP)
ADENEO (ADESET)
Windows Embedded Consultant
<apellerin AT adeneo DOT adetelgroup DOT
com>http://www.adeneo.adetelgroup.com
Tél : +33 (0)4.72.18.57.77
Fax : +33 (0)4.72.18.57.78
----------------------------------------------------------------
"kracks" <kirthikai...@xxxxxxxxx> a écrit dans le message de news:
1173263773.035010.132...@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Mar 5, 8:33 pm, "Anthony Pellerin"
<apellerin@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
The only way to do is implementing theUSBsupport to youreboot. Have a
look at the MainstoneIII BSP for CE6 where it seems to be supported.
HTH
--
--
--
----------------------------------------------------------------
Anthony Pellerin (eMVP)
ADENEO (ADESET)
Windows Embedded Consultant
<apellerin AT adeneo DOT adetelgroup DOT
com>http://www.adeneo.adetelgroup.com
Tél : +33 (0)4.72.18.57.77
Fax : +33 (0)4.72.18.57.78
----------------------------------------------------------------
"kracks" <kirthikai...@xxxxxxxxx> a écrit dans le message de news:
1173016534.075195.292...@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
I am working inWince.5.0 for SMDK2440.
I want to download myNk.binfromeboot(boot loader main menu) using
USB.
I haveUSBdevice in SMDK2440.
How i have to configure and sync myUSBto host.(PC)
Where i can refer for configuring myUSBdevice.
What are the steps i have to follow if i have to download myNk.bin
throughUSB.
Thanks
Kirthika- Hide quoted text -
- Show quoted text -
Hi sir,
I initializedUSBinusb.c and added functionalities for downloading
viaUSBusing Bulk mode.
MyUSBis not recognized by my Host.(PC)
I checked twice.
What are the things i have to verify again for making my PC
recognizing myUSBdevice.
Thanks
Kirthika- Hide quoted text -
- Show quoted text -
Hi,
I downloaded NDIS from Microsoft and added to existing drivers(.sys)
in PC.
Still myUSBis not recognized.
Anything i have to do in Kernel or wince500/public/common/oak/drivers/
USBfunction drivers//...
Thanks
Kirthika- Hide quoted text -
- Show quoted text -
Hi,
My PC is not recognizing myUSBdevice.(Windows doesn't recognizeUSB)
I checked with DNW utility provided my Samsung.
It says can't openUSBdevice..
What are the possible reasons for it..
Thanks
Kirthika- Hide quoted text -
- Show quoted text -
Hi,
I verified there also.
Nothing is registered..
I tried installing there. But failed to install.
May i know what are the stuffs i hv to add in my code when i want to
download myNk.binthroughUSB.
these are the steps i did sir.
First i resetUSB.
Then initialized descriptors.
interrupt part done in usbs.s
i didnt add anything in startup.s for IRQ
Then configured ep0,ep1,ep2.
then DMA is configured..
First 64bytes read through interrupt transfer.
Then through DMA.
I don't know where i went wrong.
Any thing i have to add..
Thanks
Kirthika- Hide quoted text -
- Show quoted text -
Hi,
How can i configure my USB device in Eboot.
Any web site to refer..
regards
Kirthika- Hide quoted text -
- Show quoted text -
.
- Follow-Ups:
- Re: Downloading Nk.bin from Eboot through USB
- From: kracks
- Re: Downloading Nk.bin from Eboot through USB
- References:
- Downloading Nk.bin from Eboot through USB
- From: kracks
- Re: Downloading Nk.bin from Eboot through USB
- From: Anthony Pellerin
- Re: Downloading Nk.bin from Eboot through USB
- From: kracks
- Re: Downloading Nk.bin from Eboot through USB
- From: Anthony Pellerin
- Re: Downloading Nk.bin from Eboot through USB
- From: kracks
- Re: Downloading Nk.bin from Eboot through USB
- From: Anthony Pellerin
- Re: Downloading Nk.bin from Eboot through USB
- From: kracks
- Re: Downloading Nk.bin from Eboot through USB
- From: Anthony Pellerin
- Re: Downloading Nk.bin from Eboot through USB
- From: kracks
- Re: Downloading Nk.bin from Eboot through USB
- From: kracks
- Downloading Nk.bin from Eboot through USB
- Prev by Date: Re: Compile problem
- Next by Date: Re: Compile problem
- Previous by thread: Re: Downloading Nk.bin from Eboot through USB
- Next by thread: Re: Downloading Nk.bin from Eboot through USB
- Index(es):
Relevant Pages
|