-
Notifications
You must be signed in to change notification settings - Fork 37
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
build up with mec1521 #54
Comments
@leenaarora18 Intel Raptor lake is not part of the supported HW by this project |
Thanks, Thats why how can i build intel rvp by using this code. Or how can i build MEC1521 if board is not defined. |
@leenaarora18 board definitions refer to 2 categories in this project:
For your case, need to add a new board folder under out-of-tree boards you can based on reference designs which define your features closest to yours. Then modify as needed. Note: RPL-S is based on ADL-S which was previously supported but not deprecated. . RPL-P is completely different and not supported as part of this project. |
For building the intel raptor lake board which has mec1521 on it, which command can I use
cd ~/sandbox/ecfw-zephyr
Building for MTL-S (on-board EC)
west build -c -p auto -b mec172x_mtl_s
Building for MTL-P (on-board EC)
west build -c -p auto -b mec1501_mtl_p
Building for TGL + MECC card (deprecated)
west build -c -p always -b mec1501modular_assy6885 -- -DCONFIG_MEC15XX_AIC_ON_TGL=y
Building for MTL-P + MECC card (i.e. mec172x)
west build -c -p always -b mec172xmodular_assy6930
The text was updated successfully, but these errors were encountered: