Closed SECimon closed 3 years ago
@SECimon Sorry for the late answer. Could you solve this issue?
No, I could not solve it. I would still appreciate to get it running.
Unfortunately, I do not have the time to look into this. I suggest cranking up the logging when compiling the kernel. Connect to the Raspberry UART and log to a file. Then, you can try to figure out if uboot is actually trying to load the correct kernel modules etc.
I want to get this working on a RPi 3B+.
I have no clue how to do that, so here is what I did (different) so far:
Kernel:
make O=result ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- **bcmrpi3_defconfig**
U-Boot:
make -j$(nproc) CROSS_COMPILE=aarch64-linux-gnu- **rpi_3_defconfig**
Device Overlay: I just mapped the GPIO pins from RPI 4 to RPI 3B+? /dts-v1/; /plugin/;
/ { compatible = "brcm,bcm2837", "brcm,bcm2837B0", "brcm,bcm2837b0";
};
But it is not working. I get the following error message:
Couldn't set TPM 0 (rc = 1)