开发环境 - 编译出update.linux

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/Ivan804638781/article/details/80662312

额...这也是一篇内部文档,仅自己参考


1.编译生成uImage:

source ~/env/environment3536.sh
make hdu5_defconfig
make uImage

2.到repo/release/boards/hi3536/hdu5目录下,生成update.linux:

cd ~/source/repo/release/boards/hi3536/hdu5
cp -f uImage linux.ios
/opt/linux1.2/tools/updata linux.ios uInitramfs update.linux
chmod 777 update.linux

3.在板子uboot下,更新update.linux:

sysupdate update.linux

猜你喜欢

转载自blog.csdn.net/Ivan804638781/article/details/80662312