diff --git a/repos/dde_linux/run/usb_hid_raw.run b/repos/dde_linux/run/usb_hid_raw.run index 017200d09..9e076cc4e 100644 --- a/repos/dde_linux/run/usb_hid_raw.run +++ b/repos/dde_linux/run/usb_hid_raw.run @@ -53,7 +53,8 @@ if { [get_cmd_switch --autopilot] && ![have_spec panda] && ![have_spec rpi] && ![have_spec x86] && - ![have_spec imx6q_sabrelite]} { + ![have_spec imx6q_sabrelite] && + ![have_spec imx8q_evk]} { puts "Run script does not support autopilot mode on this platform" exit 0 }