全志H2 lichee编译出错问题修改

1、”mkimage” command not found - U-Boot images will not be built

解决方法:
缺少mkimage工具,安装”u-boot-tools“即可

sudo apt-get install u-boot-tools

2、awk: line 2: function strtonum never defined

解决方法:
只需要安装gnu awk就可以了,使用命令

sudo apt-get install gawk