Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

esp32s3-devkit/adb: ADB shell service depends on SCHED_CHILD_STATUS #123

Conversation

JianyuWang0623
Copy link
Member

Summary

esp32s3-devkit/adb: ADB shell service depends on SCHED_CHILD_STATUS

  • error
    $ adb -s 1234 shell
    error: closed
    
  • capture
    # BULK out
    0000   4f 50 45 4e cb 71 06 00 00 00 00 00 07 00 00 00   OPEN.q..........
    0010   52 02 00 00 b0 af ba b1                           R.......
    
    # BULK out
    0000   73 68 65 6c 6c 3a 00                              shell:.
    
    # BULK in
    0000   43 4c 53 45 00 00 00 00 cb 71 06 00 00 00 00 00   CLSE.....q......
    0010   00 00 00 00 bc b3 ac ba                           ........
    

Link: open-vela/nuttx-apps#26

Impact

esp32s3-devkit/adb

Testing

$ adb -s 1234 shell uname -a
NuttX 0.0.0  Jan  3 2025 10:08:40 xtensa esp32s3-devkit

Log

  $ adb -s 1234 shell
  error: closed

  # BULK out
  0000   4f 50 45 4e cb 71 06 00 00 00 00 00 07 00 00 00   OPEN.q..........
  0010   52 02 00 00 b0 af ba b1                           R.......

  # BULK out
  0000   73 68 65 6c 6c 3a 00                              shell:.

  # BULK in
  0000   43 4c 53 45 00 00 00 00 cb 71 06 00 00 00 00 00   CLSE.....q......
  0010   00 00 00 00 bc b3 ac ba                           ........

Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
@xiaoxiang781216 xiaoxiang781216 merged commit 63c5871 into open-vela:dev Jan 3, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants