Part Number: AM3352
I posted this page https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1088892/error-message-displayed-when-installing-esdk-extensible-sdk#, but something problem was happened. I can't see this page correctly, so I'll post this again.
I added the below modification to local.conf in tisdk (using SDK7.3), and SDK building was finished without any problem.
Then I created eSDK (Extensible SDK) which was explained in this page https://docs.yoctoproject.org/3.1.15/sdk-manual/sdk-manual.html# .
( I used this command "MACHINE=am335x-evm bitbake tisdk-base-image -c populate_sdk_ext" )
After that, eSDK was created without any problem.
But, when installing eSDK, the error message "ERROR: Task pseudo-native.do_fetch attempted to execute unexpectedly" was displayed (see the attached log file in detail).
Do you have any solution to solve this issue ?
modification of build/local.conf
uegaki@admine330-Precision-3520:~/ex1/rmu/tisdk/build/conf$ diff local.conf.20211021_1758 local.conf 103c103,105 < EXTRA_IMAGE_FEATURES = "debug-tweaks" --- > EXTRA_IMAGE_FEATURES = "debug-tweaks tools-debug read-only-rootfs ssh-server-openssh" > IMAGE_INSTALL_append = " gdbserver openssh-sftp-server net-snmp-server nodejs mmc-utils rsyslog sqlite3 ntp ntpdate tree python3-flask python3-django python3-djangorestframework tzdata" > VOLATILE_LOG_DIR = "no"
log file
51006.log.txt