zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.77k stars 6.57k forks source link

doc: Documentation issue in 'boards/beagle/beaglev_fire/doc/index' #79483

Open gbcstott opened 3 weeks ago

gbcstott commented 3 weeks ago

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

github-actions[bot] commented 3 weeks 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. 🤖💙

gbcstott commented 3 weeks ago

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

nordicjm commented 3 weeks ago

You need to use ` around things to escape them on github, have added the escape in to your original message