-
Notifications
You must be signed in to change notification settings - Fork 112
Build Kernel
Apaczer edited this page Sep 13, 2024
·
7 revisions
git clone https://github.com/MiyooCFW/kernel
cd kernel
You need to have SDK installed in /opt/miyoo
directory
- set environment variables inline with SDK location:
export PATH=$PATH:/opt/miyoo/bin
export ARCH=arm
export CROSS_COMPILE=arm-linux-
- build kernel
make miyoo_defconfig
make
make dir-pkg
docker run --volume ./:/src/ -it miyoocfw/toolchain-shared-uclibc:latest
cd /src
make miyoo_defconfig
make
make dir-pkg
- copy
arch/arm/boot/zImage
toboot
partition on the SD card
- copy
tar-install/lib
directory torootfs
partition on the SD card
- Overview
- Console Hotkeys
- Build Image and SDK
- Build Kernel
- Build uBoot
- Get the prebuilt SDK from GH actions
- Making Games
- Using Docker to Compile Games
- Remote debugging
- USB Networking
- Bug Reporting
- Discussions Topics
- Emulator Info
- Homebrew Info
- DosBox Setup
- RetroArch Setup
- GameBoy
- Gameboy Advance
- Arcade
- PlayStation
Themes
- GMenu2X
- SimpleMenu
Frontends
Projects
Modding
- ALL
- V90
- PocketGo
- BittBoy