]> Git Repo - u-boot.git/blame - board/keymile/scripts/develop-common.txt
km/scripts: search for kernel/DTBs at serverip:/PRODUCTNAME via TFTP in develop mode
[u-boot.git] / board / keymile / scripts / develop-common.txt
CommitLineData
b648bfc2
HB
1altbootcmd=run ${subbootcmds}
2bootcmd=run ${subbootcmds}
ef3f2f08 3configure=run set_uimage; setenv tftppath ${IVM_Symbol} ; km_setboardid && saveenv && reset
b648bfc2 4subbootcmds=tftpfdt tftpkernel nfsargs add_default boot
d26982cb 5nfsargs=setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${toolchain}/${arch}
ef3f2f08
TM
6tftpfdt=if run set_fdthigh || test ${arch} != arm; then if tftpboot ${fdt_addr_r} ${tftppath}/fdt_0x${IVM_BoardId}_0x${IVM_HWKey}.dtb; then; else tftpboot ${fdt_addr_r} ${tftppath}/${hostname}.dtb; fi; else true; fi
7tftpkernel=tftpboot ${load_addr_r} ${tftppath}/${uimage}
d26982cb 8toolchain=/opt/eldk
2a7714ce 9rootfssize=0
d42a3b74 10set_uimage=printenv uimage || setenv uimage uImage
This page took 0.183781 seconds and 4 git commands to generate.