Skip to content

Instantly share code, notes, and snippets.

@camerahacks
camerahacks / Rock_CM3_Setup.md
Last active June 9, 2023 00:17
Rock CM3 Setup

Radxa Rock CM3 on a CM4 carrier board

Out of the box, the Radxa Rock CM3 does not work with boards designed for the Raspberry Pi CM4. Here are the steps to get the most functionlity working on a CM4 board.

Before we get started, if you appreciate the work I do with rpilocator.com, hwlocator.com, and dphacks.com, consider buying me a coffee.

ko-fi

First Boot Config

@camerahacks
camerahacks / Rock_4_SE_Setup_Debian.md
Last active December 15, 2022 21:31
Rock 4 SE Setup

Rock 4 SE Setup Instructions

Wifi Setup

Let's start setting up the hostname to rock4se

sudo hostnamectl --static set-hostname rock4se

Next, setup the network

@camerahacks
camerahacks / CM4-Provision.md
Last active May 30, 2023 10:44
CM4 Provision System Postinstall Script

CM4 Provision System Postinstall Script

{DPHacks} a website for everything camera hack related.

Postinstall script to be used with Raspberry Pi's CM Provisioning System (https://github.com/raspberrypi/cmprovision)

This script has been tested with Raspberry Pi OS Bullseye edition realeased April 8th 2022 and after.

It takes advantage of the user configuration file.

Instructions

@camerahacks
camerahacks / lucee-pi.md
Last active October 11, 2020 23:06
Running Lucee Express on Raspberry Pi

Install/Run Lucee CFML server on Raspberry Pi

This guide assumes that the raspberry pi is running and you can SSH into it.

First Boot

Run sudo raspi-config change the hostname to make it easier to find on local network and reboot.

Open terminal and SSH using the hostname entered above ssh pi@hostname.local. If this doesn't wor, use your Pi's IP address.

Second Boot

This is a companion Gist to @ {DPHacks} a website for everything camera hack related.

After burning the OS image to the microSD card, eject the card from the memory card reader and plug it in again.

Enable SSH

Navigate to the /boot partition on the microSD card and create an empty file named "ssh" (no quotes). This file should not have an extension (no .txt needed). When you boot the Raspberry Pi, the OS will see this file and take it as a queue to enable SSH. This is helpful if you are not connect the Pi to a monitor/display.

Enable Wi-fi

Create another file under /boot. This file should be named wpa_supplicant.conf. Again, during boot, the Pi will use this file to configure WiFi options.