siemens / meta-iot2050

SIMATIC IOT2050 Isar/Debian Board Support Package
MIT License
130 stars 77 forks source link

Can't boot the device with builded images, need to update the firmware? #300

Closed yayitazale closed 2 years ago

yayitazale commented 2 years ago

I have been able to successfully create sample images with different configurations (normal, LXDE, Coral...) but none of them boots on my IoT2050.

Do I have to create a "firmware image" first to update the firmware? How can I know if my device is PG1 or PG2? Where can I find the steps to update the firmware with the image?

Thanks

lifang0504 commented 2 years ago

Hi, you can refer to this below link:

https://support.industry.siemens.com/tf/ww/en/posts/firmware-update-to-use-example-image-v1-2-1/275777/?page=0&pageSize=10

jan-kiszka commented 2 years ago

In addition, attaching a UART-serial converter to the X14 debug port can help a lot in debugging boot issues. The output will also dump the device type.

yayitazale commented 2 years ago

Thanks.