Rock64 Webserver / NAS project
#3
To get started with the rock64 I first did some "Basic" configuration

1)     First of all I used etcher to burn the image on the eMMC with a µSD to eMMC converter.
        etcher : https://www.etcher.io
        Image : https://github.com/ayufan-rock64/linux-build/releases/latest (i have chosen Stretch minimal)
        µSD to eMMC : https://ameridroid.com/products/emmc-adapter
        
2)    After that I connected the board to the serial console and opened a terminal with putty
        Howto connect : https://forum.pine64.org/showthread.php?tid=5029
        PuTTY : https://www.putty.org/
        
3)    Once connected the first thing I did was change the host name
        HowTo : https://forum.pine64.org/showthread.php?...0#pid30220
        Reboot for changes to take effect
        
4)    Then I changed the password for rock64 user and root user
        For rock64 user :     
Code:
$ passwd
        For root user :        
Code:
$ sudo passwd root
        
5)    To make sure I have a fixed IP address I configured following file like this
        File : /etc/network/interfaces.d/eth0
Code:
allow-hotplug eth0
iface eth0 inet static
address 192.168.178.250
netmask 255.255.255.0
gateway 192.168.178.1
dns-nameservers 8.8.8.8 192.168.178.1
After saving the file I disabled the dhcp services with following code(to prevent IP-aliasing)    
Code:
$ sudo systemctl disable dhcpcd.service
Reboot for changes to take effect
        
6)    At last I updated the rock64 with following command to make sure that all services that are running on the system are the latest version
Code:
$ sudo apt-get update
$ sudo apt-get upgrade     
        
So far for the "Basic" configuration
  Reply


Messages In This Thread
Rock64 Webserver / NAS project - by mikedhoore - 03-21-2018, 09:59 AM
RE: Rock64 Webserver / NAS project - by mikedhoore - 03-27-2018, 12:55 PM
RE: Rock64 Webserver / NAS project - by tllim - 04-02-2018, 09:44 PM
RE: Rock64 Webserver / NAS project - by tazthecat - 07-19-2018, 05:22 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Are HW design files available for ROCK64? irenek 3 4,822 12-11-2023, 09:31 PM
Last Post: tllim
  Rock64 is unreliable after 3 years of service - power problem? ReleaseTheGeese 0 341 11-23-2023, 05:05 AM
Last Post: ReleaseTheGeese
  Rock64 PoE compatbility with Pi4 Hatt recent Single Board Computer offering from PINE kharak 1 1,084 04-26-2023, 11:38 PM
Last Post: tllim
  Case for the rock64 that supports the POE hat. o1CRiMSON1o 0 630 03-21-2023, 03:48 PM
Last Post: o1CRiMSON1o
Brick Rock64 usb2.0 Power Control Floating GPIO Tutorial Files & Notes MarkHaysHarris777 6 13,283 01-15-2023, 10:36 AM
Last Post: ds00
  rock64 totally brick dakobg 2 1,767 11-07-2022, 05:45 PM
Last Post: olivercfc
  3D-Printable Button Pegs for the ROCK64 Aluminium Case CounterPillow 2 3,539 08-04-2022, 01:31 AM
Last Post: Vicky Weimann PhD
  Where can I find the ROCK64 POE HAT Zoz 2 2,645 06-08-2022, 12:44 AM
Last Post: Zoz
Smile wooden case for ROCK64 killor 13 16,580 03-04-2022, 06:56 AM
Last Post: killor
  1wire DS18b20 on Rock64? mypineme 6 7,070 09-28-2021, 03:07 PM
Last Post: TRS-80

Forum Jump:


Users browsing this thread: 1 Guest(s)