-
Notifications
You must be signed in to change notification settings - Fork 0
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
missing kernel_default.dtbo #3
Comments
I am using Vitis 2020.2.2, because I also work with KV260. I set zcu102.cfg instead of kv260.cfg in ./src/acceleration_examples/offloaded_doublevadd_publisher/CmakeLists.txt. select firmware: $ colcon acceleration select zcu102 and got following error: $ colcon build --build-base=build-zcu102 --install-base=install-zcu102 --merge-install --mixin zcu102 --packages-select ament_vitis vitis_common ros2acceleration offloaded_doublevadd_publisher |
@micmzr thanks, ok, I see what's going on. Shortly, KV260 uses the dfx-mgr infrastructure by default to load/unload acceleration kernels. If you wish to use it in the ZCU102, you'll need to configure PetaLinux appropriately (I don't think it ships enabled by default). When I created the rootfs for ZCU102 it didn't, so to load kernels in this board I was using the If instead you plan on using dfx-mgr, then I encourage you to read its documentation and learn how the device tree overlays are used for each accelerator. That'll help you create the right dtsi for each kernel (from where you can get the corresponding dtbo). |
I am trying to compile ‘offloaded_doublevadd_publisher’ using ZCU102 firmware, but it seems that kernel_default.dtbo file is missing.
The text was updated successfully, but these errors were encountered: