Rouven Czerwinski

Results 100 comments of Rouven Czerwinski

Barebox AFAIR now supports fastboot over network. I'd gladly take a PR for this feature, otherwise we'll implement this when needed.

Looking at the resources for the remoteplace: ``` /DESK--MX8QM_mek--1/NetworkSerialPort/ControllerPort /DESK--MX8QM_mek--1/NetworkSerialPort/USBSerialPort /DESK--MX8QM_mek--1/NetworkService/NetworkService /DESK--MX8QM_mek--1-console-0/NetworkSerialPort/USBSerialPort -> 0 /DESK--MX8QM_mek--1-console-1/NetworkSerialPort/USBSerialPort -> 1 /DESK--MX8QM_mek--1-console-2/NetworkSerialPort/USBSerialPort -> 2 /DESK--MX8QM_mek--1-console-3/NetworkSerialPort/USBSerialPort -> 3 ``` You have six `NetworkSerialPorts` available, of...

Overall this design looks like what we had in mind in #552. Thank you very much for the implementation, looking forward to testing this on my lab at home.

Hi, I deployed this internally and let it run over our internal test suites and didn't find an error related to this PR. Thats great, thanks a lot for the...

I'll close this because the workaround has been merged. I still have a series to remove one of the mass storage drivers, I'll look for a better solution there.

Reopening, the bug should be fixed properly and this issue closed when the workaround is removed.

The linked issue has been resolved in https://github.com/crossbario/autobahn-python/pull/912, I'd rather fix this at the source and make this fully configurable by overriding the method. > When connecting a coordinator from...

> After looking in detail at [crossbario/autobahn-python#912](https://github.com/crossbario/autobahn-python/pull/912), that merge has been reverted. Nobody is working on the proposed solution. > > I have a look at it and it seems...

Thanks for the upstream PR. I'd be in favor of merging this fix temporarily, until we can revert it to implement a fully configurable solution, if your upstream PR is...