diff --git a/board/myna-player-odyssey/utilities/genimage.tmp b/board/myna-player-odyssey/utilities/genimage.tmp index fcf6237..db124e3 100644 --- a/board/myna-player-odyssey/utilities/genimage.tmp +++ b/board/myna-player-odyssey/utilities/genimage.tmp @@ -26,7 +26,7 @@ } partition ssbl { - image = "barebox.bin" + image = "barebox-stm32mp157c-seeed-odyssey.img" size = 1M } diff --git a/configs/myna_player_odyssey_defconfig b/configs/myna_player_odyssey_defconfig index beb2d90..9bf9a1a 100644 --- a/configs/myna_player_odyssey_defconfig +++ b/configs/myna_player_odyssey_defconfig @@ -138,7 +138,8 @@ BR2_TARGET_BAREBOX_CUSTOM_VERSION=y BR2_TARGET_BAREBOX_CUSTOM_VERSION_VALUE="2020.12.0" BR2_TARGET_BAREBOX_USE_CUSTOM_CONFIG=y -BR2_TARGET_BAREBOX_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_MynaPlayer_PATH)/board/myna-player-odyssey/configs/barebox.config" +BR2_TARGET_BAREBOX_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_MynaPlayer_PATH)/utilities/barebox.config" +BR2_TARGET_BAREBOX_IMAGE_FILE="images/barebox-stm32mp157c-seeed-odyssey.img" BR2_TARGET_BAREBOX_CUSTOM_EMBEDDED_ENV_PATH="$(BR2_EXTERNAL_MynaPlayer_PATH)/board/myna-player-odyssey/utilities/barebox-env" BR2_PACKAGE_HOST_GENIMAGE=y BR2_PACKAGE_HOST_RAUC=y