Tool/software: Linux
Hello everyone, I am using the am335x-evm-linux-sdk-src-04.03.00.05 source package, compile the 4.9.69 kernel with the following commands respectively.
Make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- tisdk_am335x-evm_defconfig
Make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- am335x-evm.dtb
Make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage LOADADDR=0x82000000
Copy the uImage and am335x-evm.dtb files to the sd card.
But when the sd card starts, it is stuck in the Starting kernel.
The following is my related information
uart output is console=ttyO0,115200n8,
uEnv.txt
bootargs=console=ttyO0,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 mem=512M coherent_pool=8M rootwait loglevel=20
bootcmd=fatls mmc 0; fatload mmc 0 0x82000000 uImage;fatload mmc 0 0x80F80000 am335x-evm.dtb;bootm 0x82000000 - 0x80F80000
uenvcmd=fatls mmc 0; fatload mmc 0 0x82000000 uImage;fatload mmc 0 0x80F80000 am335x-evm.dtb;bootm 0x82000000 - 0x80F80000
What are the reasons for this?





