# Help development for uConsole + RPi CM3

**URL:** https://forum.clockworkpi.com/t/help-development-for-uconsole-rpi-cm3/11313
**Category:** uConsole
**Tags:** tinkering, kernel
**Created:** [October 18, 2023, 11:04am UTC](https://forum.clockworkpi.com/t/help-development-for-uconsole-rpi-cm3/11313 "2023-10-18T11:04:54Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![PotatoMania](https://yyz1.discourse-cdn.com/flex029/user_avatar/forum.clockworkpi.com/potatomania/32/8072_2.png) [@PotatoMania](https://forum.clockworkpi.com/u/PotatoMania)
#### Post date: [October 18, 2023, 11:04am UTC](https://forum.clockworkpi.com/t/help-development-for-uconsole-rpi-cm3/11313/1 "2023-10-18T11:04:54Z")

</div>

I’ve tried to put a RPi CM3 in the uConsole. I’ve made a few attempts but I couldn’t get the display and WiFi(the essentials I think) work. I’m writing to ask help from the community.

What I’ve done:

- write device trees & overlays for mainline and downstream(RPi fork) kernels
- port the patches to different kernels
- test different kernels(mainline 6.1,6.5, downstream 5.10,5.15,6.1,6.5)
  - I haven’t try the kernel used by devterm cm3

I’ve successfully make all of the kernels I tested to boot on my device, with working PMU, USB, HDMI. Bluetooth chip is detected, and is likely to work with downstream, and more likely with mainline.

I’m sure I **couldn’t** make the following components work:

- DSI panel: total black, and may flash once on initialization
  - on mainline: currently unable to get any debug info
  - on downstream: “transfer interrupt wait timeout”, cannot send any DCS command

- WiFi: simply not detected with any kernel I’ve tried

I’m writing to ask help from the community, if anyone have made some progress or is familiar with the problems, as I’m not experienced and don’t have the necessary equipment to analyze it(at least for the moment).

BTW, the 4G/LTE modem will always be turned on when power on a uConsole with CM3 because of the default pulls on the pins.

---

<div class="post-metadata">

### Author: ![markatlnk](https://avatars.discourse-cdn.com/v4/letter/m/8797f3/32.png) [@markatlnk](https://forum.clockworkpi.com/u/markatlnk)
#### Post date: [October 18, 2023, 2:00pm UTC](https://forum.clockworkpi.com/t/help-development-for-uconsole-rpi-cm3/11313/2 "2023-10-18T14:00:33Z")

</div>

You got further than I did. I have a DevTerm with the CM3 and picked up a uConsole with the R-01 in it. Original plan was to use the CM3 in the uConsole, but other than getting it to boot using the HDMI, I didn’t get far. I just ran out of time.

---

<div class="post-metadata">

### Author: ![markatlnk](https://avatars.discourse-cdn.com/v4/letter/m/8797f3/32.png) [@markatlnk](https://forum.clockworkpi.com/u/markatlnk)
#### Post date: [October 18, 2023, 2:33pm UTC](https://forum.clockworkpi.com/t/help-development-for-uconsole-rpi-cm3/11313/3 "2023-10-18T14:33:25Z")

</div>

I also picked up a CM4S, it is a CM4 that plugs into a CM3 socket directly without an adapter. The issue here is you don’t get the WiFi or Bluetooth either. I got the WiFi with an external, but still don’t have the BT. I picked up a dual adapter with WiFi and BT, but that doesn’t seem to be supported. To many non-related things going on so it will all just wait. I do have the CM4 adapter in my hands and a CM4 on order. Will switch to that eventually.

---

<div class="post-metadata">

### Author: ![PotatoMania](https://yyz1.discourse-cdn.com/flex029/user_avatar/forum.clockworkpi.com/potatomania/32/8072_2.png) [@PotatoMania](https://forum.clockworkpi.com/u/PotatoMania)
#### Post date: [October 20, 2023, 2:41pm UTC](https://forum.clockworkpi.com/t/help-development-for-uconsole-rpi-cm3/11313/4 "2023-10-20T14:41:37Z")

</div>

Good news! LCD panel is now operational with current downstream 6.1.y kernel!

TODOs:

- Fix WiFi
- Optimize PMU driver

---

<div class="post-metadata">

### Author: ![markatlnk](https://avatars.discourse-cdn.com/v4/letter/m/8797f3/32.png) [@markatlnk](https://forum.clockworkpi.com/u/markatlnk)
#### Post date: [October 21, 2023, 1:33am UTC](https://forum.clockworkpi.com/t/help-development-for-uconsole-rpi-cm3/11313/5 "2023-10-21T01:33:26Z")

</div>

That is terrific. I would really like to use my CM3 in the uConsole.

---

<div class="post-metadata">

### Author: ![PotatoMania](https://yyz1.discourse-cdn.com/flex029/user_avatar/forum.clockworkpi.com/potatomania/32/8072_2.png) [@PotatoMania](https://forum.clockworkpi.com/u/PotatoMania)
#### Post date: [October 21, 2023, 11:17am UTC](https://forum.clockworkpi.com/t/help-development-for-uconsole-rpi-cm3/11313/6 "2023-10-21T11:17:46Z")

</div>

WiFi and BT should be fixed now. I’m preparing the patches and tests.
