[armhf][sonic-installer] Fix the sonic-installer install images on armhf platform issue#12284
Merged
yxieca merged 1 commit intosonic-net:masterfrom Oct 6, 2022
Merged
Conversation
…mhf platform issue Signed-off-by: mlok <[email protected]>
Contributor
Author
|
@jon-nokia @carl-nokia Please review this PR. Thanks |
jon-nokia
approved these changes
Oct 5, 2022
yxieca
approved these changes
Oct 6, 2022
yxieca
pushed a commit
that referenced
this pull request
Oct 6, 2022
…mhf platform issue (#12284) Signed-off-by: mlok <[email protected]> Signed-off-by: mlok <[email protected]>
Contributor
Author
|
@yxieca @carl-nokia Please include this PR to 202012 also. |
qiluo-msft
pushed a commit
that referenced
this pull request
Oct 26, 2022
…mhf platform issue (#12284) Signed-off-by: mlok <[email protected]> Signed-off-by: mlok <[email protected]>
richardyu-ms
pushed a commit
to richardyu-ms/sonic-buildimage
that referenced
this pull request
Nov 16, 2022
Related work items: sonic-net#2151, sonic-net#2194, sonic-net#2224, sonic-net#2237, sonic-net#2264, sonic-net#2281, sonic-net#2286, sonic-net#2297, sonic-net#2299, sonic-net#2305, sonic-net#2325, sonic-net#2335, sonic-net#2338, sonic-net#2341, sonic-net#2343, sonic-net#2347, sonic-net#2350, sonic-net#2355, sonic-net#2356, sonic-net#2358, sonic-net#2360, sonic-net#2363, sonic-net#2367, sonic-net#2368, sonic-net#2370, sonic-net#2374, sonic-net#2392, sonic-net#2398, sonic-net#2408, sonic-net#2414, sonic-net#2415, sonic-net#2419, sonic-net#2421, sonic-net#2422, sonic-net#2423, sonic-net#2426, sonic-net#2427, sonic-net#2430, sonic-net#2431, sonic-net#2433, sonic-net#2434, sonic-net#2436, sonic-net#2437, sonic-net#2441, sonic-net#2444, sonic-net#2445, sonic-net#2446, sonic-net#2456, sonic-net#2458, sonic-net#2460, sonic-net#2461, sonic-net#2463, sonic-net#2472, sonic-net#2475, sonic-net#11877, sonic-net#12024, sonic-net#12065, sonic-net#12097, sonic-net#12130, sonic-net#12209, sonic-net#12217, sonic-net#12244, sonic-net#12251, sonic-net#12255, sonic-net#12276, sonic-net#12284
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.
Why I did it
When using "sonic-installer install" to install a new image on Marvell armhf platform., the installation fails in the middle of the install process as the following:
How I did it
The failure is caused by the uboot environment attributes are not defined in the double quotes in the variable. Missing double quote in the argument will cause the lost of the parameters when using in the bash. To address this issue, add double quotes to arguments which are used with the fw_setven command in platform.conf.
How to verify it
Using "sonic-installer install" a new image which includes this fix. The installation should be success.