mirror of
https://github.com/kennethreitz/update-pocket.git
synced 2026-06-05 22:50:19 +00:00
eacf1535f7da17961b89eb65d918fe8b4f736aeb
Had to find the `uni-bios_1_0.rom` elsewhere since theypsilon just has the official bioses
update_pocket
update_pocket is cross-platform script to update your Analogue Pocket firmware, openFPGA cores, and any required dependencies.
Requirements
- Python 3
requests, beautifulsoup4python modules
macOS and Linux users
- Back up your pocket sd card contents somewhere.
- Download this repo and unzip the contents of
update-pocket-mainonto the root of your pocket sd card - Run
update_pocket.sh, it will update the updater (!) and install required dependencies
Windows users
- Back up your pocket sd card contents somewhere.
- Install python (can be done from Microsoft Store or here)
- Open Command Prompt or Powershell and enter
python -m pip install requests beautifulsoup4 - Download this repo and unzip the contents of
update-pocket-mainonto the root of your pocket sd card - Run
update_pocket.bat
Are you getting rate limited?
GitHub has strict rate limits for unauthorized users. For most folks this won't be an issue. If you want to get around this create a file .github_token with your GitHub API Key in it and put it in the same directory as the updater.
How can I add a new core?
Just open repo.json and add your repository name, then submit a PR. Make sure you publish a zipped release so that we can find it!
Description
Languages
Python
83%
Shell
15.5%
Batchfile
1.5%
