11.06.2015 Views

ODROID-Magazine-201506

ODROID-Magazine-201506

ODROID-Magazine-201506

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

N64 CORE<br />

COMMUNITY IMAGES<br />

Linux Retroarch<br />

Nintendo 64 Core<br />

for the <strong>ODROID</strong>-U3<br />

by Daniel Mehrwald<br />

Retroarch, which is a multi-system game emulator available for both Android<br />

and Linux, is always under development, and its open-source code can be<br />

improved by anyone willing to submit a pull request to GitHub. Recently,<br />

the Nintendo 64 emulator core called mupen64plus added several improvements<br />

to provide smoother game play and better audio. To try it out on Ubuntu 14 or 15,<br />

first install Retroarch by typing the following commands into a Terminal window:<br />

$ sudo add-apt-repository ppa:libretro/stable<br />

$ sudo apt-get update<br />

$ sudo apt-get install retroarch retroarch-* libretro-*<br />

Then, download compile the latest version of mupen64plus:<br />

$ git clone https://github.com/libretro/mupen64plus-libretro.git<br />

$ cd mupen64plus-libretro<br />

$ wget -O patch.txt http://pastebin.com/raw.php?i=XWBBFH7d<br />

$ patch -p0 < patch.txt<br />

Verify that the “-marm” gcc switch is present in the Makefile file on lines<br />

92 and 93 by editing it in your favorite text editor:<br />

CFLAGS += -marm -mfloat-abi=hard -mfpu=neon<br />

CXXFLAGS += -marm -mfloat-abi=hard -mfpu=neon<br />

Next, compile the mupen64plus core:<br />

$ make -j5 V=1 platform=’odroid odroid-u’<br />

Copy the resulting .so file to the default core directory for Retroarch:<br />

$ sudo cp libretro-mupen64plus.so /usr/lib/libretro/<br />

Finally, launch your Nintendo 64 game using Retroarch with the new<br />

core:<br />

$ retroarch -L /usr/lib/libretro/mupen64plus_libretro.so \<br />

~/path/to/your-game.n64<br />

The optimal settings from within RetroArch are:<br />

Settings->Driver Settings->Audio Driver = alsathread<br />

Settings->Driver Settings->Audio Resample Driver = sinc<br />

Options->Core Options->GFX Plugin = glide64<br />

For questions or comments, please refer to the original post at http://<br />

bit.ly/1d8VR87.<br />

Community<br />

Images<br />

for the <strong>ODROID</strong>-C1<br />

by @robrodrigues<br />

One of the best features of the<br />

<strong>ODROID</strong> community is the wide<br />

variety of images that have been<br />

uploaded by forum members. In addition<br />

to the official images that are published by<br />

Hardkernel, community images offer specialized<br />

features that may be useful for specific<br />

purposes, such as a media center, file<br />

server, or network attached storage. Here<br />

is a list of some of the most popular images<br />

that are available for the <strong>ODROID</strong>-C1 as<br />

of May, 2015:<br />

Triple Boot<br />

http://bit.<br />

ly/1EBmLvt<br />

Ubuntu & Debian<br />

Minimal<br />

http://bit.<br />

ly/1DLugEZ<br />

KitKat Pocket Rocket<br />

http://bit.<br />

ly/1e8hLso<br />

GameStation Turbo<br />

http://bit.<br />

ly/1JpaccI<br />

OpenElec<br />

http://bit.<br />

ly/1FlifFG<br />

OpenMediaVault<br />

http://bit.<br />

ly/1FgU0Ho<br />

Tiny Core<br />

http://bit.<br />

ly/1Jpah00<br />

DietPi<br />

http://bit.<br />

ly/1d9bXP8<br />

Fedora<br />

http://bit.<br />

ly/1IFc2XD<br />

Minimal Debian<br />

Wheezy<br />

http://bit.<br />

ly/1QT8x1l<br />

Nas4Free<br />

http://bit.<br />

ly/1d9aPLt<br />

Arch Kali<br />

http://bit.<br />

ly/1EcjsKf<br />

Arch Official<br />

http://bit.<br />

ly/1IFc6H6<br />

Max2Play<br />

http://bit.<br />

ly/1Ecjzpg<br />

NetBsd<br />

http://bit.<br />

ly/1e8iuK8<br />

Debian 7.8<br />

http://bit.<br />

ly/1d9b6xS<br />

http://bit.<br />

ly/1B4PfwC<br />

More Debian images<br />

http://bit.<br />

ly/1B4Pgk4<br />

To suggest more images to add to the<br />

sticky post on the <strong>ODROID</strong> forums,<br />

please refer to the original post at http://<br />

bit.ly/1d9blZQ.<br />

<strong>ODROID</strong> MAGAZINE 28

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!