You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
I justed downloaded release 0.1.0 and booted it on the Odroid C1 (original, non-plus Version).
As I did not see it asking for an IP Address, I used an TTL Converter and the Serial console.
Turns out, the Odroid C1 does boot, but it does not use dhclient for unknown reason.
Also, I can only use ifconfig with sudo:
HypriotOS/armv7: pirate@black-pearl in ~
$ ifconfig
-bash: ifconfig: command not found
HypriotOS/armv7: pirate@black-pearl in ~
however -
$ sudo ifconfig
works.
After doing an
sudo dhclient eth0
the Odroid got an IP Address - but without that - it does not work.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
I justed downloaded release 0.1.0 and booted it on the Odroid C1 (original, non-plus Version).
As I did not see it asking for an IP Address, I used an TTL Converter and the Serial console.
Turns out, the Odroid C1 does boot, but it does not use dhclient for unknown reason.
Also, I can only use ifconfig with sudo:
however -
works.
After doing an
the Odroid got an IP Address - but without that - it does not work.
The text was updated successfully, but these errors were encountered: