github rg35xx-cfw/rg35xx-cfw.github.io rg35xx_batocera_dev_v0.7
Batocera Development Testing Release (based on v0.7)

This is a test development release for testing the new updated SDL2 & EGL PVR drivers by @JohnnyonFlame

It's based on v0.7 and is just intended for testing.

You can find the full image and the incremental build. If you already have v0.7 installed, just extract boot.tar.xz and copy over the boot/batocera file that contains the rootfs.

The toolchain SDK for development against the batocera for RG35xx lite release v0.7. It should be compatible with future versions since the baseline is now fairly stable.

The image contains an updated kernel that allows adb to be used. Simply flash the image, mount the sdcard on your computer and in the first partition:

  • Make a copy of the uImage (e.g. cp uImage base_uImage)
  • Copy the adb_uImage to uImage (cp adb_uImage uImage)
  • reboot

Once the device boots you should be able to use adb shell to connect to the device. Note that using the adb version disables usb access.

Note that by default graphical applications will fail, you will need to set up the following environment variables:

export HOME=/userdata/system
export SDL_RENDER_DRIVER=opengles2
cd $HOME

Also, if you want to test applications you may want to stop EmulationStation:

killall retroarch-launcher.sh
killall emulationstation

Note that this version has the rootfs in ext2 format with r/w enabled. So you can add your own binaries and libraries /usr/bin (or /usr/local/bin and /usr/lib (or /usr/local/lib).

Don't miss a new rg35xx-cfw.github.io release

NewReleases is sending notifications on new releases.