-
Notifications
You must be signed in to change notification settings - Fork 0
Wiki Headless
Carsten edited this page Feb 3, 2019
·
13 revisions
Welcome to the raspberry_headless wiki!
systemctl enable rc-local.service
raspi-config --expand-rootfs
reboot
remove password : sudo passwd -d root
sed -i 's/read only = yes/read only = no/g' /etc/samba/smb.conf
smbpasswd -a pi
/etc/init.d/samba restart
just insert SD card with a valid image an boot ....
/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh
echo none > /sys/class/leds/beaglebone:green:usr0/trigger
cd /etc/systemd/system
create new file testServer.service
[Unit]
Description=ENS Test Server After=network.target StartLimitIntervalSec=0
[Service]
Type=s
Restart=always
RestartSec=1
User=root
ExecStart=/home/debian/testServer/TestServer.exe
[Install]
WantedBy=multi-user.target