Sign inSign up

ex0ns/linux_switch

By ex0ns

•Updated over 8 years ago

Compile linux kernel and all needed tools for Nintendo Switch

Image
0

206

ex0ns/linux_switch repository overview

You'll need to download Ryu image for the Pixel C (available at https://developers.google.com/android/images#ryu⁠) this should be called bootloader-dragon-google_smaug.7900.97.0.img.

This will pull and clone all required dependencies, you only need to create a build folder in the current directory. Copy the bootloader-dragon-google_smaug.7900.97.0.img file into this build folder. Then you can run the image:

sudo docker run --mount type=bind,source="$(pwd)/build",target=/build/build ex0ns/linux_switch

You'll be able to see all the cloned file and output in the build directory (this is used as a cache for future builds).

Tag summary

Content type

Image

Digest

Size

329.5 MB

Last updated

over 8 years ago

docker pull ex0ns/linux_switch