Part Number: AM3352
Hello,
I have created a custom board, basing on beaglebone black.
I'm using AM3352.
When I connect my board to UART, without SD card, I'm getting repeating character "C", as expected.
I can connect to AM3352 with CodeComposer, and using GEL files provided from this wiki: processors.wiki.ti.com/.../AM335x_CCS_Flashing_Tools_Guide I can initialize DDR.
I'm working on PROCESSOR-SDK-LINUX-AM335X 06_03_00_106, and I've prepared the SD card acording to this tutorial: software-dl.ti.com/.../Processor_SDK_Linux_create_SD_card_script.html
Right now I'm regularly getting on UART :
U-Boot SPL 2019.01-gc14892445a-dirty (Sep 07 2020 - 10:36:23 +0200)
Trying to boot from MMC1
and from time to time additionally this:
U-Boot 2019.01-gc14892445a-dirty (Sep 07 2020 - 10:36:23 +0200)
CPU : AM335X-GP rev 2.1
Model: TI AM335x BeagleBone Black
DRAM: 128 MiB
NAND:
I don't have NAND on my custom board, is there a way to skip NAND? Otherwise, is there any other solution to make it work?