Giter Club home page Giter Club logo

mister-scripts's Introduction

CLM_scripts

Scrips to compile the latest MiSTer source with the ability to change or remove the logo.

You can see the script in action here: (detailed version) https://youtu.be/L4d5K-uX-3M

Requierement:

  • Install the GCC, G++ cross compilers and support programs by typing:
    sudo apt-get install libc6-armel-cross libc6-dev-armel-cross binutils-arm-linux-gnueabi libncurses5-dev
    sudo apt-get install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf

  • pv - monitor the progress of data through a pipe
    sudo apt-get install pv

  • git - is a web-hosting and software development management service
    sudo apt-get install git

  • Download updater:
    wget -q -t 3 --show-progress -O $HOME/updater_clm.sh https://github.com/nakuakaben/MiSTer-scripts/raw/master/updater_clm.sh && chmod +x $HOME/updater_clm.sh

  • Run script
    ./updater_clm.sh

TIPS:

  • mylogo.png:
    if you want to make your own logo, rename your creation in $HOME/MiSTer/mylogo.png
  • nologo.png:
    it is much easier to use nologo and to integrate one into the creation of your each wallpapers.

Desktop Linux on DE10_NANO

https://github.com/MiSTer-devel/Main_MiSTer/wiki/Desktop-Linux

You can see the script in action here: (LXDE on MiSTer FPGA)
https://www.youtube.com/watch?v=-VekW3cHk_s

Also tested on the LXDE for MisterFPGA and it works too.
If you want to compile from your Mister with LXDE, the MiSTer file will be updated directly on the SD Card.

Launch package updates and install curl, git, pv
apt update && apt install -y curl pv git

Using a cross compiler on a Linux system

source: https://github.com/MiSTer-devel/Main_MiSTer/wiki/ARM-cross-compiling#using-a-cross-compiler-on-a-linux-system

Change directory to /opt/ and download the binaries
cd /opt/

wget -c https://releases.linaro.org/components/toolchain/binaries/6.5-2018.12/arm-linux-gnueabihf/gcc-linaro-6.5.0-2018.12-x86_64_arm-linux-gnueabihf.tar.xz

Unpack (it takes a few minutes on DE10_NANO - go out for coffee and even walk the dog.)
tar xf gcc-linaro-6.5.0-2018.12-x86_64_arm-linux-gnueabihf.tar.xz

Add to your path.
export CC='/opt/gcc-linaro-6.5.0-2018.12-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc'

Download and run:
wget -q -t 3 --show-progress -O $HOME/updater_clm.sh https://github.com/nakuakaben/MiSTer-scripts/raw/master/updater_clm.sh && chmod +x $HOME/updater_clm.sh && $HOME/updater_clm.sh

about 4 min to make on DE10_NANO
reboot your mister.

For the next updates, you just have to launch the script on LINUX Desktop

Enjoy :)

mister-scripts's People

Contributors

nakuakaben avatar

Watchers

 avatar

Forkers

funkycochise

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.