Open gbcstott opened 1 month ago
Hi @gbcstott! We appreciate you submitting your first issue for our open-source project. 🌟
Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙
For some reason some parts of my message was deleted when I sent it. It did not like the greater and less then signs I put around the words board qualifier and therefore delete that information. So I actually wrote: west build -b beaglev_fire/board qualifier samples/hello_world and Where board qualifier = polarfire/E51 or polarfire/u54 or polarfire/u54/smp
You need to use ` around things to escape them on github, have added the escape in to your original message
Example for building "hello world" does not work as it is missing the board qualifier.
It should be:
west build -b beaglev_fire/<board qualifier> samples/hello_world
Where
<board qualifier>
=polarfire/E51 or polarfire/u54 or polarfire/u54/smp
boards/beagle/beaglev_fire/doc/index