Compile linux kernel and all needed tools for Nintendo Switch
206
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).
Content type
Image
Digest
Size
329.5 MB
Last updated
over 8 years ago
docker pull ex0ns/linux_switch