摘要:
答:如使用以下命令编译nxp的layerscape系列芯片相关的uboot: make package/boot/uboot-layerscape/prepare make package/boot/uboot-layerscape/compile 阅读全文
posted @ 2018-12-21 18:06
Jello
阅读(2451)
评论(0)
推荐(0)
摘要:
答:make target/linux/install V=s (此操作也会将最终镜像打包好,V=s会输出日志) 拓展 清空内核: make target/linux/clean V=s 解压内核: make target/linux/prepare V=s 阅读全文
posted @ 2018-12-21 14:57
Jello
阅读(5354)
评论(0)
推荐(0)
摘要:
1.仅打包 tar -cvf hello.tar hello (输出文件大小为10240) 2.打包后压缩成gzip压缩格式 tar -czvf hello.tar.gz hello (输出文件大小为194) 3.打包后压缩成bzip2压缩格式 tar -cjvf hello.tar.bz2 hel 阅读全文
posted @ 2018-12-21 10:45
Jello
阅读(2127)
评论(0)
推荐(0)