Difference between revisions of "Eyesis4Pi 393 User Guide - Firmware Update"

From ElphelWiki
Jump to: navigation, search
(Created page with "==Update== 1. Boot from micro SD 2. http://192.168.0.161/update_software.html upload rootfs.ubi and uImage only 3. mount ssh root@192.168.0.161 ubiattach /dev/ubi_ctrl -m...")
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
  
 
2. http://192.168.0.161/update_software.html
 
2. http://192.168.0.161/update_software.html
  upload rootfs.ubi and uImage only
+
  upload rootfs.ubi and uImage only, flash
 
3. mount
 
3. mount
 
  ssh root@192.168.0.161
 
  ssh root@192.168.0.161
Line 14: Line 14:
 
  CTRL-Y, ENTER
 
  CTRL-Y, ENTER
 
  sync
 
  sync
5. unmount
+
5. if there's a need, update ip in /etc/elphel393/init_elphel393.py
 +
 
 +
6. unmount
 
  umount /mnt/ubi
 
  umount /mnt/ubi
  
6. repeat 2.-5. for 162 & 163
+
7. repeat 2.-6. for 162 & 163

Revision as of 09:22, 21 March 2017

Update

1. Boot from micro SD

2. http://192.168.0.161/update_software.html

upload rootfs.ubi and uImage only, flash

3. mount

ssh root@192.168.0.161
ubiattach /dev/ubi_ctrl -m 4
mount -t ubifs /dev/ubi0_0 /mnt/ubi

4. edit

nano /mnt/ubi/etc/init.d/init_elphel393
#set \"eyesis\":1
CTRL-X
CTRL-Y, ENTER
sync

5. if there's a need, update ip in /etc/elphel393/init_elphel393.py

6. unmount

umount /mnt/ubi

7. repeat 2.-6. for 162 & 163