This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[FAQ] TDA4VM: How to enable NFS On PSDKRA

Part Number: TDA4VM

Hi,

I am using the below instructions from PSDKRA for NFS but it does not seem to working:
https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/latest/exports/docs/vision_apps/docs/user_guide/RUN_INSTRUCTIONS.html#run_steps_linux_nfs

How do i enable NFS.

    1. Run ./setup.sh from ti-sdk installer
    2. Run sudo minicom -S ./bin/setupBoard.minicom
    3. Power cycle board
    4. The steps in the minicom script will execute. 
    5. Ctrl-C 2x to cancel failed network loads
    6. Run steps below (with your own local IP address)
    7. Boot works

    setenv serverip_to_set <your_host_ip_address>
    setenv serverip ${serverip_to_set}
    setenv init_net 'run args_all args_net; setenv autoload no;dhcp; setenv serverip ${serverip_to_set};rproc init; run boot_rprocs_mmc; rproc list;'
    setenv rproc_fw_binaries '2 /lib/firmware/j7-main-r5f0_0-fw 3 /lib/firmware/j7-main-r5f0_1-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c66_1-fw 8 /lib/firmware/j7-c71_0-fw'
    setenv rproc_load_and_boot_one 'if nfs $loadaddr ${serverip}:${nfs_root}/${rproc_fw};then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id};fi;fi'
    setenv overlay_files 'k3-j721e-vision-apps.dtbo'
    setenv overlayaddr ${dtboaddr}
    setenv args_net 'setenv bootargs console=${console} ${optargs} rootfstype=nfs root=/dev/nfs rw nfsroot=${serverip}:${nfs_root},${nfs_options} ip=dhcp'
    setenv setup_net 'setenv autoload no; dhcp; setenv serverip ${serverip_to_set}'
    boot

    Best Regards,
    Keerthy