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.

PROCESSOR-SDK-J721E: PROCESSOR-SDK-J721E

Part Number: PROCESSOR-SDK-J721E

Regarding the ip address assignment in the u-boot while booting from tftboot.

I have connected the board to the linux laptop which doesn't have the dhcp server. in that case how should i assign the static ip address?

send "setenv bootcmd 'run findfdt; run envboot; run setup_${kern_boot}; run init_${rootfs_boot}; run get_kern_${kern_boot}; run get_fdt_${kern_boot}; run get_overlay_${kern_boot}; run run_kern'"

expect {
"=>"
}
send "setenv init_net 'run args_all args_net; setenv autoload no; dhcp'"

expect {
"=>"
}

send "setenv setup_mmc ''"

expect {
"=>"
}
send "setenv setup_net 'setenv autoload no; dhcp'"