Compare the HW revisions of RPi 4B/2GB and RPi 4B/4GB, also check / compare the bootloader versions and bootloader configs. Without any details shared it's hard to say what the root of the issue is.
2GB Rasperry 4:
Kodi provides a bootloader EEPROM update from "unknown" to 2021-04-29
and
VIA USB3 Firmware update from 00013701 to 000138a1
Code
LibreELEC4:~ # rpi-eeprom-update ?
*** UPDATE AVAILABLE ***
BOOTLOADER: update available
CURRENT: Thu Jan 1 00:00:00 UTC 1970 (0)
LATEST: Thu Apr 29 16:11:25 UTC 2021 (1619712685)
RELEASE: default (/usr/lib/kernel-overlays/base/lib/firmware/raspberrypi/bootloader/default)
Use raspi-config to change the release.
VL805_FW: Dedicated VL805 EEPROM
VL805: update available
CURRENT: 00013701
LATEST: 000138a1
Raspberry Pi 4 Model B Rev 1.4
Display More
4GB Rasperry 4:
Code
LibreELEC4:~ # rpi-eeprom-update ?
BOOTLOADER: up to date
CURRENT: Thu Apr 29 16:11:25 UTC 2021 (1619712685)
LATEST: Thu Apr 29 16:11:25 UTC 2021 (1619712685)
RELEASE: default (/usr/lib/kernel-overlays/base/lib/firmware/raspberrypi/bootloader/default)
Use raspi-config to change the release.
VL805_FW: Using bootloader EEPROM
VL805: up to date
CURRENT: 000138a1
LATEST: 000138a1
[ 0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.4
Display More
So it looks like the firmware problem - thanks zehner for the link!
Is just a firmware downgrade usefull possible with rpi-eeprom-update?
GarryX3D