Skip to content

Commit

Permalink
Update path of cortexm_console app.
Browse files Browse the repository at this point in the history
  • Loading branch information
basmaelgaabouri committed Jul 5, 2024
1 parent af52aee commit aa93a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/shim/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub const REMOTEPROC: &str = "/sys/class/remoteproc";
pub const STATE_FILE: &str = "state";
pub const FIRMWARE_FILE: &str = "firmware";
pub const HYBRID_DIR: &str = "/var/lib/hybrid-runtime";
pub const CONSOLE_RPMSG: &str = "/home/root/cortexm_console";
pub const CONSOLE_RPMSG: &str = "/usr/local/bin/cortexm_console";
pub const BOARD: &str = "/sys/firmware/devicetree/base/model";
pub const MCU: &str = "name";

Expand Down

0 comments on commit aa93a0c

Please sign in to comment.