Skip to content

Instantly share code, notes, and snippets.

@Ivoz
Created July 20, 2020 04:49
Show Gist options
  • Select an option

  • Save Ivoz/13bce40b7b9aeb6e72e8aa5ab52f93bc to your computer and use it in GitHub Desktop.

Select an option

Save Ivoz/13bce40b7b9aeb6e72e8aa5ab52f93bc to your computer and use it in GitHub Desktop.
If you are able to run python code, use this to add python to your path on windows
import sys
from pathlib import Path
# Get the path to the Scripts directory
scripts_path = Path(sys.base_prefix) / "Tools" / "Scripts"
# Append it to python's import path so we can grab it
sys.path.append(str(scripts_path))
# Import the main function from the win_add2path script
from win_add2path import main
# run the main function to add python to out path
main()
@brucefourharts
Copy link

IVOZ - Hope this message finds you. I see you uploaded firmware for Voxelab. I am looking for Voselab Aquila Pro firmware - but I don't know where to start compiling what you posed. Do you have the .bin file for that original firmware? If so, can you post or send to me, or perhaps attach in a reply?

@Ivoz
Copy link
Author

Ivoz commented Nov 9, 2025

https://github.com/Ivoz/Voxelabs-Aquila-Firmware/tree/main/Pro you can download the 1.4.6 zip of firmware

manual

I suggest in future make an issue on the project, rather than a random file of mine

I never owned the pro, but I am not sure it ever used a bin file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment