ZHCADU8 February 2024 AM625 , AM625-Q1 , AM625SIP
运行 Whetstone 的命令如下所示。
单核 Whetstone
root@am62xx-evm:~# whetstone 3600000
双核 Whetstone
root@am62xx-evm:~# taskset 0x1 whetstone 3600000 &
root@am62xx-evm:~# tastset 0x2 whetstone 3600000 &
4 核 Whetstone
root@am62xx-evm:~# taskset 0x1 whetstone 3600000 &
root@am62xx-evm:~# tastset 0x2 whetstone 3600000 &
root@am62xx-evm:~# taskset 0x4 whetstone 3600000 &
root@am62xx-evm:~# taskset 0x8 whetstone 3600000 &