KO
|
EN
gitlite โ search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
nextui-updater-pak
โ 47
Open GitHub โ
Updater for NextUI
Download README (.md)
Explore Similar Repositories
placenoter
:
Chrome extension to turn browser's default new tab into note-taking machine.
portfolio
:
Simple and minimalist portfolio using Nextjs and NextUI.
Alicorn
:
That launcher of the block game, once with the magic of friendship.
tronMonitor
:
Using React + NextUI + Next.js for monitoring the transcation from Tron Chain
animated_portfolio
:
Jose's portfolio made with React Tailwind & Motion ๐พ
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
nextui-updater-pak
?
Download (.md)
 # NextUI OTA Updater PAK A PAK for updating NextUI on-device (aka OTA), tested on the TrimUI Brick (but might work on the Smart Pro as well). Wifi required (obviously). ## Installation Unzip the `nextui-updater-pak.zip` file to the root of your SD card (merge the contents). ## Controls - **D-pad Up/Down**: Navigate between buttons - **Button A**: Select - **Button B**: Go Back/Exit - **Button X**: Version Select ## Building for tg5040/tg5050/my355/h700 using [cross-rs](https://github.com/cross-rs/cross) ```bash cross build --release --target=aarch64-unknown-linux-gnu ``` The compiled binary will be in `target/aarch64-unknown-linux-gnu/release/nextui-updater-rs`. ## Building release zip ```bash scripts/create_pak.sh ``` The zip file will be in `./nextui-updater-pak.zip`. ## License This project is open source and available under the MIT License. ## Contributing Many improvements are possible and contributions are welcome! Please feel free to submit a Pull Request.