ARM - RD-N2 (cfg1 ... cfgn) software stack compiling environment setup walkthrough

Links:

RD-N2 Platform: https://neoverse-reference-design.docs.arm.com/en/latest/platforms/rdn2.html

 

参考这个设置进行:

https://neoverse-reference-design.docs.arm.com/en/latest/user_guides/getting_started.html#host-based

目标设置为RD-N2平台,有成型的FVP 可以供使用

https://neoverse-reference-design.docs.arm.com/en/latest/releases/RD-INFRA-2024.12.20/release_note.html

 

可能遇到的错误,目前这个同步错误的影响还不确认

$ repo sync -c -j $(nproc) --fetch-submodules --force-sync --no-clone-bundle

info: A new version of repo is available
warning: repo is not tracking a remote branch, so it will not receive updates
info: Restarting repo with latest version
Syncing: 26% (14/53) 2:37 | 2 jobs | 2:37 ARMmbed/mbedtls.git @ mbedtls
Syncing: 26% (14/53) 2:38 | 2 jobs | 2:38 ARMmbed/mbedtls.git @ mbedtls
fatal: unable to access 'https://github.com/ARMmbed/mbedtls.git/': HTTP/2 stream 1 was not closed cleanly before end of the underlying stream

ARMmbed/mbedtls.git:
fatal: unable to access 'https://github.com/ARMmbed/mbedtls.git/': HTTP/2 stream 1 was not closed cleanly before end of the underlying stream
ARMmbed/mbedtls.git: sleeping 4.0 seconds before retrying
fatal: unable to access 'https://github.com/ARMmbed/mbedtls.git/': Failed to connect to github.com port 443: Connection timed out
fatal: unable to access 'https://github.com/acpica/acpica/': HTTP/2 stream 1 was not closed cleanly before end of the underlying stream

acpica/acpica:
fatal: unable to access 'https://github.com/acpica/acpica/': HTTP/2 stream 1 was not closed cleanly before end of the underlying stream
acpica/acpica: sleeping 4.0 seconds before retrying
fatal: unable to access 'https://github.com/acpica/acpica/': Failed to connect to github.com port 443: Connection timed out
Syncing: 30% (16/53), done in 3m49.165s
Syncing: 92% (49/53) 3:57 | 1 job | 0:06 platsw/edk2/SecurityPkg/DeviceSecurity/SpdmLib/libspdm/os_stub/openssllib/openssl @ uefi/edk2/SecurityPkg/DeviceSecurity/SpdmLib/libspdm/os_stub/openssllib/openssl
Syncing: 92% (49/53) 4:00 | 1 job | 0:09 platsw/edk2/SecurityPkg/DeviceSecurity/SpdmLib/libspdm/os_stub/openssllib/openssl @ uefi/edk2/SecurityPkg/DeviceSecurity/SpdmLib/libspdm/os_stub/openssllib/openssl
Syncing: 92% (49/53) 4:08 | 1 job | 0:17 platsw/edk2/SecurityPkg/DeviceSecurity/SpdmLib/libspdm/os_stub/openssllib/openssl @ uefi/edk2/SecurityPkg/DeviceSecurity/SpdmLib/libspdm/os_stub/openssllib/openssl
Syncing: 92% (49/53) 4:09 | 1 job | 0:18 platsw/edk2/SecurityPkg/DeviceSecurity/SpdmLib/libspdm/os_stub/openssllib/openssl @ uefi/edk2/SecurityPkg/DeviceSecurity/SpdmLib/libspdm/os_stub/openssllib/openssl
Syncing: 92% (49/53) 5:25 | 1 job | 1:34 platsw/edk2/SecurityPkg/DeviceSecurity/SpdmLib/libspdm/os_stub/openssllib/openssl @ uefi/edk2/SecurityPkg/DeviceSecurity/SpdmLib/libspdm/os_stub/openssllib/openssl
Syncing: 92% (49/53) 5:26 | 1 job | 1:35 platsw/edk2/SecurityPkg/DeviceSecurity/SpdmLib/libspdm/os_stub/openssllib/openssl @ uefi/edk2/SecurityPkg/DeviceSecurity/SpdmLib/libspdm/os_stub/openssllib/openssl

Syncing: 92% (49/53) 5:28 | 1 job | 1:37 platsw/edk2/SecurityPkg/DeviceSecurity/SpdmLib/libspdm/os_stub/openssllib/openssl @ uefi/edk2/SecurityPkg/DeviceSecurity/SpdmLib/libspdm/os_stub/openssllib/openssl
Syncing: 92% (49/53) 7:17 | 1 job | 3:26 platsw/edk2/SecurityPkg/DeviceSecurity/SpdmLib/libspdm/os_stub/openssllib/openssl @ uefi/edk2/SecurityPkg/DeviceSecurity/SpdmLib/libspdm/os_stub/openssllib/openssl

 

下一步, 

 

posted on 2025-10-30 11:20  ENGINEER-F  阅读(2)  评论(0)    收藏  举报