-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[HELP] ARMv8r FVP (fvp-armv8r) does not shows boot up logs and telnet to UART 1 port does not prompt to nuttx shell #13765
Comments
Never used FVP so no help from here |
@GUIDINGLI please take a look |
@GUIDINGLI updates? |
@xiaoxiang781216 updates? |
@raiden00pl can you help? |
@jerpelea @govindsi I tried get newest FVP, and master of nuttx, master of nuttx-apps. # 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. |
please try the same on releases/12.7 branch Thanks |
it means you can confirm in your environment, the releases/12.7 can still re-produce the problem? if you can provide these information, we can speed up the local re-produce and code diff. or if you can provide from which commit problem happened or since which commit problem disappear, will be very appreciate. |
I can't test now and I was asking you to test the release branch |
backport #14493 |
Description
I am running fvp-armv8r Fixed Virtual Platforms (FVP) with nuttx.
Reference: https://nuttx.apache.org/docs/12.5.0/platforms/arm64/fvp-v8r/boards/fvp-armv8r/index.html
While running fvp, i don't see any boot logs and telnet to UART1 ( port 5001) does not prompts to nuttx shell.
Is the last working FVP model archived somewhere?
ARM current release has only FVP_Base_AEMv8R_11.27_19_Linux64, i am wondering if some mismatch in load address or other configurations.
FVP_Base_AEMv8R_11.27_19_Linux64/AEMv8R_base_pkg/models/Linux64_GCC-9.3/FVP_BaseR_AEMv8R -f boards/arm64/fvp-v8r/fvp-armv8r/scripts/fvp_cfg.txt -a ./nuttx
terminal_0: Listening for serial connection on port 5000
terminal_1: Listening for serial connection on port 5001
terminal_2: Listening for serial connection on port 5002
terminal_3: Listening for serial connection on port 5003
Verification
The text was updated successfully, but these errors were encountered: