Search Criteria
Package Details: python-pyamlboot-git r91.d7806ac-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pyamlboot-git.git (read-only, click to copy) |
---|---|
Package Base: | python-pyamlboot-git |
Description: | Amlogic USB Boot Protocol Library |
Upstream URL: | https://github.com/superna9999/pyamlboot |
Licenses: | MIT |
Conflicts: | python-pyamlboot |
Provides: | python-pyamlboot |
Submitter: | userbyte |
Maintainer: | userbyte |
Last Packager: | userbyte |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-12-12 04:53 (UTC) |
Last Updated: | 2025-04-23 03:08 (UTC) |
Dependencies (10)
- python (python37AUR)
- python-dateparser
- python-dateutil (python-dateutil-gitAUR)
- python-lxml
- python-pyusb (python-pyusb-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
userbyte commented on 2025-04-23 03:07 (UTC)
silly mistake on my part! ive added pyusb as a dependency. thanks :)
compgamer89 commented on 2025-04-22 00:12 (UTC)
Looks like it's missing a dependency on python-pyusb:
userbyte commented on 2025-04-14 05:35 (UTC)
just now saw your comments, sorry!
i dont maintain the upstream package, i believe your issue is related to pyamlboot itself, you may have better luck creating an issue on their GH repo. i am not well versed enough in low level USB stuff to troubleshoot your issue, havent had anything like that occur in my testing, what i will say is USB can be finicky with permissions so maybe its a udev thing.
as for the deprecation notice, this package is tied to the git and is currently on the latest commit. a PR to upstream could resolve that.
xenobro commented on 2025-04-08 17:57 (UTC) (edited on 2025-04-08 18:13 (UTC) by xenobro)
Update: after rerunning "boot.py" with an "armbian" image, it seemed to work for a while, then almost the same error messages appeared, except different at the end:
Are those messages related to the python-pyusb-git I had to install manually to get pyamlboot running?
xenobro commented on 2025-04-07 21:34 (UTC) (edited on 2025-04-08 17:44 (UTC) by xenobro)
When trying to burn a tanix image, there is seemingly no errors on screen, but the box doesn't boot:
When trying an armbian image (that used to work) however, this appears immediately on screen:
Any ideas? Thank you very much.
xenobro commented on 2025-04-07 20:11 (UTC) (edited on 2025-04-07 20:29 (UTC) by xenobro)
I'm trying to unbrick a Tanix Tx5 Pro (S905X, gxl_p212_2g) with pyamlboot, but I'm running into some issues with the program. Initially t gave me errors about "usb.core" missing, but that was solved by installing python-pyusb-git. But now the box disappears from lsusb after "boot.py" until disconnected and reconnected, and I'm not even sure what "boot.py" did:
There's also the deprecation warning, but the main issue is that, after the first "boot,py", this happens if it run it again, after the box is no longer in lsusb:
Can somebody help? Thank you very much.