Python library for hardware hacking with the GreatFET
Project description
GreatFET Python Package and Utilities
This software is developed for python3. It should be compatible with python2, but we do less testing with python2 and plan to drop python2 support in the future.
Installing or Updating Software
Unless you are developing software or testing software from git, you can install or update GreatFET software with:
sudo pip3 install --upgrade greatfet
Building and Installing Software
To build and install GreatFET software without pip, you will require:
If you are using git, the preferred way to install libgreat is to use the submodule. From inside the cloned greatfet directory:
git submodule init
git submodule update
Install libgreat:
cd libgreat/host
python3 setup.py build
sudo python3 setup.py install
cd ../..
Install greatfet:
cd host
python3 setup.py build
sudo python3 setup.py install
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
greatfet-2024.0.3-py3-none-any.whl
(455.9 kB
view hashes)
Close
Hashes for greatfet-2024.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | db0eef5c72e1543dbff712a6356b5c1f18adbca381c6307f5e9ea472d4b294c3 |
|
MD5 | 90766219dbc1a3f0c5c9ea98bf275830 |
|
BLAKE2b-256 | 20a9e889e80f0569fd08a2d638501e88016cfc11a521f94824ddd644e06b2017 |