Hi admin, I can’t create a new topic, so please let me post as a comment in this post.
I am currently using a Seeed reComputer Mini J501 kit with the official Seeed JetPack 6.2.1 image:
mfi_recomputer-mini-agx-orin-j501-6.2.1-36.4.3-2026-02-05.tar.gz
Hardware:
-
Seeed reComputer Mini J501
-
Jetson AGX Orin module
-
HDMI monitor connected directly
-
Serial debug console via ttyTCU0 working normally
Problem:
The system boots successfully, but the HDMI monitor remains completely black.
Initially during boot I observed repeated DRM errors such as:
[drm:nv_drm_atomic_commit [nvidia_drm]] ERROR [nvidia-drm] Flip event timeout on head 0
[drm:nv_drm_atomic_commit [nvidia_drm]] ERROR [nvidia-drm] Failed to apply atomic modeset
and also:
[nvidia-drm] Failed to grab modeset ownership
After modifying kernel parameters, the flip timeout errors disappeared, but HDMI output is still black.
Current kernel parameters:
nvidia-drm.modeset=1
nvidia-drm.fbdev=0
I also disabled Wayland:
WaylandEnable=false
and switched from gdm3 to lightdm + XFCE, but HDMI is still black.
Important observations:
- HDMI monitor is detected correctly
The following DRM node exists:
/sys/class/drm/card1-HDMI-A-1
Status:
connected
Supported modes include:
EDID can be read successfully.
- DRM drivers load successfully
lsmod shows:
-
nvidia_drm
-
tegra_drm
-
drm_kms_helper
- Framebuffer exists
cat /proc/fb
returns:
0 simple
fbset -i shows:
mode “2560x1440”
- Framebuffer write test succeeds
I tested:
sudo fbi -T 1 -d /dev/fb0 /usr/share/backgrounds/warty-final-ubuntu.png
No error is reported, but the HDMI monitor still stays black.
- Xorg starts but exits
startx output:
xinit: connection to X server lost
Server terminated successfully (0)
Couldn’t get a file descriptor referring to the console.
- Current suspicion
It looks like:
Questions:
-
Is this a known issue on reComputer Mini J501 with JetPack 6.2.1?
-
Is there a recommended DRM/KMS configuration for stable HDMI output?
-
Should simplefb be disabled?
-
Is there any known conflict between:
-
simplefb
-
tegra_drm
-
nvidia_drm
-
Is there a recommended extlinux.conf configuration for HDMI stability?
Any help or recommended configuration would be greatly appreciated.
Thank you.