Giter Site home page Giter Site logo

aduskett / retroarch-buildroot Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 2.0 6.98 MB

A retroarch system that is based off of Buildroot

License: Other

Makefile 72.15% Arc 0.08% Shell 6.42% Tcl 0.23% Batchfile 0.34% M4 0.07% Lua 0.30% C 9.19% C++ 1.17% CMake 0.13% PHP 0.73% Assembly 0.34% Dockerfile 0.04% Perl 1.02% Lex 0.14% Yacc 0.36% Ruby 0.04% Python 7.24%

retroarch-buildroot's Introduction

retroarch-buildroot

A retroarch system that is based off of Buildroot

Supported Architectures:

  • X86_64

Prerequisets:

If you wish to use Docker, below is a project you can use which will contain everything needed to Build buildroot: https://github.com/aduskett/buildroot-docker-devel

How to build

  1. Perform the following:
  • Clone
  • make retroarch_x86_defconfig
  • make
  1. Write the pendrive

The build process will create a pendrive image called disk.img in output/images.

Write the image to a pendrive:

$ dd if=output/images/disk.img of=/dev/sdc; sync

Once it's done insert it into the target PC and boot.

Remember that if said PC has another boot device you might need to select this alternative for it to boot.

In the case of EFI boot you might need to disable Secure Boot from the setup as well.

Customizing the build

After running make retroarch_x86_defconfig you can run make menuconfig

Some key options to change are:

  • System Configuration -> Extra arguments. By default the data partition is set to 1GB, you may wish to increase the size.

  • Target packages -> Games -> Retroarch You can enable Xvideo and Wayland support in this menu or deselect options you do not wish to build.

Adding Radeon Vega and Navi support:

type make menuconfig and go to Target packages -> Graphic libraries and applications -> mesa3d Select llvm support and Gallium Radeon SI driver using the space bar.

Exit and save.

Enabling this option takes a significant amount of extra time to compile and build! Approximatly 150M extra!

retroarch-buildroot's People

Contributors

aduskett avatar

Stargazers

 avatar

Watchers

 avatar

retroarch-buildroot's Issues

Building for several architectures

Hello, as per your reddit post I am writing my questions here in form of github issues.

That is actually only one so far :-)
How do I specify which SBC I am building it for? In the "baseline" buildroot I can "make raspberrypi4_defconfig" and have most things set up correctly. Is there any equivalent here?

Thank you very much,

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.