-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[microTVM] Add QEMU build to RVM image #8190
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
Conversation
apps/microtvm/reference-vm/zephyr/base-box/base_box_provision.sh
Outdated
Show resolved
Hide resolved
apps/microtvm/reference-vm/zephyr/base-box/base_box_provision.sh
Outdated
Show resolved
Hide resolved
|
|
||
| # Init Zephyr | ||
| cd ~ | ||
| ~/ubuntu_init_zephyr_project.sh ~/zephyr v2.5-branch --commit dabf23758417fd041fec2a2a821d8f526afac29d |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe comment if there is anything special about this commit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing special about it, this is just to show the most recent RVM build is using this commit and has been tested up to this point. I like this better because otherwise you have to download the RVM and check the commit.
This reverts commit 70f3c7d.
|
thanks @mehrdadh , the PR is now merged! |
* num of cores * add target list * extension * qemu * fix * comments * add qemu to setup build * fix * add mps2 test * merge fix * add commit option * add log * fix * fix zephyr init * rename * fix zephyr init * uncomment * fixed qemu isntall * cleanup * version * add commit option * fixed qemu isntall * add docker import * cleanup * fix * cleanup * fix * fix zephyr path * fix * fix * address comments * fix test * fix * add wait * comments * changed test to script * add checks * fix zephyr * Revert "add wait" This reverts commit 70f3c7d. * address comments
* num of cores * add target list * extension * qemu * fix * comments * add qemu to setup build * fix * add mps2 test * merge fix * add commit option * add log * fix * fix zephyr init * rename * fix zephyr init * uncomment * fixed qemu isntall * cleanup * version * add commit option * fixed qemu isntall * add docker import * cleanup * fix * cleanup * fix * fix zephyr path * fix * fix * address comments * fix test * fix * add wait * comments * changed test to script * add checks * fix zephyr * Revert "add wait" This reverts commit 70f3c7d. * address comments
This PR: