Skip to content
Snippets Groups Projects
Commit 2e96669b authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

env: Fixed edgehog boot function

parent 5cc2ea0b
No related branches found
No related tags found
1 merge request!115cmd: Activated the boot mode command for TANARO
...@@ -443,12 +443,12 @@ ...@@ -443,12 +443,12 @@
\ \
\ \
"edgehog=" \ "edgehog=" \
"script=rauc_boot.scr; " \ "script=seco_boot.scr; " \
"current_partition=0:3; " \ "current_partition=0:1; " \
"run run_script_from_partition; " \
"script=boot.scr; " \
"current_partition=0:${kernel_partition}; " \
"run run_script_from_partition; " \ "run run_script_from_partition; " \
"script=boot/boot.scr; " \
"current_partition=0:${root_partition}; " \
"run run_script_from_ext4; " \
"reset;\0" \ "reset;\0" \
#ifndef CONFIG_BOOTCOMMAND #ifndef CONFIG_BOOTCOMMAND
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment