Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for aml flash tool on arm64 processors (run the tool on VIM3) #20

Open
poornimash opened this issue Jun 9, 2023 · 1 comment

Comments

@poornimash
Copy link

I am having this issue, I am trying to update VIM3 device using another VIM3 device that is running Ubuntu18.04.
I edited the install script looking for 32 bit versions and I edited it to work on arm by changing
lib32z1 -> zlib1g
lib32stdc++6 -> libstdc++6
lib32ncurses5 -> libncurses5

I still got this error ./update: error while loading shared libraries: libusb-0.1.so.4: cannot open shared object file: No such file or directory,
I then copied this file from my aarch64 folder to usr/lib folder and then get the error
./update: error while loading shared libraries: libusb-0.1.so.4: wrong ELF class: ELFCLASS64
Can you please advice on how to proceed?

@pablomuri
Copy link

pablomuri commented Jul 25, 2024

Hello @poornimash, have you been able to solve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants