Open
Conversation
a3ddb90 to
d2496c2
Compare
sangho2
approved these changes
Apr 23, 2026
Contributor
sangho2
left a comment
There was a problem hiding this comment.
Thanks! Looks good to me.
I have no preference, but we might want to decide the default configuration: Azure Hyper-V (COM1) or Windows Hyper-V (COM2). @tgopinath-microsoft ?
Author
|
Make sense. As Azure will be the most used target, I am inclined to make Azure the default and Hyper-V a build time config. |
Azure VMs do not support COM2 port. So set the default to COM1 port. Introduced devbox build time feature, if enabled with `--devbox`, COM2 will be used by LitBox. Signed-off-by: Praveen K Paladugu <prapal@linux.microsoft.com>
d2496c2 to
3898db7
Compare
tgopinath-microsoft
approved these changes
Apr 24, 2026
Contributor
tgopinath-microsoft
left a comment
There was a problem hiding this comment.
I discussed with Praveen and COM1 (port of Azure VMs) are now the default
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
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.
Azure VMs do not support COM2 port. If built with azure feature use COM1 as the serial port.