How to use perfboot.py ?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to use perfboot.py ?

383 Views
yhm2046
Contributor II

My forums is imx_8q, os is  Ubuntu 22.04.1 LTS,when enter this order below on system/core/init/

./perfboot.py  --iterations=5 --interval=30 -v --output=./tmp/bf.tsc

I got the result:

Traceback (most recent call last):
  File "./perfboot.py", line 462, in <module>
    main()
  File "./perfboot.py", line 432, in main
    device = adb.get_device(args.serial)
  File "/md11/imx-automotive-10.0.0_2.2.0/system/core/init/adb/device.py", line 113, in get_device
    return _get_unique_device(product, adb_path=adb_path)
  File "/md11/imx-automotive-10.0.0_2.2.0/system/core/init/adb/device.py", line 74, in _get_unique_device
    raise NoUniqueDeviceError()
adb.device.NoUniqueDeviceError: No unique device

 I can't find some sulotion on the Internet, someone can help me?

0 Kudos
1 Reply

370 Views
Dhruvit
NXP TechSupport
NXP TechSupport

Hi @yhm2046,

It seems the device is not getting detected.

What is the output of the following command?

# adb devices -l

 

Best Regards,
Dhruvit.

0 Kudos