diff --git a/board/myna-player-odyssey/utilities/barebox-env/nv/autoboot_timeout b/board/myna-player-odyssey/utilities/barebox-env/nv/autoboot_timeout new file mode 100644 index 0000000..c227083 --- /dev/null +++ b/board/myna-player-odyssey/utilities/barebox-env/nv/autoboot_timeout @@ -0,0 +1 @@ +0 \ No newline at end of file diff --git a/board/myna-player-odyssey/utilities/barebox-env/nv/boot.default b/board/myna-player-odyssey/utilities/barebox-env/nv/boot.default new file mode 100644 index 0000000..d31014d --- /dev/null +++ b/board/myna-player-odyssey/utilities/barebox-env/nv/boot.default @@ -0,0 +1 @@ +bootchooser \ No newline at end of file diff --git a/board/myna-player-odyssey/utilities/barebox-env/nv/bootchooser.disable_on_zero_attempts b/board/myna-player-odyssey/utilities/barebox-env/nv/bootchooser.disable_on_zero_attempts new file mode 100644 index 0000000..c227083 --- /dev/null +++ b/board/myna-player-odyssey/utilities/barebox-env/nv/bootchooser.disable_on_zero_attempts @@ -0,0 +1 @@ +0 \ No newline at end of file diff --git a/board/myna-player-odyssey/utilities/barebox-env/nv/bootchooser.reset_attempts b/board/myna-player-odyssey/utilities/barebox-env/nv/bootchooser.reset_attempts new file mode 100644 index 0000000..f997ff9 --- /dev/null +++ b/board/myna-player-odyssey/utilities/barebox-env/nv/bootchooser.reset_attempts @@ -0,0 +1 @@ +all-zero \ No newline at end of file diff --git a/board/myna-player-odyssey/utilities/barebox-env/nv/bootchooser.retry b/board/myna-player-odyssey/utilities/barebox-env/nv/bootchooser.retry new file mode 100644 index 0000000..56a6051 --- /dev/null +++ b/board/myna-player-odyssey/utilities/barebox-env/nv/bootchooser.retry @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/board/myna-player-odyssey/utilities/barebox-env/nv/bootchooser.state_prefix b/board/myna-player-odyssey/utilities/barebox-env/nv/bootchooser.state_prefix new file mode 100644 index 0000000..38c56c1 --- /dev/null +++ b/board/myna-player-odyssey/utilities/barebox-env/nv/bootchooser.state_prefix @@ -0,0 +1 @@ +state.bootstate \ No newline at end of file diff --git a/board/myna-player-odyssey/utilities/barebox-env/nv/bootchooser.system0.boot b/board/myna-player-odyssey/utilities/barebox-env/nv/bootchooser.system0.boot new file mode 100644 index 0000000..b7e26ca --- /dev/null +++ b/board/myna-player-odyssey/utilities/barebox-env/nv/bootchooser.system0.boot @@ -0,0 +1 @@ +mmc1.2 \ No newline at end of file diff --git a/board/myna-player-odyssey/utilities/barebox-env/nv/bootchooser.system1.boot b/board/myna-player-odyssey/utilities/barebox-env/nv/bootchooser.system1.boot new file mode 100644 index 0000000..76ab638 --- /dev/null +++ b/board/myna-player-odyssey/utilities/barebox-env/nv/bootchooser.system1.boot @@ -0,0 +1 @@ +mmc1.3 \ No newline at end of file diff --git a/board/myna-player-odyssey/utilities/barebox-env/nv/bootchooser.targets b/board/myna-player-odyssey/utilities/barebox-env/nv/bootchooser.targets new file mode 100644 index 0000000..cf2ba7c --- /dev/null +++ b/board/myna-player-odyssey/utilities/barebox-env/nv/bootchooser.targets @@ -0,0 +1 @@ +system0 system1 \ No newline at end of file diff --git a/board/myna-player-odyssey/utilities/barebox-env/nv/bootm.provide_machine_id b/board/myna-player-odyssey/utilities/barebox-env/nv/bootm.provide_machine_id new file mode 100644 index 0000000..56a6051 --- /dev/null +++ b/board/myna-player-odyssey/utilities/barebox-env/nv/bootm.provide_machine_id @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/configs/myna_player_odyssey_defconfig b/configs/myna_player_odyssey_defconfig index 1953851..adb732d 100644 --- a/configs/myna_player_odyssey_defconfig +++ b/configs/myna_player_odyssey_defconfig @@ -139,6 +139,7 @@ BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION="d4d3e9c87" 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_EMBEDDED_ENV_PATH="$(BR2_EXTERNAL_MynaPlayer_PATH)/board/myna-player-odyssey/utilities/barebox-env" BR2_PACKAGE_HOST_GENIMAGE=y BR2_PACKAGE_HOST_RAUC=y BR2_PACKAGE_DISABLED_SERVICES=y