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
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 :
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"
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"
Note: I can see some logs over HDMI
No traces in terminal
Raspi 5
Branch : Scarthgap
The text was updated successfully, but these errors were encountered: