Part Number: LP-MSPM0G3507
Other Parts Discussed in Thread: MSPM0G3507, MSPM0L1306, LP-MSPM0L1306,
Tool/software:
So, I'm about to start using the ti dev fork in git for the MSPM0G3507. Is there some kind of doc, or instruction somewhere for zephyr/west newbies?
I have installed the main zephyr stuff, with the suggested ~/zephyrproject path.
I have moved zephyr-mspm0_dev_stable here, so I have two zephyr subdirectories.
Using e.g. "west -z zephyr-mspm0_dev_stable boards" does not look to cut it.
If I edit .west/config from
[manifest]
path = zephyr
file = west.yml
[zephyr]
base = zephyr
to
[manifest]
path = zephyr-mspm0_dev_stable
file = west.yml
[zephyr]
base = zephyr-mspm0_dev_stable
and then run west boards, get an error
ERROR: SoC 'mspm0l222x' is not found, please ensure that the SoC exists and that soc-root containing 'mspm0l222x' has been correctly defined.
So, I'm guessing this is also not the way to do it.
Any advice appreciated!