summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2022-07-21 12:54:10 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2022-07-21 12:54:10 +0200
commit30a839b11ed58f61c405040086696405bd680904 (patch)
tree19df4fd4633616745aa3db37a723c8ff6837727c
parenta65ff2b1f9d0fc87dead5cdb7c62a18b0de86196 (diff)
doku ist sehr gut!
-rw-r--r--src/arch/tc1796-triboard/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/tc1796-triboard/Makefile.inc b/src/arch/tc1796-triboard/Makefile.inc
index 385b691..2754a36 100644
--- a/src/arch/tc1796-triboard/Makefile.inc
+++ b/src/arch/tc1796-triboard/Makefile.inc
@@ -63,7 +63,7 @@ build/system.bin: build/system.elf
# Needs a Debian3.1 VM with ios:/ess/dortmund/proj/compiler/tricore-gcc-3.4.5 installed to /opt/trigcc345,
# http://archive.debian.org/debian-security/pool/updates/main/r/resmgr/libresmgr1_1.0-2sarge2_i386.deb http://archive.debian.org/debian-security/pool/updates/main/r/resmgr/resmgr_1.0-2sarge2_i386.deb installed,
-# and SSH via localhost:2222. E.g.:
+# and SSH via localhost:2022. E.g.:
# > qemu-system-i386 -boot c -m 2048 -hda debian3-1.qcow2 -machine type=pc,accel=kvm:tcg --enable-kvm -net nic,model=ne2k_pci -net user,hostfwd=tcp::2022-:22 -smp cores=1,threads=2 -usb -monitor telnet::${QEMU_PORT},server,nowait
# Must already be running in the background before 'make program' can be used.
program: build/system.bin
@@ -91,4 +91,4 @@ attributes: build/system.elf
nfpvalues: build/system.elf
${QUIET}script/nfpvalues.py "${SIZE}" text,rodata bss
-.PHONY: arch_clean arch_help arch_info attributes monitor program
+.PHONY: arch_clean arch_help arch_info attributes monitor program nfpvalues