https://github.com/mcmilk/uboot-utils
Utilities for flashing routers and setting up the uboot environment
https://github.com/mcmilk/uboot-utils
Last synced: about 1 month ago
JSON representation
Utilities for flashing routers and setting up the uboot environment
- Host: GitHub
- URL: https://github.com/mcmilk/uboot-utils
- Owner: mcmilk
- Created: 2017-03-05T14:39:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T18:14:00.000Z (about 3 years ago)
- Last Synced: 2025-04-30T07:07:07.788Z (about 1 month ago)
- Language: C
- Size: 19.5 KB
- Stars: 10
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Binary utilities for flashing routers
This repository can be used for building / downloading binaries that are
needed for flashing firmware to routers.## flashwrite
- this tool is based on doc_loadbios from mtd-utils
- the usage is `flashwrite /dev/mtd/X firmware.bin [offset]`## fw_setenv / fw_printenv
- these two tools are based on uboot-envtools_20081215.orig.tar.gz
- they can be used for setting up and printing uboot environments/TR