I have install the latest SDK and current version is 0.20.3719. But after the installation, Simulator is not starting and it is showing only boot process. I have checked all possible solution from documentation and FAQ but still simulator is not starting.
The long boot time issue you are experiencing can be caused by multiple factors. In order to better understand the root cause, we would need some additional information about your environment.
As a first step, please try increasing the timeout for the Kepler Virtual Device startup process to allow more time for the virtual device to complete the boot sequence before the process is terminated. You can do this by following the documentation below:
If this still fails, it is possible that the virtual device instance was corrupted during creation. In that case, please delete the following directory and try starting the virtual device again:
I followed your steps, but the problem still persists. I also removed the SDK and reinstalled it, but the simulator is still not starting. It is stuck on booting. I am sharing the details you asked for.
Drive Link for the virtual_device.err and virtual_device.out file
We’ve been trying to reproduce your issue in a similar environment, but the Virtual Device runs correctly on our side. This suggests that the problem may be environment-specific.
Unfortunately, the stdout and stderr files you shared didn’t provide enough information to identify the root cause. Could you please run the following commands so we can better understand what might be happening on your end? Please share the output of each one.
After analyzing the boot logs, we’ve found what appears to be a compatibility issue with SDK version 0.20.3719 that’s causing the simulator to get stuck on the FireTV logo.
We’re escalating this to the corresponding team for further investigation.
And finally: ls -al /home/$USER/kepler/sdk/0.20.3719/kvd/images/tv/image_files/
Based on the screenshot you provided, it looks like you may have previously installed Kepler
Native SDK, which is incompatible with SDK 0.20. Could you confirm if this is the case?
I understand it’s taking too long at our end, I appreciate your patience !
We are still working on your issue. I’ll let you know once we have an update.
Hi @ABP_Network, sorry for the long wait. I wasn’t able to reproduce your experience on 0.20.3719 which makes me think it’s an issue with your local environment. Could you try running the following command which deletes the state for the virtual device?
rm -rf ~/kepler/sdk/0.20.3719/kvd/instances/*
Then you can try running it again with kepler device simulator start. We’d like to understand the root cause of your issue, but another option to get you going is to download and install v0.21.
I strongly suggest updating the SDK version, currently, the latest one is v0.22.
You can follow the guide to install it here: Install the Vega SDK | Vega Get Started . Here you can select your operating system and the SDK version by updating the dropdown selections.
But SDK v0.22 is not showing in my machine to download the latest SDK. Could you provide the command to install the latest SDK to resolve the boot issue in simulator ? I am not able to write the code for kepler due to simulator issue.
Could you share the command/script to remove the previous instance of Kepler ? I want to remove the previous instance before downloading the latest sdk to resolve the simulator booting issue.