govindsi commented on issue #13765: URL: https://github.com/apache/nuttx/issues/13765#issuecomment-2427306020
> @jerpelea @govindsi I tried get newest [FVP](https://developer.arm.com/-/cdn-downloads/permalink/Fixed-Virtual-Platforms/FM-11.27/FVP_Base_AEMv8R_11.27_19_Linux64.tgz), and master of nuttx, master of nuttx-apps. just work all right with my environment. > > ```shell > # nuttx dir > ./tools/configure.sh -l fvp-armv8r:nsh > make -j > ~/AEMv8R_base_pkg/models/Linux64_GCC-9.3/FVP_BaseR_AEMv8R -f boards/arm64/fvp-v8r/fvp-armv8r/scripts/fvp_cfg_smp.txt -a ./nuttx > # in new terminal > telnet 127.0.0.1 5001 > ostest > ``` > > please let met know if the problem is already solved. Thank you @jasonbu for trying at ur end. Seems the problem with my setup was invalid fvp-armv8r-aarch32:nsh configuration , i was trying with aarch32 configuration as mentioned in https://nuttx.apache.org/docs/latest/platforms/arm/fvp-v8r-aarch32/boards/fvp-armv8r-aarch32/index.html. fvp-armv8r:nsh target configuration is working fine with latest ARMv8r FVP. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
