Install Drastic ds emu on Nvidia jetson

The latest public release for arm linux is armv7 binary based in 2.5.0.4 version

Download from https://github.com/Retro-Arena/binaries/blob/master/odroid-xu4/drastic.tar.gz?raw=true

And Unzip it in a folder you want.

Now we need first installation for armhf compatibility by default not enabled :

sudo dpkg --add-architecture armhf //Compatibility with armhf packages
sudo apt-get install libc6:armhf libstdc++6:armhf //Compatibility for 32bits armv7 binary C/C++ program

Install dependencies required to run (SDL2 , zlib , libasound2 , some warning missing some libgtk3 preload but working without so I installed for removed these warning)

sudo apt-get install libsdl2-2.0-0:armhf
sudo apt-get install libasound2-plugins:armhf
sudo apt-get install zlib1g:armhf
sudo apt-get install libgtk3-nocsd0:armhf

run ./drastic and browse it rom .nds or you can ./drastic “path folder/name.nds” by command line directly.

Will you needed pass DBUS_FATAL_WARNINGS=0 ./drastic due SDL2 ubuntu package is broken under armv7 and aarch64 for dBUS problem if you no time to compile SDL2 from source with GCC armv7 compiler.

and Working fine

Very cool! Thanks for sharing!

Neat. I wasn’t aware of that ds emulator. Is there a libretro core for it?

mdegans Unfortunately, there not exist libreto version and there will not be as long as the emulator is closed source.
Unless the developer changes to open source it is difficult to see it libretro version.

This emulator for those who do not know it is known to be popular on Android running on very low-end equipment and similar devices Raspberry pi 2/3 and Openpandora an achievement and many games running at full speed