SPRADG1 February 2024 AM625 , AM625-Q1 , AM625SIP
This setup requires connecting a HDMI cable for a monitor and an Ethernet cable.
root@am62xx-evm:~# ifconfig
root@am62xx-evm:~# systemctrl stop ti-apps-launcher
root@am62xx-evm:~# systemctrl disable ti-apps-launcher
root@am62xx-evm:~# systemctrl start weston
root@am62xx-evm:~# ./GPU_test.sh
In another terminal, ssh into the Starter Kit EVM. Use the inet for the Ethernet port used from the output of ifconfig.
HOST$: ssh root@<ip-addr>
root@am62xx-evm:~# taskset 0x1 dhrystone 400000000 &
root@am62xx-evm:~# tastset 0x2 dhrystone 400000000 &
root@am62xx-evm:~# taskset 0x4 dhrystone 400000000 &
root@am62xx-evm:~# taskset 0x8 dhrystone 400000000 &
To exit the command, send
an interrupt with CTRL + C on each terminal.