![ADLINK Technology aTCA-3710 User Manual Download Page 62](http://html1.mh-extra.com/html/adlink-technology/atca-3710/atca-3710_user-manual_2852857062.webp)
aTCA-3710 User's Guide
62
3. Boot into RAM based rootfs.
4. Update
U-boot/BSP/BCM-SDK by executing /sbin/lmp-installer. Change the IP address and TFTP
server IP those of your actual environment, and save the file.
5. Trigger the update. It will take about 15 minutes to complete.
[root@dell-3 ~]# service xinetd restart
[root@dell-3 ~]# ls /home/work/ATCA_3710/target/boot
atca-3710.dtb rootfs.ext2.gz.uboot vendor-drops.tgz
fsl_fman_ucode_P2041_106_1_4.bin.ucode u-boot.bin
fsl-image-full-rootfs.tar.gz uImage
=> setenv ethact FM1@DTSEC4
=> setenv ipaddr 172.20.5.62
=> setenv serverip 172.20.5.198
=> ping 172.20.5.198
Using FM1@DTSEC4 device
host 172.20.5.198 is alive
=> saveenv
=> tftp 1000000 uImage; tftp c00000 atca-3710.dtb; tftp 2000000 rootfs.ext2.gz.uboot;
=> setenv bootargs root=/dev/ram rw console=ttyS0,115200 ramdisk_size=50000000;
bootm 1000000 2000000 c00000
root@atca-3710:~# vi /sbin/lmp-installer
ipaddr=172.20.5.252
serverip=172.20.5.198
is640G=1 //for 320G set is640G=0
root@atca-3710:~# /sbin/lmp-installer
fsl-image-full-rootf 1% | | 3980k 0:01:45 ETA
...............
***** start of config_uenv
***** end of config_uenv
root@atca-3710:~# reboot