页次: 1
感谢楼主,请问,u_boot还需要额外的配置吗?我看很多资料还需要使用make menuconfig进行硬件参数的配置。另外,我用的是2017的u_boot,可以吗?而且,好像还需要打补丁。
You can use any u-boot you want. I have succeeded compiling u-boot 2023.04 if you are interested in getting that up and running.
You need a defconfig that has these settings.
CONFIG_ARM=y
CONFIG_ARCH_SUNXI=y
CONFIG_DEFAULT_DEVICE_TREE="sun8i-v3s-licheepi-zero"
CONFIG_SPL=y
CONFIG_DRAM_CLK=360
CONFIG_MACH_SUN8I_V3S=y
The boot src needs to have boot mode sec enabled to boot newer kernels.
setenv bootm_boot_mode sec
页次: 1