forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 2
Instructions for using the hpmicro board level package in zephyr
Will edited this page Jul 25, 2022
·
1 revision
Overview
- Refer to this wiki for configuration before merging hpmicro's board-level support packages into the zephyr master branch.
- This wiki is voided when the merge is complete.
Operation
-
Refer to the zephyr documentation for all basic operations until you can build the Blinky Sample.
-
Use git to open the local zehyr branch and add the remote with the following command:
git remote add hpmicro_origin [email protected]:hpmicro/zephyr.git
- Check out the hpmicro branch with the following command:
git checkout -b hpmicro_branch hpmicro_origin/feature/add_hpmicro_device_support
-
Return to the
zephyrproject
directory and execute thewest update
command. -
Switch to the
samples/hello_world
directory and run the following command to compile the project:
west build -b hpm6750evkmini
- Support documentation under the reference directory
boards/riscv/hpm6750evkmini/doc
.