Skip to content

Commit b515a7f

Browse files
Chris Friedtcfriedt
authored andcommitted
app: smc: print the tenstorrent git revision
Print the Tenstorrent git revision along with the boot banner. Signed-off-by: Chris Friedt <[email protected]>
1 parent 3e2577d commit b515a7f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

app/smc/prj.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,9 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
3131

3232
# perform driver-library fw and hw init prior to the application
3333
CONFIG_TT_BH_ARC_SYSINIT=y
34+
35+
# Disable printing the default Zephyr boot banner
36+
CONFIG_BOOT_BANNER=n
37+
# Print the Tenstorrent boot banner + git version on startup
38+
CONFIG_TT_BOOT_BANNER=y
39+
CONFIG_TT_BOOT_BANNER_GIT_VERSION=y

app/smc/vuart.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,3 @@ CONFIG_RAM_CONSOLE=n
77
# disable RTT console so that we can use vuart
88
CONFIG_USE_SEGGER_RTT=n
99
CONFIG_RTT_CONSOLE=n
10-
11-
# print a nice welcome message
12-
CONFIG_BOOT_BANNER=n
13-
CONFIG_TT_BOOT_BANNER=y

0 commit comments

Comments
 (0)