Re: Advice on serial port communication

2021-05-25 Thread Stuart Longland
On Tue, 25 May 2021 08:29:52 -0700 Joseph Olatt wrote: [Accidentally dropped CC… re-sending] > Any advice on how I cat get to the U-Boot (which is what I presume you > mean by the "TI boot-loader") prompt? Nope, by "TI boot-loader", I mean "TI boot-loader", which is burned into a ROM that

Re: Advice on serial port communication

2021-05-25 Thread Joseph Olatt
Hi Stuart, Thank you for responding. Please see my response/question below. On Tue, May 25, 2021 at 09:54:06AM +1000, Stuart Longland wrote: > On Tue, 25 May 2021 09:38:21 +1000 > Stuart Longland wrote: > > > Maybe it can't find the boot-loader? > > To clarify??? (yes, half asleep this

Re: Advice on serial port communication

2021-05-25 Thread David Barrass
Hi Joseph, I can confirm that if I hold down the BOOT button on the BBB and power up with no micro SD card in the slot, this is exactly what I see. Using a known good OpenBSD SD card in the slot, it boots as expected. HTH, David On 25/05/21 16:29, Joseph Olatt wrote: > Hi Stuart, > > Thank

Re: vmctl start: vm command failed: Operation already in progress (no one VM run in the same time)

2021-05-25 Thread Martin
Hi Dave, You're right, name of VM is the same like in vm.conf. VM with different name starts correctly. But the message about 'operation already in progress' slightly confuses me. Martin ‐‐‐ Original Message ‐‐‐ On Tuesday, May 25, 2021 10:57 AM, Dave Voutila wrote: > Martin

Re: aucat -c playback channels confusion

2021-05-25 Thread Alexandre Ratchov
On Tue, May 25, 2021 at 03:45:17PM +0200, Jan Stary wrote: > This is current/amd64. I am trying to use the -c option of aucat, > specifying the channels to be played from a multichannel file. > > As an example, here is a quad audio file produced by sox: > > $ sox -n -b 16 quad.wav synth 10 sin

Re: email dkim signing failing with 6.8

2021-05-25 Thread flipchan
Awesome!! This worked, thanks a lot! On 23/05/2021 14:57, Thomas Bohl wrote: Am 23.05.2021 um 12:32 schrieb flipchan: Yeah, it was all working until I upgraded to 6.8, can someone else that is running opensmtpd with dkim send me their smtpd.conf? I assume I have written some rule wrong, not

aucat -c playback channels confusion

2021-05-25 Thread Jan Stary
This is current/amd64. I am trying to use the -c option of aucat, specifying the channels to be played from a multichannel file. As an example, here is a quad audio file produced by sox: $ sox -n -b 16 quad.wav synth 10 sin 200 sin 300 sin 400 sin 600 gain -6 $ soxi quad.wav Input File :

vmctl start: vm command failed: Operation already in progress (no one VM run in the same time)

2021-05-25 Thread Martin
Hi list, Try to start VM from previously (<6.9) working command as below: $ doas /usr/sbin/vmctl start -m 8G -c -n vmlan -d /path/to/vm.qcow2 vm Now I have trouble with it on 6.9amd64 with 1-5 patches installed. $ doas rcctl status vmd vmd(ok) command above returns: vmctl start: vm command

Re: vmctl start: vm command failed: Operation already in progress (no one VM run in the same time)

2021-05-25 Thread Dave Voutila
Martin writes: > Try to start VM from previously (<6.9) working command as below: > > $ doas /usr/sbin/vmctl start -m 8G -c -n vmlan -d /path/to/vm.qcow2 vm > > Now I have trouble with it on 6.9amd64 with 1-5 patches installed. > > $ doas rcctl status vmd > vmd(ok) > > command above returns: >