Hi Expert!
We are using AM625 based our custom HW.
We created images using yocto with TI-META and flashed into RAM using usb dfu tool.
We are able to load RAM till u-boot and got console then we loaded our eMMC image using usb dfu-util tool.
Once we load all bootloader then rootfs and gave below command on u-boot console.
U-Boot# bootm 0x82000000
then board booted properly with above command.
After that we did below steps.
- Power OFF board and change the boot mode for eMMC Power on the board.
- Board should boot from eMMC
After completing above steps we are not able to see the boot logs with single line also.
We thought B22 pin is already input so we marked as output and generated bins, so tested but logs are not coming.
see the below pic for our schematic connection.
We changed k3-am62x-sk-common.dtsi as mention in below.
main_mmc1_pins_default: main-mmc1-pins-default {
pinctrl-single,pins = <
AM62X_IOPAD(0x23c, PIN_INPUT, 0) /* (A21) MMC1_CMD */
AM62X_IOPAD(0x234, PIN_OUTPUT, 7) /* (B22) MMC1_CLK */
Anything we need to change extra ? to get logs for eMMC boot.
Please help us!
Thanks,
Suraj.