Below are some commands that allow you to perform some specific actions if you need to.
Connect to your Recalbox:
ssh root@[IP address of your Recalbox]
Mount the system partition in read/write mode:
mount -o remount,rw /
Mount the boot partition in read/write mode:
mount -o remount,rw /boot
Stop EmulationStation:
es stop
Start EmulationStation:
es start
Restart EmulationStation:
es restart
Change user password:
passwd
Restart your Recalbox:
reboot
Turn off your Recalbo:
poweroff
Take a screenshot:
raspi2png
It will take a screenshot and create a file under /recalbox/share/screenshots/
with the name screenshot-date-du-screenTheure-du-screen.png
.
You can also change your screenshot to a custom name with -p filename.png
Network information:
ifconfig
Check the CPU temperature:
cat /sys/class/thermal/thermal_zone0/temp
Then divide the result by 1000 to get the temperature in Celsius (for example: 54034 becomes 54°C).
Raspberry Pi specific configuration, like overscan settings, overclocking, default video mode, etc... :
nano /boot/recalbox-user-config.txt
Recalbox configuration file:
nano /recalbox/share/system/recalbox.conf