1. mount /mnt/cdrom (if not automatically mounted)
  2. mkdir /opt/t32 (or similar)
  3. cp -r /mnt/cdrom/files/* /opt/t32/
  4. cp /opt/t32/demo/practice/t32.cmm /opt/t32/
  5. cp /opt/t32/bin/pc_linux64/filecvt /opt/t32/
  6. install PDF viewer(not need in my case)
  7. install font( QT UI not need which is my case)
  8. setting of TRACE32 environment variables
    export T32SYS=/opt/t32
    export T32TMP=/tmp
    export T32ID=T32
    export PATH=$PATH:/opt/t32/bin/pc_linux64
  1. modify t32 config file
/opt/t32/bin/pc_linux64/config.t32
  1. simple start script

The start script t32_start.sh is only an example and must be modified to your needs.

/opt/t32/bin/pc_linux64/t32_start.sh

this start script use /opt/t32/bin/pc_linux64/config.t32 as t32 config file.

/opt/t32/bin/pc_linux64/t32_start.sh:

#!/bin/bash
export T32SYS="/opt/t32"
export T32TMP=/var/tmp

#
# The TRACE32 executable is CPU architecture dependent.
# executable name: t32m<cpu_architecture_name>[-qt]
# Please modify the executable name correspondingly to your target CPU type.
#
# examples for executables using QT GUI (postfix "-qt")
  ${T32SYS}/bin/pc_linux64/t32marm-qt -c "$T32SYS/bin/pc_linux64/config.t32"
Logo

魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。

更多推荐