Questions tagged [compute-module-3]

For questions pertaining to the Raspberry Pi computer module 3.

The Raspberry Pi compute module 3 brings the power of the new quad-core ARMv8 processor in the known SODIMM form factor to system integrators. This allows professional customers use Raspbery Pi 3 technology in their own products, increased reliability and is a "drop-in" upgrade from the Compute Module 1.

58 questions
7
votes
2 answers

Compute Module 3 current/thermal profile

The Pi Foundation just announced the second iteration of the compute module, usefully called the Compute Module 3. In their press release they've dropped some fairly hand-wavey statements about the module's current draw and subsequent thermal…
goobering
  • 10,750
  • 4
  • 40
  • 64
4
votes
1 answer

How do I Flash (install) Raspbian on Raspberry Pi Compute Module 3 / 3+?

NOTE: This question & solution ONLY relates to Compute Modules 3 or 3+ with on-board eMMC storage. The "Lite" versions of these has NO eMMC Storage I'm working on a project involving prototyping and bought a "Raspberry Pi Compute Module 3 Dev Kit"…
4
votes
1 answer

getting two camera preview with raspberry pi compute module

You know raspberry pi compute module has two CSI camera inputs. I can connect two camera and activate both of them. I have a project with raspberry pi that I need to preview from both camera simultaneously and seperately. picamera (python lib) has…
Memik
  • 136
  • 8
4
votes
0 answers

Can the Compute Module 3 support 240fps from the Pi Camera v2?

The Compute Module 3 supports CAM1 with 4x Lane CSI MIPI as does the official doc for the Sony IMX219 camera module. It has been explained in many places that the reason the standard Raspberry Pi single board computers (v1, 2, 3 and Zero) don't…
jonathanbsyd
  • 141
  • 3
4
votes
2 answers

Compute module 3 ttyAMA0

just got my hands on the new CM3, flashed a fresh raspbian image on it and noticed ttyAMA0 is not there (it has been used for bluetooth since raspberry pi 3). the only way to get it back is to change /boot/config.txt and append the option…
Tychus
  • 112
  • 2
  • 10
3
votes
0 answers

SPI0 and UART0 interference caused by SPI interrupt

I have a raspberry CM3 running a custom Linux version created by buildroot (kernel: 4.19.44-v7). The CM3 is configured to be part of a measurement system that is used on a quad-bike (so a lot of vibrations). I have several peripheral…
Steven
  • 65
  • 1
  • 6
3
votes
1 answer

Trouble connecting USB devices with Raspberry Pi Compute Module on custom PCB

I am working with a team designing a PCB that works with the Raspberry Pi Compute Module 3 card. We are having a bit of trouble with the USB ports. The schematic of the USB portion is somewhat similar to the Development board. We are using a 3 port…
3
votes
1 answer

Read/Write LAN9512 EEPROM

We are building a device around the Compute Module 3 and since it needs internet access we decided to go with the LAN9512 that was also used in the Raspberry Pi earlier. The LAN9512 requires an EEPROM to function and that EEPROM has a field for a…
Dakkaron
  • 143
  • 3
3
votes
2 answers

CM3 both cameras recognized but stereo not working

I recently started to work with the CM3. When I start raspbian, I can check that both cameras are detected and supported. In addition, I can acquire an image/a video from each separately easily but I can not acquire a stereo image with the 3d flag…
3
votes
0 answers

Mass deployment on Raspberry Compute Module 3.0

I am looking for the easiest method to backup/restore/mass deploy the raspberry compute module. (1000+ pcs) I though about creating an image with raspbian and opencv but I still need to connect the module one by one. Do you have any idea ? Best…
Antonin B.
  • 31
  • 2
2
votes
1 answer

How do I boot a Compute Module 3+ Lite?

I bought a Raspberry Pi "Compute Module 3+ Development Kit" which includes a Compute Module 3+ Lite (CM3l). Unlike the standard Compute Module 3+ that's included in the kit, this has no on-board eMMC storage to flash a bootable image to. There's an…
F1Linux
  • 1,677
  • 1
  • 15
  • 32
2
votes
1 answer

Enable mini UART on CM3

I wan't to enable the mini UART on a CM3 for Linux console access in emergency cases. The full UART will be used for other purposes. With a newly flashed CM3 I can access the Linux console using GPIO14/15. On the system this is /dev/ttyAMA0. I have…
hultqvist
  • 132
  • 8
2
votes
1 answer

I2C bus 0 not working, I2C bus 1 is

I am using both the i2c-0 and i2c-1 busses on my raspberry pi compute module 3. I can use i2c-1 no problem. Full comms, can probe the line and see good signals, get good signals back and the good old i2cdetect -y 1 command gives the expected…
Puffafish
  • 181
  • 1
  • 6
2
votes
0 answers

64bit distribution on compute module 3

I'm trying to run a 64bit distribution on Raspberry compute module 3. I've found that Arch linux have a 64 version of his distribution ( https://archlinuxarm.org/platforms/armv8/broadcom/raspberry-pi-3 ). I've tried it in the raspberry pi 3 B+…
Katte
  • 121
  • 2
2
votes
1 answer

Raspberry Pi Compute Module 3 and IO Board does not detect USB device if it's plugged in before booting

I have a Raspberry Pi Compute Module 3 mounted on an IO board, connected to a (powered AFAIK) USB hub full of devices, and running Ubuntu MATE 16.04.2, with the X server disabled. I've noticed that whenever I switch on the RPI, none of the USB…
9a3eedi
  • 123
  • 1
  • 6
1
2 3 4