mic/os/orangepi_first_run.example.txt

20 lines
514 B
Plaintext

# Copy /boot/orangepi_first_run.txt.template to /boot/orangepi_first_run.txt,
# then use values like these before the first boot.
FR_general_delete_this_file_after_completion=1
FR_net_change_defaults=1
FR_net_ethernet_enabled=0
FR_net_wifi_enabled=1
FR_net_wifi_ssid='YOUR_WIFI_SSID'
FR_net_wifi_key='YOUR_WIFI_PASSWORD'
FR_net_wifi_countrycode='KR'
FR_net_use_static=0
FR_net_static_ip='192.168.0.50'
FR_net_static_mask='255.255.255.0'
FR_net_static_gateway='192.168.0.1'
FR_net_static_dns='8.8.8.8 1.1.1.1'