Tool/software:
Hi,
Problem: When using the Linux UI view I'm logged in as a weston user. When trying to change to root user, I'm asked for a password and it is not empty (As described in the documentation) What is the root password?
If I log in through UART, the root user has no password.
I've flashed my SK-AM62 with the SDK Linux for AM62x EVM 11.01.05.03 according to Wfantund instructions
1. Install the SDK
2. Setup the tools
mkdir <SDK_PATH>/targetNFS cd <SDK_PATH>/targetNFS tar -xvf <SDK_PATH>/filesystem/am62xx-evm/tisdk-default-image-am62xx-evm.rootfs.tar.xz
3. Setup the wfantund filesystem
setup_AM62x_fileSystem.sh <AM64_SDK_PATH> <LIB_COAP DOWNLOAD PATH>
4. Flash the SD card using <SDK_PATH>/bin/create-sdcard.sh:
- Using custom boot partition /home/a1244925/ti-processor-sdk-linux-am62xx-evm-11.01.05.03/board-support/prebuilt-images/am62xx-evm
- Using custom rootfs partition /home/a1244925/ti-processor-sdk-linux-am62xx-evm-11.01.05.03/targetNFS
5. Rename tiboot3-am62x-gp-evm.bin to to tiboot3.bin to be able to boot from the SD card.
The EVM boots properly.