Can someone please elaborate on this section of the wiki:
I don't understand the last sentence:
"Bootloader tries to detect the platform (J6/J6eco) and assume But this can be overwritten via uenv.txt used by u-boot."
It's like part of the sentence was deleted, i.e. what does it assume?! Is the bootloader supposed to be able to figure out what screen is attached to my board and load the proper dtb accordingly, or does it always assume NO screen unless I explicitly tell it otherwise?
Furthermore, I've seen other forum posts suggest specifying something along these lines in uenv.txt:
fdtfile=dra7-evm-lcd-lg.dtb
However, nowhere in the entire article does it ever mention "fdtfile", so that's rather difficult to guess. Is that the recommended method of doing this, or is it preferred to change the dra7-evm.dtb soft link (in <rootfs>/boot) to point to the desired file?
Finally, pertaining to the two different 10" LCD's, is there a way to tell them apart by looking at them? I had to just guess and check to determine what was on my board. If you know of an easy way to identify which LCD is on your board, it would be useful to note it in this section.
Brad