当前位置:   article > 正文

ZYNQ平台UBOOT环境变量_zynq uboot config_env_is_in_fat

zynq uboot config_env_is_in_fat

配置UBOOT选项

petalinux-config -c u-boot

linux下UBOOT环境变量配置文件fw_env.config

以NAND flash为例,和petalinux配置相对应

# NAND example

# MTD device name        

Device offset        

Env. Size        

Flash sector size        

Number of sectors

/dev/mtd1      

0x0        

0x100000   

0x20000

8

增加外部UBOOT环境变量

在\z7020\project-spec\meta-user\recipes-bsp\u-boot\files\platform-top.h中添加自定义环境变量

#include <configs/zynq-common.h>

#define CONFIG_EXTRA_ENV_SETTINGS \

"boot_image0=nand read 0x10000000 0x3c00000 0x6400000 && bootm 0x10000000 0x10a00000 0x10900000\0" \

""

编译UBOOT

petalinux-build -c u-boot -x cleanall

petalinux-build -c u-boot

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/繁依Fanyi0/article/detail/346135
推荐阅读
相关标签
  

闽ICP备14008679号