Skip to content

MiSTer-LLAPI/blisSTer_flash

 
 

Repository files navigation

blisSTer firmware tool

Installing

Copy blisSTer_flash to your Scripts folder on the root of the MiSTer SD card, script to make upgrading blisSTer firmware easy coming soon

Building

  • get the Linaro Linux Target Binary Toolchain for your platform, targeting arm-linux-gnueabihf, and make sure it is in your path. Make sure you have MSYS2 on Windows.
  • Build libusb with linaro toolchain, v1.0.23 is a known good release
  • Build libusb-compat with linaro toolchain, v0.1.7 is a known good release
  • Edit the Makefile in commandline/ and make sure the include and lib parameters are adjusted to where your linaro toolchain is
  • build via: make CC=arm-linux-gnueabihf-gcc CXX=arm-linux-gnueabihf-g++ LD=arm-linux-gnueabihf-ld

About

firmware tool for upgrading blisSTer boards via MiSTer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 46.0%
  • Assembly 43.1%
  • PHP 9.5%
  • Makefile 1.4%