编译和配置uboot
2022-07-06
一、克隆uboot#
二、载入默认配置#
如果需要生成在sdram里启动的uboot
如果需要生成在spiflash里启动的uboot
三、编译时可能遇到的问题以及解决办法#
/bin/sh: 1: cc: not found
***** Configuration file ".config" not found!**
请检查当前用户是否有当前文件夹的读写权限,然后再次载入默认配置.
/bin/sh: 1: python: not found
unable to execute 'swig': No such file or directory
error: command 'swig' failed with exit status 1
scripts/dtc/pylibfdt/libfdt_wrap.c:149:11: fatal error: Python.h:
No such file or directory
/bin/sh: 1: bc: not found
Related Issues not found
Please login GitHub to create issue