Skip to content

Commit

Permalink
Merge pull request #61 from Dasharo/change_write_rom_location
Browse files Browse the repository at this point in the history
osfv_cli/src/osfv/libs/rte.py: Change location of ROM file
  • Loading branch information
macpijan authored Sep 25, 2024
2 parents 28766ea + bf15e8e commit 7677c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osfv_cli/src/osfv/libs/rte.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class RTE(rtectrl):

SSH_USER = "root"
SSH_PWD = "meta-rte"
FW_PATH_WRITE = "/tmp/write.rom"
FW_PATH_WRITE = "/data/write.rom"
FW_PATH_READ = "/tmp/read.rom"

PROGRAMMER_RTE = "linux_spi:dev=/dev/spidev1.0,spispeed=16000"
Expand Down

0 comments on commit 7677c59

Please sign in to comment.