摘要: valgrind build: #!/bin/sh TOOLCHAIN=/opt/arm-gnu-toolchain-x86_64-aarch64-none-linux-gnu/bin/aarch64-none-linux-gnu ./configure CC=$TOOLCHAIN-gcc CXX= 阅读全文
posted @ 2021-06-28 14:35 王阳开 阅读(422) 评论(0) 推荐(0)
摘要: # alsa-utils examples: # ./aplay -Dhw:3,0 file.wav # ./aplay -Dhw:1 file.wav # ./arecord -Dhw:3 -d 6 -f cd -t wav record.wav # amixer cset name="SPKL 阅读全文
posted @ 2021-06-28 14:12 王阳开 阅读(1989) 评论(0) 推荐(0)