marvell 88f6282 uboot编译

修改dramregs_533ddr3db_A.txt 参数

我们的板子 nor flash
make rd88f6282a_config  SPIBOOT=1  DDR3=1
demo板子 nand flash
make rd88f6282a_config NBOOT=1 DDR3=1

修改include/config.mk 最后一行为:

CPPFLAGS += $(MV_IMAGE_FLAGS) $(MV_FLAGS)

make就可以了

最后烧写的是u-boot-rd88f6282a_533ddr3db_flash.bin这个文件

setenv ipaddr 192.168.73.59;setenv serverip 192.168.73.13;setenv gatewayip 192.168.73.1

bubt u-boot-rd88f6282a_533ddr3db_flash.bin

原文地址:https://www.cnblogs.com/cute/p/2454032.html