Uboot 移植#
1. 资源下载#
2.配置工具链#
使用工具链arm-linux-gcc 4.3.2。
# 仅当前环境生效
export PATH=$PATH:/path/to/4.3.2/bin
3. Uboot打补丁#
使用JZ2440官方的补丁
cd uboot_root_dir
patch -p1 < path/to/patch_file.patch
4. 编译#
make distclean
make smdk2410_config
make
From here you can search these documents. Enter your search terms below.
Keys | Action |
---|---|
? | Open this help |
n | Next page |
p | Previous page |
s | Search |