Hi, I’m trying to run hello.exe executable on the Versal Ai-Edge Board, but I’m a bit stuck.
I mostly followed the quick-start guide:
./source-builder/sb-set-builder --prefix=$HOME/quick-start/rtems/7 7/rtems-aarch64
then the config.ini setup for the waf as follows:
[aarch64/versal_aiedge]
BUILD_TESTS = True
followed by:
./waf configure --prefix=$HOME/quick-start/rtems/7
./waf
./waf install
I try to run the hello.exe that is inside the build folder (.../build/aarch64/versal_aiedge/testsuites/samples) on the board, but it doesn’t work.
The board boots correctly, but when it reaches the RTEMS partition it gets stuck.
Am I missing something on the RTEMS side?
I want to make sure that the hello.exe was built correctly and should run as expected so I know I’m doing something else wrong (for example an issue with the BIF).