Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit a13c92e

Browse files
authored
Merge pull request #12 from pietroglyph/link-local-fix
Disable link-local addressing completely to address issue on radio port 2
2 parents 4a5f423 + 4977743 commit a13c92e

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/workflows/build-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
tags:
99
- '*'
1010
pull_request:
11-
branches: [ master ]
11+
branches: [ master, arm64, gloworm-arm64 ]
1212

1313
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1414
jobs:
@@ -59,4 +59,4 @@ jobs:
5959
files: ./deploy/image_*PhotonVision*.img.xz
6060
env:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62-
62+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Index: jessie-stage2/rootfs/etc/dhcpcd.conf
2+
===================================================================
3+
--- jessie-stage2.orig/rootfs/etc/dhcpcd.conf
4+
+++ jessie-stage2/rootfs/etc/dhcpcd.conf
5+
@@ -57,3 +57,7 @@
6+
# fallback to static profile on eth0
7+
#interface eth0
8+
#fallback static_eth0
9+
+
10+
+# Disable link-local addressing completely
11+
+# This seems to cause issues when DHCP times out (?) on the FRC radio
12+
+noipv4ll

0 commit comments

Comments
 (0)