Questions tagged [compute-module-development-kit]

5 questions
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"…
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
1
vote
0 answers

Raspbarry pi cm3+ lite sd-speed

I managed to get the board booting from sd-card, but I noticed when I use the regular pi 3+ my boot times are much faster, in fact 1,5 times faster. I have tinkered with the config.txt file, trying to increase the SD-Card speed of the cm3+ lite, my…
0
votes
0 answers

CM3+ and RaspiCam V2 issues

I'm trying to use two RaspiCam V2 with CM3+ and Computer Module 3+ Development Kit board. I followed instructions provided in official links: Raspberry Pi OS with desktop and recommended software CM3+ EMMC OS flashing and then I followed camera…
0
votes
0 answers

RPi CM3+ SDA0 & SCL0 not working

I'm having slight problems with the CM3+ module... I've written the dts overlay and got SCL1 and SDA1 working fine. The pins 28 and 29 should be SDA0 and SCL0 respectively, which is confirmed when I type raspi-gpio get 28,29. So it should be set.…