You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create the petalinux project in zcu104_dpu,
make -C petalinux all XSA_DIR=/hdd-raid0/home_server/mathieu/Documents/Xilinx/vitis/Vitis_Embedded_Platform_Source/Xilinx_Official_Platforms/zcu104_dpu/vivado/ PLATFORM=zcu104_dpu
The process is almost done :
NOTE: Tasks Summary: Attempted 8618 tasks of which 8617 didn't need to be rerun and 1 failed.
Xilinx/Petalinux/2019.2/components/yocto/source/aarch64/buildtools/sysroots/x86_64-petalinux-linux/usr/lib/python3.5/subprocess.py', lineno: 383, function: run
*** 0383: with Popen(*popenargs, **kwargs) as process:
if issubclass(child_exception_type, OSError) and hex_errno:
errno_num = int(hex_errno, 16)
child_exec_never_called = (err_msg == "noexec")
if child_exec_never_called:
err_msg = ""
if errno_num != 0:
err_msg = os.strerror(errno_num)
if errno_num == errno.ENOENT:
if child_exec_never_called:
# The error must be from chdir(cwd).
err_msg += ': ' + repr(cwd) + 'ERROR 1'
else:
err_msg += ': ' + repr(orig_executable)
+ 'ERROR 2'
raise child_exception_type(errno_num, err_msg)
raise child_exception_type(err_msg)
`
I tried to find which file/directory hasn't the right permission or doesn't exist, however I didn't find the information since the error message contain only :
Hello,
I am trying to create the petalinux project in zcu104_dpu,
The process is almost done :
NOTE: Tasks Summary: Attempted 8618 tasks of which 8617 didn't need to be rerun and 1 failed.
this task is the rootfs generation :
the sample code is below :
`
`
I tried to find which file/directory hasn't the right permission or doesn't exist, however I didn't find the information since the error message contain only :
I tried to clean the project and restart the generation but I obtain the same error.
Do you have any suggestions ?
Thank you
The text was updated successfully, but these errors were encountered: