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'"