accessibility-oscilloscope / buildroot

accessibility oscilloscope buildroot config
0 stars 0 forks source link

Created Left side #25

Closed nicholasmullikin closed 2 years ago

nicholasmullikin commented 2 years ago

Current Issues:

tail -f /var/log/messages

Jan  1 00:00:25 buildroot user.info signal-compiler: read signal 480
Jan  1 00:00:25 buildroot user.info sigproc: Entire buffer not written
Jan  1 00:00:27 buildroot user.info signal-compiler: wrote PGM size 144000
Jan  1 00:00:49 buildroot user.info sigproc: Entire buffer not written
Jan  1 00:00:49 buildroot user.info signal-compiler: read signal 480
Jan  1 00:00:51 buildroot user.info pnt-lut: read PGM 144015
Jan  1 00:00:51 buildroot user.info signal-compiler: wrote PGM size 144000
Jan  1 00:04:01 buildroot user.info sigproc: Error: data is incorrect length
jleightcap commented 2 years ago

the entire buffer not written message seems to be the most direct error -- it would make sense things downstream of that get confused.

nicholasmullikin commented 2 years ago

Ok Updates: