Skip to content

Commit 0cf7298

Browse files
committed
hostname entry note
1 parent de6f30d commit 0cf7298

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

grisp/grisp_base/files/erl_inetrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
% Add hosts
44
%
55
%% Edge wireless laptop node :
6-
%% Replace <hostname> with the value returned by the "hostname -s" command.
6+
%% Replace <hostname> with the value returned by the "hostname -s" command
7+
%% and uncomment host entry.
8+
79
% {host, {169,254,187,90}, ["<hostname>"]}.
8-
% {host, {169,254,187,90}, ["Igors-MacBook-Pro"]}.
9-
{host, {169,254,187,90}, ["Igors-MBP"]}.
1010

1111
%--- GRiSP boards --------------------------------------------------------------
1212

grisp/grisp_base/files/grisp.ini.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ args = erl.rtems -- -mode embedded -home . -pa . -root {{release_name}} -config
66

77
[network]
88
wlan=enable
9-
ip_self=169.254.16.4
9+
ip_self=169.254.16.1
1010
wlan_ip_netmask=255.255.0.0
1111
wlan_mode=adhoc
1212
wlan_adhocname=edge
1313
wlan_channel=6
14-
hostname=my_grisp_board_4
14+
hostname=my_grisp_board_1

0 commit comments

Comments
 (0)