Skip to content

Commit

Permalink
prod: synchrona: update eeprom image
Browse files Browse the repository at this point in the history
Update eeprom image to latest available version and
configured to choose USB boot first if available.

Signed-off-by: Ramona Alexandra Nechita <[email protected]>
  • Loading branch information
ranechita committed Jun 2, 2022
1 parent 82f4e22 commit 03cbdf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main_tests/synch/synch_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ answer=$?
proceed_if_ok $answer


sudo fru-dump -i $SCRIPT_DIR/pieeprom-2021-07-06.bin -o $SCRIPT_DIR/pieeprom-2021-07-06.bin -I 524016 -O 524016 -d now -s $BOARD_SERIAL
rpi-eeprom-update -d -f $SCRIPT_DIR/pieeprom-2021-07-06.bin
sudo fru-dump -i $SCRIPT_DIR/pieeprom-new.bin -o $SCRIPT_DIR/pieeprom-new.bin -I 524016 -O 524016 -d now -s $BOARD_SERIAL
rpi-eeprom-update -d -f $SCRIPT_DIR/pieeprom-new.bin

failed_no
answer=$?
Expand Down
Binary file added synchrona/synch/pieeprom-new.bin
Binary file not shown.

0 comments on commit 03cbdf8

Please sign in to comment.