and subsequently verified the installation using a specific sketch. However, the firmware tool does not recognise this installation and starts an endless attempt to install 0.6.0 anew. In the Arduino Cloud the procedure for initialising a new device does not terminate either. Is this a hardware or a software issue?
I think you misinterpreted your observations. The "Firmware Updater" feature of Arduino IDE doesn't have any mechanism for checking the installation of the firmware on the UNO R4 WiFi board. It only has the capability to install the firmware version you select. As long as that operation completes successfully, then you will know that you have installed the firmware:
In case you want to verify this, I'll provide instructions you can follow to upload a sketch that prints the installed firmware version in the Serial Monitor:
Start Arduino IDE.
Select File > New Sketch from the Arduino IDE menus.
A new sketch will open in an Arduino IDE window.
Replace the content of the sketch with the following code:
Connect the UNO R4 WiFi board to your computer with a USB cable.
Select Tools > Board > Arduino UNO R4 Boards from the Arduino IDE menus.
Select the port of the board from Arduino IDE's Tools > Port menu.
Select Sketch > Upload from the Arduino IDE menus.
Wait for the upload to finish successfully.
Select Tools > Serial Monitor from the Arduino IDE menus to open the Serial Monitor view if it is not already open.
Select "9600" from the baud rate menu at the right side of the Serial Monitor view's toolbard.
Press and release the reset button on the board.
You should now see the version number of the firmware that is installed on the "bridge" module of your UNO R4 WiFi board printed in the Serial Monitor view's output field.
Thank you, ptillisch, for your reply and the clarification regarding the functionality of the Firmware updater. I should have been a little bit more specific in my original question:
I could not install v 0.6.0 using the Firmware Updater (it did not terminate) but I could install v 0.5.2.
I successfully installed v 0.6.0 using "Restore the USB connectivity firmware on UNO R4 WiFi with espflash" and checked it actually with the sketch described in your reply.
I understand from your reply that the Firmware Updater is not designed to note if the version to be installed is actually already installed. In my case the Updater started but did not terminate.
Alternatively, I tried to set up my UNO as a new device in the Arduino Cloud using the Automatic Setup procedure. The procedure did not terminate.
I still wish to understand what the problem is and finally use the UNO in the Arduino Cloud.
Thanks, xfdp. Indeed, I have used the "Restore the USB connectivity firmware on UNO R4 WiFi with espflash" procedure to sucessfully install v 0.6.0 on my UNO. The remaining issues are not being addressed in the thread.
Click on the Arduino Cloud Agent icon (looks like an Arduino logo). ⓘ If you are using Windows, the icon will be in the "notification area". If you are using macOS, it will be in the "menu bar".
A menu will open.
Select "Open Debug Console" from the menu.
The "Arduino Cloud Agent Debug Console" page will open in your browser.
Click the third button from the right in the toolbar at the bottom of the "Arduino Cloud Agent Debug Console" page.
A menu will open.
Select "HIDE 'LIST' COMMANDS" from the menu.
Click the "CLEAR LOG" button that is located near the bottom right corner of the "Arduino Cloud Agent Debug Console" window.
Leaving the "Arduino Cloud Agent Debug Console" browser tab open, make another attempt at setting up the Arduino Cloud IoT Device, just as you did before when you encountered the "procedure did not terminate" problem.
Once you are certain that the procedure has hung/failed, switch to the "Arduino Cloud Agent Debug Console" browser tab.
Click the "EXPORT LOG" button in the bottom right corner of the "Arduino Cloud Agent Debug Console" window.
A download of a file named agent-log.txt will start.
Open the downloaded "agent-log.txt" file in any text editor.
Press the Ctrl+A keyboard shortcut (Command+A for macOS users) to select all the text.
Press the Ctrl+C keyboard shortcut (Command+C for macOS users).
This will copy the selected text to the clipboard.
Open a reply here on this forum topic by clicking the "Reply" button.
Click the <CODE/> icon on the post composer toolbar. This will add the forum's code block markup (```) to your reply to make sure the output is correctly formatted.