Hi:
I am using 2 overlays to support a custom cape that includes an LCD and a CAN bus transceiver.
The overlays I am using are BB-CAN1 and BB-BONE-LCD4-01. BB-BONE-LCD4-01 uses P9.24 as an input (which I did not hardwire), while BB-CAN1 uses P9.24 as CAN_RX.
When loading the overlays I get an error that BB-CAN1 failed to load because of the pin conflict.
I modified the cape manager configuration so BB-CAN1 is loaded first, hoping that the LCD cape would map as many pins as it can (and would not reserve P9.24). Though it seems that the overlay is just not loaded at all in case of a pin conflict, and the LCD would just not work anymore.
Ideally I guess I need to create a custom overlay for the cape I built. But for now, the easiest might be to modify BB-BONE-LCD4-01 so it does not try to reserve p9.24.
How can I do this?
Regards,
JS