From df78aaf49a754e5f70343bd45661661714a7d02a Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Fri, 20 Apr 2018 14:02:01 +0200 Subject: u-boot-toradex-fw-utils_git.bb: fix fw_setenv on apalis-tk1-mainline The eMMC unlocking was missing which lead to the following error message: Write error on /dev/mmcblk0boot0: Operation not permitted Error: can't write fw_env to flash Signed-off-by: Marcel Ziswiler Acked-by: Stefan Agner --- recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb index d113524..4bac731 100644 --- a/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb +++ b/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb @@ -68,6 +68,10 @@ do_install_append_tegra124() { install_unlock_emmc } +do_install_append_tegra124m() { + install_unlock_emmc +} + pkg_postinst_${PN}_colibri-t20 () { # can't do this offline if [ "x$D" != "x" ]; then -- cgit v1.2.3