Open main menu

Changes

X635-Software

625 bytes added, 15:54, 25 April 2023
no edit summary
ssh
in the root folder of the “boot” volume (the top-most folder of the drive where start4x.elf, fixup.dat and those files are located)
 
Now when the Pi starts up SSH will automatically be enabled!
 
<big>Preconfigure WiFi / Wireless</big>
 
You can also preconfigure the Compute Module 4 (and any Pi) by creating wpa-supplicant.conf at the base of the “boot” volume like we did with “ssh” file.
 
Create a new file named wpa-supplicant.conf that contains the following:
<pre>
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
country=US
update_config=1
 
network={
ssid="YourNetwork"
psk="YourPassword"
}
</pre>
1. To use the HDMI to CSI-2 bridge, you will need to enable '''[[How to enable camera support in Raspberry Pi OS|Enable legacy camera support]]'''.