Hello,
I am using latest SDK v7.1, I have set boot from NFS as per the user guide
However, the EVM not able to boot since it could not find boot file (line 7 in below code), I checked "echo ${bootfile}" -- shows empty so boot fie is not set.
done Bytes transferred = 9969648 (981ff0 hex) Load Remote Processor 8 with data@addr=0x82000000 9969648 bytes: Success! link up on port 1, speed 1000, full duplex Using ethernet@46000000 device File transfer via NFS from server 192.168.2.1; our IP address is 192.168.2.65 Filename '/home/vinod/ti/ti-processor-sdk-linux-j7-evm-07_01_00_10/targetNFS/boot/'. Load address: 0x82000000 Loading: *** ERROR: File lookup fail done link up on port 1, speed 1000, full duplex Using ethernet@46000000 device File transfer via NFS from server 192.168.2.1; our IP address is 192.168.2.65 Filename '/home/vinod/ti/ti-processor-sdk-linux-j7-evm-07_01_00_10/targetNFS/boot/k3-j721e-common-proc-board.dtb'. Load address: 0x88000000 Loading: ################### done Bytes transferred = 93829 (16e85 hex) Bad Linux ARM64 Image magic! =>
So I set environment variable bootfile to Image (symbolic link to Image-5.4.74-g9574bba32a) which is present in targetNFS/boot/ folder
=> setenv bootfile Image
Now EVM boots, but i am not able to login since it says user name "root" is incorrect.
could you please let me know if the steps right, what is the correct boot file ?