Tool/software: Linux
Hi,
I am using am335x starter kit. I install the sdk on Ubuntu16, and run setup.sh. I set images to be loaded from tftp and nfs, set minicom port as /dev/ttyS0. At the last step, it asked whether to run setup script right now and I chose yes. A minicom window shows up and monitoring e.g. ttyUSB1. Then, within 300 seconds, I power off/on the device. But the problem is, the SK is installed on ttyUSB2. I tried many times. After reboot, the SK is always installed on a different ttyUSB* than what the minicom is monitoring. Could anybody help to point out how should I fix this?
Also, when I gave up "running minicom setup right away", I finished the setup.sh, and open a minicom by myself. I loaded the spl file from board_support/prebuilt_images. But I don't know where is the u-boot file I should load to SK. And I didn't find any uEnv.txt on my ubuntu16. Should I built the u-boot by myself? If so, how can I build it? I read the User's Boot Guide, but the folders
$ cd ./AM335x-LINUX-PSP-MM.mm.pp.bb/src/u-boot/u-boot-MM.mm.pp.bb
is not in the sdk installation location. Need I install something else in order to build the u-boot file?
Can someone help me? Thank you very much.