I'm trying to use usbpush to download images for mini6410 but i can't get it. Somebody had used this way for transfer files to board? I have receive, always, the same message "Error downloading program", but if I use windows host, dnw works properly. Thanks
usbpush and mini6410
I tried to use usbpush on Tiny6410 and have experienced similar problem. I edited the source code of usbpush which is essentially a single c file to find where the program is encountering the problem and found that the call to usb_bulk_write function results in an error. Seriously any help in this regard will save a lot of my time ... eradicate the process of switching memory card between laptop and the board.
I've found a solution \o/ You have to change few constants #define QT2410_VENDOR_ID 0x04e8 #define QT2410_PRODUCT_ID 0x1234 #define QT2410_OUT_EP 0x02 now it works for any 6410 board. cheers ;d
Hi everybody, I'm trying to use usbpush, but it returns the message: "unable to open file" Somebody could know why is this happening? Thanks. Diogo