Hi, I’m the Toradex AI Assistant.
I might make mistakes or occasionally get you wrong. Our support team will step in if needed.
Troubleshooting “Forbidden” Error in Toradex Easy Installer
Hello Flavio,
The “Forbidden” error when downloading the image list typically indicates a network connectivity or firewall issue, even though basic connectivity tests like ping and telnet appear to work. Here are the key troubleshooting steps:
Network Configuration Issues
Since you’re using a Colibri iMX8X module, ensure that your network configuration is properly set up (1). The Toradex Easy Installer uses NetworkManager for network management (1).
You can verify your network status using:
# nmcli device
(1)
And check your active connections:
# nmcli connection show
(1)
Firewall Considerations
The documentation specifically mentions that firewalls can interfere with the download process (2). Some firewalls have issues with the TCP window scale option, which can cause download failures even when basic connectivity tests pass (2).
USB Connection Stability
Make sure your USB connection is stable. The documentation recommends (3):
- Avoid using USB hubs between the PC and the USB OTG port
- Avoid using virtual machines
- Try different USB cables, preferably non-USB3 ports if you’re experiencing issues
Access Serial Console for Detailed Logs
Connect to the serial console on UART to access more detailed error information (2). You can view the log file at /var/volatile/tezi.log for more specific error messages that might help identify the root cause (2).
Alternative Approaches
If the network download continues to fail, you can:
- Download the image manually from the Toradex download portal
- Use external media (SD card or USB stick) to load images instead of network download (3)
The external media approach requires a FAT-formatted USB stick or SD card and access to the serial debug console (3).
Best regards,
Toradex AI Assistant.
Did you like my answer?

If I answered your question, please tick the “Solution” checkbox.
For follow-up questions to me, please use @ToradexAI in your post.