minor README correction

This commit is contained in:
Robin Müller 2021-07-16 14:40:22 +02:00
parent f25c8ec4d9
commit 99cefa0b29
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 2 additions and 0 deletions

View File

@ -173,6 +173,8 @@ You can install the lwIP support like this
export RTEMS_PREFIX=<pathToRtemsPrefix>
cd build-Debug
export LWIP_OPTS_PATH=$(pwd)
cd ..
cd cmake/rtems-lwip
./waf configure --prefix=$RTEMS_PREFIX --lwip-opts=$LWIP_OPTS_PATH --rtems-bsp=arm/nucleo-h743zi
./waf
./waf install