From 406ad8a5ae4c9ea4bd1d1ff17db6a348883cef90 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 13 Oct 2023 09:50:39 +0200 Subject: [PATCH] powerpc/t32mppc: Improve terminal settings --- bsps/powerpc/t32mppc/init.cmm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bsps/powerpc/t32mppc/init.cmm b/bsps/powerpc/t32mppc/init.cmm index 019fd2c014..4cfb6ec6fa 100644 --- a/bsps/powerpc/t32mppc/init.cmm +++ b/bsps/powerpc/t32mppc/init.cmm @@ -6,11 +6,14 @@ system.up per.s spr:0x11f %long %be 0x80200000 ; Load application -Data.LOAD.Elf /home/sh/build/t32mppc/powerpc-rtems4.11/c/t32mppc/testsuites/samples/ticker/ticker.exe +Data.LOAD.Elf build/powerpc/t32mppc/testsuites/samples/ticker/ticker.exe ; Configure memory-based terminal term.reset term.method buffere v.address("messagebufferout") v.address("messagebufferin") +term.mode VT100 +term.scroll on +term.size 80. 200. 10000. term.gate ; Initialize RTOS support