-
Notifications
You must be signed in to change notification settings - Fork 685
system/usbmsc: Add support for setting paths bind to LUN at runtime #2876
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
Merged
xiaoxiang781216
merged 1 commit into
apache:master
from
JianyuWang0623:br_wjy_usbmsc_msconn_runtime_lun_path_241202
Dec 6, 2024
Merged
system/usbmsc: Add support for setting paths bind to LUN at runtime #2876
xiaoxiang781216
merged 1 commit into
apache:master
from
JianyuWang0623:br_wjy_usbmsc_msconn_runtime_lun_path_241202
Dec 6, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Author
|
@Donny9 Could you review this PR please? |
cb7efdb to
f8b23df
Compare
This comment was marked as resolved.
This comment was marked as resolved.
Contributor
Fix here: apache/nuttx#15014 |
f8b23df to
5239e39
Compare
d556fe7 to
c280cb2
Compare
c280cb2 to
90d0ff5
Compare
This comment was marked as resolved.
This comment was marked as resolved.
Help
nsh> msconn -h
Usage: msconn [-o OPTION]... [-l LUNs]...
Configures the USB mass storage device and exports the LUN(s).
Supported arguments
-o
nc: No const LUN
ro: Readonly
rw: Read/Write(default)
-l
Device path to export
Examples
1. Export const LUN(s) only
msconn
2. Export /dev/ramx and const LUN(s)
msconn -l /dev/ramx
Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
90d0ff5 to
fbb50df
Compare
Contributor
Author
|
Unrelated CI error |
xiaoxiang781216
approved these changes
Dec 5, 2024
Contributor
|
let's ignore it. |
JianyuWang0623
added a commit
to JianyuWang0623/nuttx
that referenced
this pull request
Dec 6, 2024
The Kconfig of system/usbmsc has updated to support setting paths that bind to LUN at runtime. More details: apache/nuttx-apps#2876 Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
JianyuWang0623
added a commit
to JianyuWang0623/nuttx
that referenced
this pull request
Dec 6, 2024
The Kconfig of system/usbmsc has updated to support setting paths that bind to LUN at runtime. More details: apache/nuttx-apps#2876 Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
xiaoxiang781216
pushed a commit
to apache/nuttx
that referenced
this pull request
Dec 6, 2024
The Kconfig of system/usbmsc has updated to support setting paths that bind to LUN at runtime. More details: apache/nuttx-apps#2876 Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
linguini1
pushed a commit
to CarletonURocketry/nuttx
that referenced
this pull request
Jan 15, 2025
The Kconfig of system/usbmsc has updated to support setting paths that bind to LUN at runtime. More details: apache/nuttx-apps#2876 Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Add support for setting paths bind to LUN at runtime.
Help
Export without const LUN
Export with const LUN
Export without const LUN
Impact
Testing