Intel RVP board isn't booting after flashing #82502
Unanswered
leenaarora18
asked this question in
Q&A
Replies: 2 comments
-
@nashif Do you know who can help for RVP board booting? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Not sure what board target |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue with Intel Raptor Lake and MEC1521 SPI Image Flashing:
I'm working with Intel Raptor Lake and using the open-source ECFW Zephyr (https://github.com/intel/ecfw-zephyr) to generate the ksc.bin file. Here’s what I did:
Cloned the CPGZephyrDocs repository and added the necessary SPI image generation files.
Set the environment variable for everglades_spi_gen_RomE.
Successfully built the project using west build -c -p auto -b mec1501_mtl_p, which generated the ksc.bin file.
Stitched the ksc.bin with Intel BIOS and flashed it using Dediprogrammer onto the Intel Raptor Lake S board.
After flashing, both the CPU fan and ATX fan started working, and the power sequence voltages were active, but the system did not boot. However, these signals (CPU fan, ATX fan, and power sequence) only activate when I manually touch the RSMRST signal using a multimeter.
Any insights on why the system isn't booting after flashing?
Beta Was this translation helpful? Give feedback.
All reactions