@yanmingjian 在 在东山派DongshanPI-D1s上运行RT-Smart系统 中说:
python3 tools/get_toolchain.py riscv64
请问在克隆之后执行”python3 tools/get_toolchain.py riscv64“时,是找不到这个脚本的,是因为后面仓库做了变动吗,有很多脚本都是找不到的
@yanmingjian 在 在东山派DongshanPI-D1s上运行RT-Smart系统 中说:
python3 tools/get_toolchain.py riscv64
请问在克隆之后执行”python3 tools/get_toolchain.py riscv64“时,是找不到这个脚本的,是因为后面仓库做了变动吗,有很多脚本都是找不到的
解决了,将ts.conf文件下的注释掉一些 如下:
# Uncomment if you wish to use the one-wire linux input layer S70/A70...
# module_raw one_wire_ts_input
# Uncomment if you wish to use the linux input layer event interface
module_raw input
# Uncomment if you're using a Sharp Zaurus SL-5500/SL-5000d
# module_raw collie
# Uncomment if you're using a Sharp Zaurus SL-C700/C750/C760/C860
# module_raw corgi
# Uncomment if you're using a device with a UCB1200/1300/1400 TS interface
# module_raw ucb1x00
# Uncomment if you're using an HP iPaq h3600 or similar
# module_raw h3600
# Uncomment if you're using a Hitachi Webpad
# module_raw mk712
# Uncomment if you're using an IBM Arctic II
# module_raw arctic2
#module pthres pmin=1
#module variance delta=30
#module dejitter delta=100
module linear
我在使用电阻屏时出现在了用ts_uinput转换后没有释放动作的问题,如图
,坐标是对的,但是就是没有释放的动作,使用EVENT0没有转换之前是正常的,请问这是什么原因呢