Search found 4 matches

by andi_xyz
28 Jun 2022, 10:35
Forum: Software
Topic: RevPi Connect+ Buster Image installieren über Mac OS
Replies: 3
Views: 7225

Re: RevPi Connect+ Buster Image installieren über Mac OS

Thank you very much. Working perfect:


git clone https://github.com/raspberrypi/usbboot.git

brew install libusb
brew install pkg-config

cd usbboot
make


Before flashing I had to unmount the boot drive and then ...


diskutil list
...
sudo dd bs=4M if=./2022-05-25-revpi-buster-lite.img of=/dev ...
by andi_xyz
27 Jun 2022, 08:26
Forum: Software
Topic: RevPi Connect+ Buster Image installieren über Mac OS
Replies: 3
Views: 7225

RevPi Connect+ Buster Image installieren über Mac OS

Hi,

ich würde gerne auf meinen RevPi Connect+ das neuste latest-revpi-buster-lite image installieren. Leider haben wir im Hause keinen Windows Rechner zur Verfügung. Das anschließen über Micro USB an meinen Mac funktioniert leider nicht.
Gibt es hier einen Möglichkeit das neuste Image zu ...
by andi_xyz
28 Nov 2017, 12:49
Forum: Software
Topic: Change Webserver Port
Replies: 2
Views: 4964

Re: Change Webserver Port

Hi Volker,
found the solution.

Change
/etc/apache2/ports.config
/etc/apache2/sites-enabled/000-default.conf

Andi
by andi_xyz
27 Nov 2017, 19:13
Forum: Software
Topic: Change Webserver Port
Replies: 2
Views: 4964

Change Webserver Port

Hi,
I want to install NGINX running on Port 80. Is it possible to change the port of the RevPi WebUI.
Thanks Andi