So in trying this today, I'm having a bit of trouble... IDK if it's the wiring, or the configuration of the Pi, so I'm putting stuff here so you can see, and others hopefully learn from my error.
This is the wiring I'm following: https://forums.raspberrypi.com/viewtopic.php?t=307094
--------------------------- MiSTer Config -------------------------
This is my /media/fat/tty2rpi/tty2rpi-user.ini (Yes I ran that command you gave, and that's the only TTY device on the mister)
Code: Select all
# TCP socket
#TTYDEV="/dev/tcp/192.168.0.186/6666"
TTYDEV="/dev/ttyUSB0"
--------------------------- Raspi Config -------------------------
This is the /boot/firmware/cmdline.txt
Code: Select all
#console=serial0,115200
console=tty1 root=PARTUUID=501f319d-02 rootfstype=ext4 fsck.repair=yes quiet rootwait cfg80211.ieee80211_regdom=US
/boot/firmware/config.txt
Code: Select all
# For more options and information see
# http://rptl.io/configtxt
# Some settings may impact device functionality. See link above for details
# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on
# Enable audio (loads snd_bcm2835)
dtparam=audio=off
# Additional overlays and parameters are documented
# /boot/firmware/overlays/README
# Automatically load overlays for detected cameras
camera_auto_detect=0
# Automatically load overlays for detected DSI displays
display_auto_detect=1
# Automatically load initramfs files, if found
auto_initramfs=1
# Enable DRM VC4 V3D driver
dtoverlay=vc4-kms-v3d
max_framebuffers=2
# Don't have the firmware create an initial video= setting in cmdline.txt.
# Use the kernel's default instead.
disable_fw_kms_setup=1
# Disable compensation for displays with overscan
disable_overscan=1
# Run as fast as firmware / board allows
arm_boost=1
# Disable bluetooth
dtoverlay=pi3-disable-bt
# Overclock the SD Card from 50 to 100MHz
# This can only be done with at least a UHS Class 1 card
dtoverlay=sdtweak,overclock_50=100
# Set the bootloader delay to 0 seconds. The default is 1s if not specified.
boot_delay=0
[cm4]
# Enable host mode on the 2711 built-in XHCI USB controller.
# This line should be removed if the legacy DWC2 controller is required
# (e.g. for USB device mode) or if USB support is not required.
otg_mode=1
[cm5]
dtoverlay=dwc2,dr_mode=host
[all]
enable_uart=1
dtoverlay=disable-bt
And this is my raspi tty2rpi-user.ini:
Code: Select all
SCREENSAVER="yes" # Set to "yes" to enable screensaver mode on display
SCREENSAVER_START="5" # Start screensaver after x minutes (1-59)
SCREENSAVER_IVAL="10" # Screensaver Interval (1-59) seconds
SCREENSAVER_AMPM="yes" # Use the 12h system?
IPTIMEOUT="5" # Seconds to show the IP information
SERIALSOCKET="yes"
this was run once from the commandline :
It just sits there with the IP waiting for a connection, but doesn't change the image when I load a rom on the MiSTer...