Heinz Junkes created an issue: 
https://gitlab.rtems.org/rtems/rtos/rtems-release/-/issues/14



## Summary
In the doc 'quick guide to building' one can find this:
```
...
To build the tools, kernel and all packages for the Beagleboneblack:

../source-builder/sb-set-builder \
--prefix=$HOME/development/rtems/6.1 \
6/bsps/beagleboneblack
...
```
Is a wrong path, should be (without “6”-dir in path, or the director is missing 
in the tar ball?):
```
../source-builder/sb-set-builder \
--prefix=$HOME/development/rtems/6.1 \
bsps/beagleboneblack
```
Guide shows:
```
If you encounter a problem please post to the [email protected] mailing list. You 
can join the Users mailing at https://lists.rtems.org/.
```
There is no '[email protected]'? (Also no more [email protected])

## Steps to reproduce
See documentation

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems-release/-/issues/14
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to