Hello everyone, thanks for the time you are according me, its a bit making me crazy im on this problem since 2 weeks
According to me everything seems okay, but it doesnt seems to display anything, it just do an infinite loop right here without displaying any error message, my beagle is normally using debian 8.6 image and kernel 4.4 i tried to update it to 6.6.32-ti-arm32-r6 by using the same config file or the default config omap2, it works on a basic beagle using default config but not on this beaglebone which is a bit modified regarding dtb file and uboot. I tried generate a new uboot but i cant make it work, doing a proper make am335x_evm_defconfig, what can solve my problem and can you detect any problem in my uboot logs ?
I have 2 uEnv.txt since the original beagle image is a 8.6 iot, one in /boot/uEnv.txt that says :
uname_r=6.6.32
cmdline = coherent_pool=1M splash video=HDMI-A-1:1024x600MR@60e fbcon=rotate:3 usbcore.authorized_default=0 fsck.mode=auto fsck.repair=yes ima_audit=1 ima_tcb
And the other one is /uEnv.txt at the root of the filesystem that is pretty much the original file from the beagle 8.6 image, i can paste it if you ask me
Here is what a Serial Port connected to my beagle returns me :
U-Boot 2015.10-dirty (Mar 05 2021 - 11:45:45 +0100)
Watchdog enabled
I2C: i2c set bus num init all
i2c set bus num 2
i2c_set_bus_num
ready
DRAM: 512 MiB
Reset Source: Global external warm reset has occurred.
Reset Source: Global warm SW reset has occurred.
Reset Source: Power-on reset has occurred.
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
Using default environment
mac: 34fc6f 02690
<ethaddr> not set. Validating first E-fuse MAC
<ethaddr> mac to set is valid
debug ti cpsw
cpsw
Hit any key to stop autoboot: 0
gpio: pin 53 (gpio 53) value is 1
select fdt core_tpm2_sa3.dtb
switch to partitions #0, OK
mmc0 is current device
gpio: pin 54 (gpio 54) value is 1
Checking for: /uEnv.txt ...
1154 bytes read in 9 ms (125 KiB/s)
gpio: pin 55 (gpio 55) value is 1
Loaded environment from uEnv.txt
Importing environment from mmc ...
Checking if uenvcmd is set ...
gpio: pin 56 (gpio 56) value is 1
Running uenvcmd ...
535 bytes read in 63 ms (7.8 KiB/s)
debug1: [/boot/vmlinuz-6.6.32] ...
7547208 bytes read in 486 ms (14.8 MiB/s)
debug3: [/boot/initrd.img-6.6.32] ...
3700064 bytes read in 278 ms (12.7 MiB/s)
debug2: [/boot/dtbs/6.6.32/core_tpm2_sa3.dtb] ...
58677 bytes read in 371 ms (154.3 KiB/s)
debug: [console=ttyO2,115200n8 root=/dev/mmcblk0p1 rootfstype=ext4 rootwait coherent_pool=1M splash video=HDMI-A-1:1024x600MR@60e fbcon=rotate:3 usbcore.authorized_default=0 fsck.mode=auto fsck.repair=yes ima_audit=1 ima_tcb] ...
debug: [bootz 0x82000000 0x88080000:387560 0x88000000] ...
Kernel image @ 0x82000000 [ 0x000000 - 0x732948 ]
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Using Device Tree in place at 88000000, end 88011534
Starting kernel ...