colcon / colcon-hardware-acceleration

An extension for colcon-core to include embedded and Hardware Acceleration capabilities
Apache License 2.0
5 stars 5 forks source link

create ioctl on diskimage failed: Device or resource busy #23

Open Claxl opened 4 hours ago

Claxl commented 4 hours ago

Issue Summary

I'm experiencing two errors when attempting to build the Linux vanilla sd_card.img using colcon on my workstation. These errors occur under different conditions:

Environment

Host OS: Ubuntu 22.04 (on a partitioned SSD)
Working Directory: ~/krs_ws
Command: colcon acceleration linux vanilla --install-dir install-kr260
Using: KRS
Claxl commented 4 hours ago

First Error: 1

Second Error: 2

More info on my env:

 ROS2` humble
 rmw_cyclonedds as DDS

I have followed the KRS setup tutorial and the KR260 workaround. My question are:

_Is it still possible to use the sdcard.img? Is there a workaround for not rebooting every build?