Important
You don't need to do these steps to use the environment on your Android device
This is only meant for testing and debugging on a desktop computer
Caution
The testing scripts do not perform any dependency checking
Make sure to have the proper tools installed to cross-compile the Linux kernel and run QEMU
Follow the regular steps, and...
- Go in the
testingdirectory - Make a test image (
make_test_image.sh) - Go in the
srcdirectory - Clone the busybox and Linux 5.4 source code (
clone_src.sh) - Build busybox and the initramfs (
build_initramfs.sh) - Build the testing kernel (
build_linux.sh) - Package the initramfs (
package_initramfs.sh) - Go back in the
testingdirectory and run QEMU (start_qemu.sh)