Otavio Salvador
Otavio Salvador
I am confident that incorporating support for that feature will require two to three hours of work. Would you be open to discussing the financial investment required for this development?
Log: ``` InvalidOperationException: at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in :0 ```
Using the latest release and .NET build has improved the logs. See below: ``` InvalidOperationException: at Antmicro.Renode.RobotFramework.UartKeywords.OperationFail(TerminalTester tester) at Antmicro.Renode.RobotFramework.UartKeywords.WaitForLineOnUart(String content, Nullable`1 timeout, Nullable`1 testerId, Boolean treatAsRegex, Boolean includeUnfinishedLine, Nullable`1...
We found what was causing the problem, so we fixed the application on our site, and it is running as expected.
This device serves as a USB interface that interprets serial commands, with the Raspberry Pi operating in host mode to manage the target device utilizing the `g_serial` driver. While we...
Please provide the following information: - The `/etc/updatehub.conf` from the running system - Are you using the cloud to send the update package or the local file to install the...
I'm wondering if you are using the tarball backend or the raw installation method for the RootFS. Please provide the list of layers that you are using.
@NLueg Have you made any progress on this issue? I'm wondering if you forgot the issue or do you still need some assistance?
I tested using https://github.com/rust-cross/cargo-zigbuild/commit/841df510dff8c585690e85354998bbcb6695460f and this still happens.
It does not. I want to use a specific devShell to reduce the size of the dependencies that I'm fetching for the CI job to execute. So, I would create...