We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2577d commit b515a7fCopy full SHA for b515a7f
app/smc/prj.conf
@@ -31,3 +31,9 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
31
32
# perform driver-library fw and hw init prior to the application
33
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
@@ -7,7 +7,3 @@ CONFIG_RAM_CONSOLE=n
7
# disable RTT console so that we can use vuart
8
CONFIG_USE_SEGGER_RTT=n
9
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