This repository contains the source code for the bootloader (LK) of MT8163 devices. To build the bootloader, please follow the instructions below.
Before building the bootloader, you need to install the following dependencies:
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libstdc++6:i386 zlib1g:i386
To build the bootloader, follow the steps below:
- Clone the repository to your local machine.
- Navigate to the repository directory.
- Run the build script with the target device name as a parameter (
./build.sh <target>
).