1ba991379Sopenharmony_cisetenv serverip %Tftpserver_IP%;setenv ipaddr %Device_IP%;setenv ethaddr %Device_MAC%;setenv netmask %Device_Netmask%;setenv gatewayip %Device_GatewayIP%; 2ba991379Sopenharmony_cimw.b 0x80000000 0xFF 0x4800;tftp 0x80000000 /dv300/OHOS_Image.bin;mmc erase 0x800 0x4800;mmc write 0 0x80000000 0x800 0x4800 3ba991379Sopenharmony_cimw.b 0x80000000 0xFF 0x19000;tftp 0x80000000 /dv300/rootfs.img;mmc erase 0x5000 0x19000;mmc write 0 0x80000000 0x5000 0x19000 4ba991379Sopenharmony_cimw.b 0x80000000 0xFF 0x19000;tftp 0x80000000 /dv300/userfs.img;mmc erase 0x1E000 0x19000;mmc write 0 0x80000000 0x1E000 0x19000 5ba991379Sopenharmony_cisetenv bootargs "console=ttyAMA0,115200n8 root=emmc fstype=vfat rootaddr=10M rootsize=50M rw"; 6ba991379Sopenharmony_cisetenv bootcmd "mmc read 0x0 0x80000000 0x800 0x4800;go 0x80000000;" 7ba991379Sopenharmony_cisa;reset; 8