A newly bought RPi4B is not booting when two FTDI chips are attached via USB.
By no booting I mean:
- Power LED comes on (and stays ON)
- ACT LED stays OFF
The FTDI chips are USB to Serial ICs with idVendor=0403 and idProduct=6015
Also it is important to note that both of those chips are not draining any V from the Rpi usbs (they are connected only on the D+ / D- and GND.
My RPi4 goes beyond (and boots successfully after this zombie mode) only if I do either of the following:
- Detach the USB cables to FTDI chips (only one of them would do)
- Attach a tty/usb interface to the UART pins , and then to another desktop/laptop (but it HAS to be all three pins TX/RX/GND)
Once it boots (and I re-attach the FTDI chips) everything works fine.
What I have tried:
- Powering the Rpi4 with all different ways (different usb-c cables and power supplies, directly on the 5V pins)
- Upgrading to latest EEPROM (rc3.3)
- All different combinations on where to attach the two USB devices (both on the USB3 controller, both on USB2, mixed etc)
- Isolated shield and GND on the USB cables attached
- Measured GND Voltage diffs to check for ground loops (none found)
- Tried many different cables
I am kinda at a loss

ps. Needless to say no other devices are attached.