-
Notifications
You must be signed in to change notification settings - Fork 18
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
KR260 Perception node: ros2 acceleration list only shows image_proc #66
Comments
This is documented in prior examples, see https://xilinx.github.io/KRS/sphinx/build/html/docs/examples/3_offloading_ros2_publisher.html. It might indeed be worth adding this if to perception tutorial if you bumped into it: # restart the daemon that manages the acceleration kernels
$ ros2 acceleration stop; ros2 acceleration start |
Hi @vmayoral I restarted the daemon, But only image_proc appears in the The only way I could get the image_proc_streamlined and image_proc_integrated is with the workaround mentioned above |
Restarting the daemon manually is not enough, you need to copy the
firmware. That’s what those commands I mentioned above do.
El El lun, 18 jul 2022 a las 9:03, MohammedRafi Shaik <
***@***.***> escribió:
… Hi @vmayoral <https://github.com/vmayoral>
I restarted the daemon, But only image_proc appears in the ros2
acceleration list. Even after the board reboot, only image_proc appears
in the list.
The only way I could get the image_proc_streamlined and
image_proc_integrated is with the workaround mentioned above
—
Reply to this email directly, view it on GitHub
<#66 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKPYDRJWQ7IUVRXUBZSWC3VUT6VXANCNFSM53K26IBQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@mohammedrafi-sk, I hope this issue is resolved by the latest steps shall I close the issue? |
I followed the build for perception targeting kr260 as mentioned here
While testing on board,
ros2 acceleration list
only shows image_proc.I can see the streamline and integrated dtbo, bin and xclbin files in the ros2_ws, but
ros2 acceleration list
is not listing them even after restarting the dfx_mgrWorkaround:
ros2 acceleration list
shows all the acceleratorsThe text was updated successfully, but these errors were encountered: