没人吗?
我想知道android4.4.3从emmc启动是不是没有用dtb文件?我参考sabresd移植的
android的uboot环境变量就这么几条。那么dtb写到emmc哪个地址?uboot从哪里下载到内存?
ucl2.xml中有下载<CMD state="BootStrap" type="load" file="firmware/zimage-imx6dl-sabresd.dtb" address="0x18000000",但是uboot启动时打印Using Device Tree in place at 14f00000, end 14f0f88a。不知道哪里不对。
环境变量:
#undef CONFIG_EXTRA_ENV_SETTINGS
#undef CONFIG_BOOTCOMMAND
#define CONFIG_EXTRA_ENV_SETTINGS \
"splashpos=m,m\0" \
"fdt_high=0xffffffff\0" \
"initrd_high=0xffffffff\0" \
|