Aaron Young

Results 11 comments of Aaron Young

I was able to successfully port the VCU1525 board files to the Alveo U250, by following the advice in this issue and from other issues. The system successfully booted into...

> indeed, did anyone get this working? using what baud rate? or did you change the clock? 3mb is somewhat crazy as a starting point for serial.... 3Mb/s UART does...

@navaati I'm new to udev scripts. Is the bind action in addition to the add action, or does it replace it? I had to modify the script like #7 for...

@navaati I tried the navaati:patch-1 branch, and the USB device did not attach to the VM as expected. The virsh attach-device command failed with `unable to execute QEMU command 'device_add':...

I was thinking along the same lines as well. If bind is the event we want, is it better to break backward capability by only responding to bind events or...

See #2891. This issue disallowed opening repos with submodules due to a bug that would mess up the submodule. This issue also seems to be a duplicate of #2541. Which...

I would also like to see this fixed and to have a way to easily enter Magic SysrRq key combinations. This fix will make resetting the machine remotely when it...

@jdeanwallace "Alt" + "SysRq" + "h" is working on my Ubuntu 22.04 system. Here is the output from the command. This system is headless, and the output is printed to...

I added the following two scripts to the TinyPilot, which can send the sysreq keyboard commands. ```bash pilot@tinypilot:~ $ ls sysreq-help.sh sysreq-reisub.sh ``` ```bash pilot@tinypilot:~ $ cat sysreq-help.sh #!/bin/bash echo...

@cghague I agree that better keyboard shortcut support via the actions->keyboard shortcuts menu and the ability to define custom shortcuts for this menu is a good approach forward. Having the...