Description:
The UART communication guide currently instructs users to set CONFIG_DECK_FORCE="cpxOverUART2".
This instruction is stale. According to the firmware Deck API docs, CONFIG_DECK_FORCE is a development-only feature that bypasses the modern automatic modular discovery system.
Proposed Fix:
Remove the CONFIG_DECK_FORCE step from the tutorial entirely. Enabling CONFIG_DECK_CPX_HOST_ON_UART2=y is sufficient, as the firmware now automatically handles the CPX deck routing natively.
Description:
The UART communication guide currently instructs users to set
CONFIG_DECK_FORCE="cpxOverUART2".This instruction is stale. According to the firmware Deck API docs,
CONFIG_DECK_FORCEis a development-only feature that bypasses the modern automatic modular discovery system.Proposed Fix:
Remove the
CONFIG_DECK_FORCEstep from the tutorial entirely. EnablingCONFIG_DECK_CPX_HOST_ON_UART2=yis sufficient, as the firmware now automatically handles the CPX deck routing natively.