Replies: 1 comment 9 replies
-
This could be a problem on multiple layers, I don't know whether |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It's maybe not the problem of labgrid itself, I just want to see if you can give me some inspire.
My problem is: on most of i.mx platforms, it's ok to send
break
to use sysrq, but for some platform, it can't. E.g. imx7ulp as next:What I have tried?
microcom -s 115200 -p /dev/ttyUSB35
, it works withsysrq
microcom -s 115200 -t 192.168.100.122:10014
, it doesn't work withsysrq
, same error with when usinglabgrid-console
So, it seems looks like it only can't work for ser2net usage, which labgrid utilize, and just for some i.mx platforms. Do you have any experience what other dependency to use
break
command inmicrocom
to trigger sysrq? E.g. any special rootfs/kernel settings? Thanks.Beta Was this translation helpful? Give feedback.
All reactions