Skip to content

Commit

Permalink
script: modify rp deamon path
Browse files Browse the repository at this point in the history
  • Loading branch information
shuning.han authored and xingxg2022 committed Nov 5, 2024
1 parent 765703f commit 6b216f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/envsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ CHIP=${CHIP}
KERNEL_VARIANT=${KERNEL_VARIANT:-normal} # normal, mininum, debug
CHIP_NUM=${CHIP_NUM:-single} # single, multi
VENDOR=${VENDOR:-sophgo}
TPUV7_RP_DAEMON=${1:-""} # receive import path
TPUV7_RP_DAEMON=${TPUV7_RP_DAEMON:-rp_dir} # receive import path
# absolute path
RV_TOP_DIR=${TOP_DIR:-$(get_rv_top)}

Expand Down

0 comments on commit 6b216f5

Please sign in to comment.