-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hi, I have a problem in sections 4 and 6. When I execute 2_python_environment.ipynb from the "Numpy Data Movement" part in Jupyter, the output shows an overlay problem. However, it also indicates that Device.active_device exists. I don’t understand why this is happening, so I skipped the entire section 4.
I followed the steps until step 6.2 (ROSAI Application: Camera Input), where I encountered the following error:
After checking the file paths, I discovered that Jupyter was installed in /root instead of /home/root. Upon inspecting install.sh in Kria-PYNQ and install_update_kr260_to_vitisai35.sh, I found that the Jupyter notebooks' installation paths differ. In install_update_kr260_to_vitisai35.sh, step 5 uses cd /home/root/jupyter_notebooks, whereas in install.sh, it seems to install Jupyter notebooks in /root.
What should I do? Could the problem I encountered in section 4 also be related to this issue?
By the way, before executing install_update_kr260_to_vitisai35.sh, I had to rename the folder from Kria-RoboticesAI to KR260-Robotics-AI-Challenge.
