Andrew DeVries

Results 4 issues of Andrew DeVries

This works ``` aplay /usr/share/sounds/alsa/Front_Left.wav ``` Playing WAVE '/usr/share/sounds/alsa/Front_Left.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono This Fails with segmentation Fault ``` ffplay /usr/share/sounds/alsa/Front_Left.wav ``` ffplay version...

sudo sed -i 's|#dtb_overlay=/lib/firmware/.dtbo|dtb_overlay=/lib/firmware/BB-I2C1-00A0.dtbo\n#dtb_overlay=/lib/firmware/BB-UART4-00A0.dtbo\n#dtb_overlay=/lib/firmware/BB-ADC-00A0.dtbo|g' /boot/uEnv.txt Did you really mean to commit out the UART4 and ADC overlays? note the # in the sed command in the readme instructions

Any chanse you would be willing to add pre built deb packages for Jetpack 4.5.1? https://drive.google.com/drive/folders/1bud4kq9eV6eerejPCrelL1upY5VNsRjf?usp=sharing

given the code block below from your source there is no way to pass in a callback to get the Err on the constructor either via options or third param...