USB-Push

deha
Hi fellas,

Here I am in front of you with an outstanding problem again :)

I am trying to use the usbpush as it described but
unfortunately its giving an error like

"Unable to claim usb interface 1 of device: could not claim interface
0:Operation Not Permitted"

So I would like to know if any of you has got a problem like this.
Also when I try to re-build the binary, usb.h is missing, I found some
usb.h files on dvd but not sure which one is suitable. 

Any Ideas how to solve this problem??

and also is there any other way to update the NOR without J-TAG ?? For
supervivi

eduardo
hm,
let's see the first problem.

eduardo@eduardo-desktop:/opt/FriendlyARM/mini2440/linux-2.6.29/arch/arm/boot$
usbarmpush zImage 
Unable to claim usb interface 1 of device: could not claim interface 0:
Operation not permitted

Oh, seems like the same error that you posted... but TRYING TO EXECUTE AS
ROOT:

eduardo@eduardo-desktop:/opt/FriendlyARM/mini2440/linux-2.6.29/arch/arm/boot$
sudo usbarmpush zImage 
[sudo] password for eduardo: 
csum = 0x804e
send_file: addr = 0x30000000, len = 0x001f63ac

it work's!!
u.u

try out and tell us your result!!

the second problem:
i'm trying to know how to use j-tag. xD

regards

ps:
usbarmpush is a link that i created for usbpush program.

deha
OOps

I knew I am missing something really stupid..

But it is normal after working in front of pc for 8 hours in a row.
Thanx in anyway dude..
apriciated!

jeremy
Hi Guys !!

I got the same error than deha :

"Unable to claim usb interface 1 of device: could not claim interface
0:Operation Not Permitted"

I've tried what eduardo said :

sudo usbpush u-boot.bin

But unfortunetly I got the message :

"sudo: usbpush: command not found

I am using ubuntu 10.10

Thanks Everybody,

Jeremy

jeremy
I found it was a silly question.

I just add the path of usbpush

sudo .../usbpush/usbpush/ u-boot.bin

Have a nice day

ragip
you can give a link just like below

where did you download the usbpush, give correct directory
#ln -s ../usbpush/usbpush/usbpush /usr/bin/usbpush

you can use directly usbpush command at now.