I am trying to boot a AM335x (Beaglebone Black) via USB. I am following the instructions in the Sitara Linux Program the eMMC on Beaglebone Black wiki. I am not using U-Boot on the board as the wiki describes, but rather trying to have the Boot ROM load itself initially from the network.
First time I tried, I only saw 'C' printed over and over on the terminal. I shut everything down, brought it all back up, and tried again. Then I saw the U-Boot SPL output:
That information is very helpful. For days I would get that. Then every once in a while I would get the 'CCCC' again. Now I only get the C's!
All of the information that I can find about 'CCCC' in the forum and documentation seems to deal with UART loading. Is that true?
What do these Cs mean in the context of the BOOTP? I can see the same traffic on wireshark both when I see the good serial output and when I see the 'CCCC's (as far as I can tell).
I though maybe the Cs are a result of the boot rom passing USB0 and moving to UART0 to boot (the 4th and final config in my SYSBOOT pin configuration).
What do these repeated Cs mean here? No need to upload a picture. It looks like this: CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
I'm ot sure if this is related to whatever the issue that is preventing me from getting all the way to flashing the OS image or not. Right now, I can see the SPL get tftp'd but then things fall apart...
Thanks!