Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How could I know the Ip address of the de10-nano? #27

Open
BruceBarnes4 opened this issue Nov 11, 2023 · 1 comment
Open

How could I know the Ip address of the de10-nano? #27

BruceBarnes4 opened this issue Nov 11, 2023 · 1 comment

Comments

@BruceBarnes4
Copy link

I just downloaded the Debian image, but I don't know how to get the Ip address of the de10-nano.

@Andy2No
Copy link

Andy2No commented Nov 12, 2023

I only ever tried using a USB-serial connection, with a USB-A to mini-B cable from the PC, and TeraTerm (PuTTY would also work). That should give you a command prompt and let you type commands... which personally, I feel is good enough, but you could use that temporarily to try to find the IP address.

Debian has either

ip a

or

ifconfig

depending on the version. An older version is more likely to have ifconfig, apparently:

https://vitux.com/debian-find-ip-address/

In TeraTerm or similar, configure the serial port at 115,200 baud, 8N1, with no flow control.

You can even use that to transfer files, with the Zmodem protocol, if you install lrsz on the DE10-nano, from a .deb package. I have notes on doing that, somewhere. Let me know if you want more detail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants