Giter Site home page Giter Site logo

Comments (19)

scheckley avatar scheckley commented on May 13, 2024 6

Hey! I have tried changing cables and ports on my computer. But I still get "usb_bulk_send () ERROR -7: Operation timed out".
My sunxi-tools version (1.4.2 + git20181114.6d598a-3).
I can't find 4.1.1-1 that is mentioned above.
I am on Debian Stable 10 Buster :)

I cannot find that version either and I am on the same version of sunxi-tools
I'm on Ubuntu 20.04 LTS

does this work? https://debian.pkgs.org/9/debian-main-amd64/sunxi-tools_1.4.1-1_amd64.deb.html

from flash-chip.

TerraRoot avatar TerraRoot commented on May 13, 2024 4

same issue, downgraded with a deb and comment out the package in the script to stop it updating again until i was done flashing my chip, happy to have it back working again!

from flash-chip.

bestouff avatar bestouff commented on May 13, 2024 1

I confirm the fix.

from flash-chip.

didier9 avatar didier9 commented on May 13, 2024

Additional information, outputs from dmesg and lsusb:
Flash-2

from flash-chip.

didier9 avatar didier9 commented on May 13, 2024

Also I had a scope on the 5V going to the CHIP (CHG-IN) and it is perfectly stable during the operation.

from flash-chip.

lucasrainett avatar lucasrainett commented on May 13, 2024

I'm having the same problem, also checked the voltage, and tried from different computers
The problem happens when running

from Ubuntu VM on Windows 10 Host and running
from a raspberry Pi 4
from ChromeOS laptop

from flash-chip.

didier9 avatar didier9 commented on May 13, 2024

I saw this post from a little while ago:
"Error -7 is a libusb problem which is mostly caused by bad cable"
But as I posted earlier, I did check the voltage on the CHIP with an oscilloscope and it is stable (I use an external 2A lab supply to power the CHIP). The R-Pi is powered from a 2A USB supply (which I bought from Adafruit with my first R-Pi). I communicate with the R-Pi via ssh, there is no direct connection to the PC.
The USB cable is the one that came with one of my Motorola phones and they are quite good.

from flash-chip.

subinsebastien avatar subinsebastien commented on May 13, 2024

I see this problem too.

from flash-chip.

scheckley avatar scheckley commented on May 13, 2024

It's not necessarily the cable. Check your version of sunxi-tools. I encountered this problem with Debian 10 which has the current stable sunxi-tools version 4.1.2. I rolled back to version 4.1.1-1 and the script then worked for my pocketchip (don't forget to comment out sunxi-tools from the apt install line in the script).

from flash-chip.

dementio avatar dementio commented on May 13, 2024

Rolling back to sunxi-tools fixed my "usb_bulk_send() ERROR -7: Operation timed out" issue as well.

from flash-chip.

ReubenBTalbott avatar ReubenBTalbott commented on May 13, 2024

This should now be fixed, the script installs an older version of sunxi-tools, it was tested on ubuntu but don't know if it works on debian though it should.

from flash-chip.

coffe avatar coffe commented on May 13, 2024

Hey! I have tried changing cables and ports on my computer. But I still get "usb_bulk_send () ERROR -7: Operation timed out".

My sunxi-tools version (1.4.2 + git20181114.6d598a-3).

I can't find 4.1.1-1 that is mentioned above.

I am on Debian Stable 10 Buster :)

from flash-chip.

Jonah6411 avatar Jonah6411 commented on May 13, 2024

Hey! I have tried changing cables and ports on my computer. But I still get "usb_bulk_send () ERROR -7: Operation timed out".

My sunxi-tools version (1.4.2 + git20181114.6d598a-3).

I can't find 4.1.1-1 that is mentioned above.

I am on Debian Stable 10 Buster :)

I cannot find that version either and I am on the same version of sunxi-tools
I'm on Ubuntu 20.04 LTS

from flash-chip.

Emzy avatar Emzy commented on May 13, 2024

Hey! I have tried changing cables and ports on my computer. But I still get "usb_bulk_send () ERROR -7: Operation timed out".
My sunxi-tools version (1.4.2 + git20181114.6d598a-3).
I can't find 4.1.1-1 that is mentioned above.
I am on Debian Stable 10 Buster :)

I cannot find that version either and I am on the same version of sunxi-tools
I'm on Ubuntu 20.04 LTS

does this work? https://debian.pkgs.org/9/debian-main-amd64/sunxi-tools_1.4.1-1_amd64.deb.html

This fixes it for me on Debian 10 (Raspberry PI4)

from flash-chip.

edo9k avatar edo9k commented on May 13, 2024

Confirming sunxi-tools downgrade fix.

from flash-chip.

pablonoel avatar pablonoel commented on May 13, 2024

I had the same problem using a RPI4, installed the sunxi tool with no avail.

Reading the oficial Next Thing documentation it says:

"If you are using a computer with USB3 ports, it’s suggested that you attach a USB2-compliant hub and connect your CHIP to the hub, instead of directly to the USB3 port."

So I switched from the usb3 port to the usb2 port of my RPi4 and it worked perfectly fine.

from flash-chip.

dorin131 avatar dorin131 commented on May 13, 2024

Here is how you downgrade sunxi-tools on newer versions of Ubuntu based distros.

  • Append deb http://de.archive.ubuntu.com/ubuntu/ bionic main universe to /etc/apt/sources.list
  • Do sudo apt update
  • Install the package: sudo apt install sunxi-tools=1.4.1-1
  • Mark hold to prevent upgrade: apt-mark hold sunxi-tools
  • To prevent any other complications Remove deb http://de.archive.ubuntu.com/ubuntu/ bionic main universe from /etc/apt/sources.list

Then you can flash.

from flash-chip.

wersimmon avatar wersimmon commented on May 13, 2024

Here is how you can downgrade sunxi-tools on Debian

  • Add a source that has the older version of sunxi-tools: nano /etc/apt/sources.list and append deb http://deb.debian.org/debian/ stretch main
  • Update apt's cache: sudo apt update
  • Install the package: sudo apt install sunxi-tools=1.4.1-1
  • Mark hold to prevent it from being upgraded: apt-mark hold sunxi-tools
  • To avoid complications you can remove stretch main from the sources.list again

from flash-chip.

TroyFletcher avatar TroyFletcher commented on May 13, 2024

Hey! I have tried changing cables and ports on my computer. But I still get "usb_bulk_send () ERROR -7: Operation timed out".
My sunxi-tools version (1.4.2 + git20181114.6d598a-3).
I can't find 4.1.1-1 that is mentioned above.
I am on Debian Stable 10 Buster :)

I cannot find that version either and I am on the same version of sunxi-tools
I'm on Ubuntu 20.04 LTS

does this work? https://debian.pkgs.org/9/debian-main-amd64/sunxi-tools_1.4.1-1_amd64.deb.html

Downloading this deb file, and downgrading fixed the issue, but you must comment out the flash.sh script's apt install of the tools, as this will re-upgrade the package you just downgraded.

Running Flash.sh with the sunxi-tools 1.4.1-1 solved the issue for me!

from flash-chip.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.