Stitching in another BSP into V5
Mr. Andrei Chichak
groups at chichak.ca
Wed Sep 5 05:52:08 UTC 2018
Hello,
I’ve been using a BSP for the STM32F767 that was derived from the STM32F4 BSP.
I had it stitched into the source tree, but the way that BSPs are handled has changed and I can’t get ./bootstrap to recognize my BSP’s existence.
What I did was to take my BSP and copy it into rtems/bsps/arm.
Is there some file that I have to munge to let bootstrap know that it should pick up my BSP?
For reference, my build script is:
cd
cd development/rtems
git clone git://git.rtems.org/rtems.git rtems
cd rtems
cp -R ~/RTEMSInstall/stm32f767 bsps/arm
./bootstrap
cd ..
mkdir b-stm32f767
cd b-stm32f767
$HOME/development/rtems/kernel/rtems/configure --prefix=$HOME/development/rtems/5 \
--target=arm-rtems5 --enable-rtemsbsp=stm32f767 --enable-posix
make -j 8
make install
Thanks,
Andrei
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20180904/522e4b12/attachment.html>
More information about the users
mailing list