-
Posts
51 -
Joined
-
Last visited
Other groups
Support
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
USB Gadget Ethernet (g_ether or g_cdc) on mainline kernel not working
IBV replied to runlikellama's topic in Radxa Rock 5 ITX
Hi, could you point to a like where this status is shown? Normally yes, once Armbian will start integrating that kernel version you should have what you need. -
How to reset the armbian system and restore the initial configuration operation??
IBV replied to lay's topic in Khadas EDGE2
Take a look here: https://docs.armbian.com/User-Guide_Getting-Started/#deploy-the-image -
It only works when you are already logged in Gnome, just for your session (no sudo). If you want global settings, you could try setting this via /etc/profile.d/. Create a script like: /etc/profile.d/disable-screen-blank.sh With the contents #!/bin/bash if [ "$XDG_SESSION_TYPE" = "wayland" ]; then gsettings set org.gnome.desktop.session idle-delay 0 fi and make it executable sudo chmod +x /etc/profile.d/disable-screen-blank.sh I tried it and it works for my Gnome 48 test system.
-
How to reset the armbian system and restore the initial configuration operation??
IBV replied to lay's topic in Khadas EDGE2
Hi, not sure if there's a way to do this, I would re-flash the SD card with the image you were using. That will re-trigger the initial config. -
Did you also start screen or minicom on the SBC ? For example: screen /dev/ttyS0 115200 And on PC: screen /dev/ttyUSB0 115200 Make sure you use the same speed on both sides.
-
Hi, are you using a usb to serial converter or the real serial com port? I did not see any ttyUSB0 listed in your boot log. In case of the real serial com port you should not be using /dev/ttyUSB0, but /dev/ttyS0.
-
There seems to be a RTC detected on boot [ 1.018029] sun6i-rtc 1f00000.rtc: registered as rtc0 [ 1.018081] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01T00:00:04 UTC (4) Just to confirm, you could disconnect your RTC and boot again. Then check the boot log if the system says anything about rtc.