1. Download the kernel source files from https://github.com/linksprite/linux-kernel-acadia1.0-beta.
2. Read the README.md file and setup the compilation environment according to the readme file.
3. Configure the kernel:
$make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- menuconfig
Navigate the menu: Device Drivers —>Input device support —>Touchscreens —>
Mark the red ones, save and quit.
3. Use the following command to build the uImage file:
$make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage
4. Replace the uImage file under Mfgtools-Rel-4.1.0_Acadia_MX6Q_UPDATER\Profiles\MX6Q Linux Update\OS Firmware\files using the generated uImage.
5. Follow the burning guide to reflash.
Leave a Reply
You must be logged in to post a comment.