This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM6442: Save env to eMMC

  • Hi,

    I see it has not been merged in u-boot, I can submit the patch, however, it will not be available for 08.06 SDK.

    ~ Judith

  • Judith,

    Is the patch for SDK9 or SDK8.6? either would help,

  • Hi Tony,

    The patch will not go into 08.06 SDK or 09.00 SDK, the releases are out and will not be updated. The patch has already been shared in the link you provided. I can submit a patch but it will be merged until 09.01 release.

    ~ Judith

  • is this the patch?

    diff --git a/configs/am64x_evm_a53_defconfig b/configs/am64x_evm_a53_defconfig
    index c35a280001..21a25f7b2a 100644
    --- a/configs/am64x_evm_a53_defconfig
    +++ b/configs/am64x_evm_a53_defconfig
    @@ -63,8 +63,7 @@ CONFIG_MULTI_DTB_FIT=y
    CONFIG_SPL_MULTI_DTB_FIT=y
    CONFIG_SPL_MULTI_DTB_FIT_NO_COMPRESSION=y
    CONFIG_DEFAULT_DEVICE_TREE="k3-am642-evm"
    -CONFIG_ENV_IS_IN_FAT=y
    -CONFIG_ENV_FAT_DEVICE_AND_PART="1:1"
    +CONFIG_ENV_IS_IN_MMC=y
    CONFIG_NET_RANDOM_ETHADDR=y
    CONFIG_DM=y
    CONFIG_SPL_DM=y
    diff --git a/configs/am64x_evm_r5_defconfig b/configs/am64x_evm_r5_defconfig
    index 74a4ad82e0..2cccc9ca19 100644
    --- a/configs/am64x_evm_r5_defconfig
    +++ b/configs/am64x_evm_r5_defconfig
    @@ -64,7 +64,6 @@ CONFIG_OF_CONTROL=y
    CONFIG_SPL_OF_CONTROL=y
    CONFIG_DEFAULT_DEVICE_TREE="k3-am642-r5-evm"
    CONFIG_ENV_IS_IN_MMC=y
    -CONFIG_ENV_IS_NOWHERE=y
    CONFIG_SPL_MULTI_DTB_FIT=y
    CONFIG_SPL_OF_LIST="k3-am642-r5-evm k3-am642-r5-sk"
    CONFIG_SPL_MULTI_DTB_FIT_NO_COMPRESSION=y

  • Hi Tony,

    Yes that is the patch that needs to be applied to u-boot source.

    ~ Judith