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

Problem while accessing Raspberry pi 5 over ssh or usb #1366

Open
Begoocool opened this issue Sep 18, 2024 · 0 comments
Open

Problem while accessing Raspberry pi 5 over ssh or usb #1366

Begoocool opened this issue Sep 18, 2024 · 0 comments

Comments

@Begoocool
Copy link

Issue 1:
Iam trying to use ssh to access the raspberry pi 5
but when I try to scan my local network using (nmap) it is not listed
tried to ping it using local name no device listed
configuration I used :

EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
IMAGE_INSTALL:append = " openssh"
EXTRA_IMAGE_FEATURES += " ssh-server-openssh"
SYSTEMD_SERVICE:append = " sshd.service"

  1. build core-minimal-image
  2. flash
  3. connect using ethernet
    Note: I can see some logs over HDMI

No ip is listed for raspi 5

Issue 2:
Iam trying to use uart (pin 8 and pin 10) to access the raspberry pi 5
using FT232RL (loop back test is working for it)

configuration used:

ENABLE_UART = "1"

  1. build core-minimal-image
  2. flash
  3. connect uart pin (8 and 10) to FT232RL
  4. Use minicom or screen terminal
    Note: I can see some logs over HDMI

No traces in terminal

Raspi 5
Branch : Scarthgap

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

1 participant