README 1.0 KB

1234567891011121314151617181920212223
  1. ------------------------------
  2. U-Boot console UART selection:
  3. ------------------------------
  4. The U-Boot port for this congatec board currently supports two different
  5. configurations (defconfig files). The only difference is the UART that
  6. is used as the U-Boot console UART. The default defconfig file:
  7. conga-qeval20-qa3-e3845_defconfig
  8. provides this console on the UART0 which is provided via a Winbond
  9. Super-IO chip connected on the congatec Qseven 2.0 evaluation carrier
  10. board (conga-QEVAL). This UART is the one provided with a SubD9
  11. connector on the mainboard (the low one). The 2nd defconfig file:
  12. conga-qeval20-qa3-e3845-internal-uart_defconfig
  13. provides the U-Boot console on the BayTrail internal legacy UART,
  14. which is routed from the QSeven SoM to the X300 connector on the
  15. baseboard. Here is called COM2. The baseboard already provides the
  16. RS232 level shifters. So a TTL-USB UART adapter does not work in
  17. this case. The signals need to get connected directly to the
  18. RS232 level signals of the PC UART via some adapter cable.