youshijian99 发表于 2016-10-22 15:58:58

固件uImage生成

用开发板OKMX6Q提供的kernel生成的firmware uImage不能用来烧录开发板uImage。

我是这么操作
cp arch/arm/configs/imx6_updater_defconfig .config
生成\Mfgtools-Rel-13.01.00_ER_MX6Q_UPDATER\Profiles\MX6Q Linux Update\OS Firmware下的uImage用来烧写uboot kernel rootfs系统报错。

错误信息:
UTP: received command '$ echo 1 >mmc0: DO NOT switch the partitions that used to be
accessed in OS layer HERE. please following the
/sys/devices/platform/sdhci-esdh guidance of Documentation/mmc/mmc-dev-parts.txt.
c-imx.3/mmc_host/mmc0/mmc0:0001/boot_config'
UTP: executing "echo 1 > /sys/devices/platform/sdhci-esdhc-imx.3/mmc_host/mmc0/mmc0:0001/boot_config"
sh: write error: Invalid argument
UTP: sending Non-success to kernel for command $ echo 1 > /sys/devices/platform/sdhci-esdhc-imx.3/mmc_host/mmc0/mmc0:0001/boot_config.
utp_poll: exit with status 256

我应怎么修改才能烧写开发板?



飞凌-chongzi 发表于 2016-10-24 10:20:28

您好:
    建议您按我们的手册来进行配置内核,您说的这种方式我们没有试过,所以不保证可以使用
页: [1]
查看完整版本: 固件uImage生成