genimage的使用
一、环境准备与安装
安装依赖工具
sudo apt install libconfuse-dev genext2fs # 核心依赖
sudo apt install mtools dosfstools # FAT分区支持(可选)
sudo apt install autoconf automake libtool # 安装核心依赖
编译 genimage
git clone https://gitcode.com/gh_mirrors/genimage # 克隆源码 地址1
git clone https://github.com/pengutronix/genimage # 克隆源码 地址2
cd genimage
./autogen.sh && ./configure && make
sudo make install # 安装到系统路径