Skip to content

Setup Docker for development of MiSTer cores and ARM code, including Main_MiSTer

License

Notifications You must be signed in to change notification settings

dentnz/MiSTerDockerDevel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MiSTer Docker Development

This repository is a bootstrap for developers to get several containers up and running for MiSTer development.

Install Submodules

$ git submodule init
$ git submodule update

Main_MiSTer Docker Development Setup and Compile

From the Main_MiSTer folder, Issue this command to pull down a working linaro toolchain docker image, and cross compile the code:

docker run -ti -v $(pwd):/source wsbu/toolchain-linaro bash -c "cd /source; make BASE=/opt/linaro/bin/arm-linux-gnueabihf"

Thanks to inagy for figuring this out!

About

Setup Docker for development of MiSTer cores and ARM code, including Main_MiSTer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published