K1 OH5.0 下载编译烧录说明
修订记录
| 修订版本 | 修订日期 | 修订说明 |
| 001 | 2024-11-18 | 初始版本 |
| 002 | 2025-03-22 | 添加“编译卡启动固件”章节 |
| 003 | 2025-04-11 | 添加MUSE Pi Pro相关说明 |
| 004 | 2025-04-12 | 添加“进入烧录模式”章节 |
| 005 | 2025-07-24 | 添加“卡刷机”,“修改内核config”章节 |
1. 环境准备
1.1. Ubuntu 环境(推荐 22.04,其他版本暂未验证)
执行以下命令安装依赖:
sudo apt-get update
sudo apt-get install binutils git git-lfs gnupg gperf build-essential zip curl zlib1g-dev gcc-multilib lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z1-dev libxml2-utils xsltproc unzip m4 bc gnutls-bin python3-pip ruby ccache libgl1-mesa-dev g++-multilib libc6-dev-i386 flex bison openjdk-19-jdk openssl libelf-dev lz4 genext2fs libncurses5 libssl-dev u-boot-tools dosfstools mtools libstdc++-12-dev repo python2 cpio nodejs npm default-jdk mtd-utils scons gcc-arm-none-eabi

