AM62A7: How to disable terminal output to the screen

Part Number: AM62A7

Tool/software:

SDK Ver: 10_00_00_08

Currently, my terminal outputs both to ttyS2 (the hardware UART) and displays a terminal on our screen. I want to disable this on-screen terminal display while keeping the hardware UART output. I tried disabling CONFIG_FRAMEBUFFER_CONSOLE but it didn’t work. How can I turn this off?