Oleg Dzhimiev pushed to project branch rocko at Elphel / meta-elphel393
Oleg Dzhimiev
(63c7df44)
at
12 May 23:00
fixed paths and dt for Eyesis
Oleg Dzhimiev pushed to project branch warrior at Elphel / meta-elphel393
Oleg Dzhimiev
(df0dc1a4)
at
12 May 22:59
fixed dt gen for Eyesis
Oleg Dzhimiev pushed to project branch warrior at Elphel / meta-elphel393
Oleg Dzhimiev
(983dddf4)
at
12 May 22:50
fixed compile
Oleg Dzhimiev pushed to project branch warrior at Elphel / meta-elphel393
Oleg Dzhimiev
(cfa9c097)
at
12 May 22:36
merged with rocko
Oleg Dzhimiev pushed to project branch warrior at Elphel / linux-elphel
Oleg Dzhimiev
(ecc6fb79)
at
12 May 22:34
merged from rocko branch, updated rootfs flash partition size to 320MB
Oleg Dzhimiev pushed to project branch master at Elphel / x393_sata
Oleg Dzhimiev
(3f050386)
at
12 May 21:39
minor
Oleg Dzhimiev pushed to project branch warrior at Elphel / meta-elphel393
Oleg Dzhimiev
(69cc54a1)
at
12 May 21:17
For the current php 5.6.40 (in warrior) zip is not built by default...
Oleg Dzhimiev pushed to project branch rocko at Elphel / elphel-apps-imgsrv
Oleg Dzhimiev
(3453a61b)
at
12 May 21:14
increased xml buf size from 512 to 528
10393 manual
In the package
← Older revision Revision as of 19:01, 11 May 2020 Line 9: Line 9: * 10393 camera system ([[Elphel_camera_assemblies|these 3D models]] might be helpful). * 10393 camera system ([[Elphel_camera_assemblies|these 3D models]] might be helpful). {| {| −|[[File:NC393-CS marked ports.jpeg|thumb|200px|Fig.1a 10393 interfaces]]+|valign='top'|[[File:NC393-CS marked ports.jpeg|thumb|200px|Fig.1a 10393 interfaces]] −|[[File:10393_boards_assembly.png|thumb|265px|Fig.1b Boards connections (NC393-F-CS)]]+|valign='top'|[[File:10393_boards_assembly.png|thumb|265px|Fig.1b Boards connections (NC393-F-CS)]] +|valign='top'|[[File:10393 dev mmc.jpeg|thumb|150px|Fig.1c Using micro SD card for development]] |} |} * Power supply options ([[10393_power|more information]]): * Power supply options ([[10393_power|more information]]): Oleg10393 manual
← Older revision
Revision as of 18:54, 8 May 2020
(13 intermediate revisions by the same user not shown)Line 208:
Line 208:
sync sync
</font> </font>
−
−==<font color="blue">Event Logger (GPS, IMU, IMG & EXT)</font>==
−
−The FPGA-based Event Logger uses local clock for time-stamping data from Image Acquisition, External (Trigger) Input, GPS and IMU.
−
−* [[Event_logger|'''More information''']]
−===Record===
−====web====
−* Start:
−http://192.168.0.9/logger_launcher.php?cmd=start&file=/mnt/sda1/test.log&index=1&n=10000000
−* Stop:
−http://192.168.0.9/logger_launcher.php?cmd=stop
−* Help:
−http://192.168.0.9/logger_launcher.php
−
−====command line====
−* start:
−<font size='2'>
− root@elphel393:~# cat /dev/imu > /path/filename.log
−</font>
−* stop - CTRL-C or kill the process
−
−===Read===
−* http://192.168.0.9/read_imu_log.php (will display help)
−** on the first access creates /www/pages/logs/ (http://192.168.0.9/logs/)
−** link the recorded logs to /www/pages/logs/
−** refresh http://192.168.0.9/read_imu_log.php
==<font color="blue">Store/restore configuration</font>== ==<font color="blue">Store/restore configuration</font>==
Line 246:
Line 219:
[[Autocampars 393|'''More information''']] [[Autocampars 393|'''More information''']]
* All stored parameters are automatically restored at boot * All stored parameters are automatically restored at boot
+
+==<font color="blue">Available programmable parameters</font>==
+To inspect all available reprogrammable parameters:
+ 1. http://192.168.0.9 -> Parameter Editor
+ 2. Follow a link for a particular port, e.g. http://192.168.0.9/autocampars.php?sensor_port=0
+ 3. Select groups of interest in the top table -> View/Edit Current
==<font color="blue">Change parameters</font>== ==<font color="blue">Change parameters</font>==
Line 288:
Line 267:
==<font color="blue">Image formats</font>== ==<font color="blue">Image formats</font>==
−====jpeg====+====JPEG====
−* '''color''': YCbCr 4:2:0, 3x3 pixels+* ''color'': YCbCr 4:2:0, 3x3 pixels
−* '''mono6''': monochrome - color YCbCr 4:2:0 with zeroed out color components+* ''mono6'': monochrome - color YCbCr 4:2:0 with zeroed out color components
−* '''mono''' : monochrome - color YCbCr 4:0:0 with omitted color components+* ''mono'' : monochrome - color YCbCr 4:0:0 with omitted color components
−'''Note:''' Is not the best for processing since a lot of information is lost at demosaicing+Note: JPEG is not the best for processing since some information gets lost when demosaicing is applied.
−====jp4 raw====+====JP4====
+* provides a quality of RAW with compression, no demosaicing
* [[JP4|'''More information''']] * [[JP4|'''More information''']]
+
+==<font color="blue">Proper shutdown</font>==
+* if not properly shutdown - in a rare case the μSD card can get corrupted (it's always safer to run '''sync''')
+<font size='2'>
+ ~# sync
+ ~# shutdown -hP now
+</font>
+Same effect:
+<font size='2'>
+ http://192.168.0.9/autocampars.php?reboot
+</font>
==<font color="blue">Temperature monitor</font>== ==<font color="blue">Temperature monitor</font>==
Line 304:
Line 295:
|} |}
+==<font color="blue">Event Logger (GPS, IMU, IMG & EXT)</font>==
+The FPGA-based Event Logger uses local clock for time-stamping data from Image Acquisition, External (Trigger) Input, GPS and IMU.
+
+* [[Event_logger|'''More information''']]
+===Record===
+====web====
+* Start:
+http://192.168.0.9/logger_launcher.php?cmd=start&file=/mnt/sda1/test.log&index=1&n=10000000
+* Stop:
+http://192.168.0.9/logger_launcher.php?cmd=stop
+* Help:
+http://192.168.0.9/logger_launcher.php
+
+====command line====
+* start:
+<font size='2'>
+ root@elphel393:~# cat /dev/imu > /path/filename.log
+</font>
+* stop - CTRL-C or kill the process
+
+===Read===
+* http://192.168.0.9/read_imu_log.php (will display help)
+** on the first access creates /www/pages/logs/ (http://192.168.0.9/logs/)
+** link the recorded logs to /www/pages/logs/
+** refresh http://192.168.0.9/read_imu_log.php
==<font color="blue">eSATA port switching</font>== ==<font color="blue">eSATA port switching</font>==
Line 310:
Line 326:
* available connections: * available connections:
** camera <=> internal SSD (default) ** camera <=> internal SSD (default)
−** camera <=> external drive (external drive will need a separate power source)+** camera <=> external drive (external drive requires a separate power source)
** PC <=> internal SSD ** PC <=> internal SSD
* [[Sata_multiplexer_10389|'''More information''']] * [[Sata_multiplexer_10389|'''More information''']]
−
−
−
−==<font color="blue">Proper shutdown</font>==
−* if not properly shutdown - μSD might get corrupted (run '''sync''' at least)
−<font size='2'>
− shutdown -hP now
−</font>
−Same effect:
−<font size='2'>
− http://192.168.0.9/autocampars.php?reboot
−</font>
==<font color="blue">Firmware/software update</font>== ==<font color="blue">Firmware/software update</font>==
Line 330:
Line 334:
==<font color="blue">Firmware images</font>== ==<font color="blue">Firmware images</font>==
−* [https://community.elphel.com/files/393/20190321/ '''20190321''']+* [https://community.elphel.com/files/393/20200508/ '''20200508''']
+* [https://community.elphel.com/files/393/20190321/ 20190321]
* [https://community.elphel.com/files/393/20180511/ 20180511] * [https://community.elphel.com/files/393/20180511/ 20180511]
−* [https://community.elphel.com/files/393/20180416/ 20180416]
===Changelog=== ===Changelog===
− <font size='1'>'''==20190321=='''+ <font size='1'>'''==20200508=='''
+ (rocko build)
+ * updated camogm
+ * added FLIR Lepton driver to kernel
+ * added FLIR Lepton record to device tree
+ '''==20190321=='''
* overall minor changes * overall minor changes
* fixed photofinish demo * fixed photofinish demo
Oleg
10393 manual
Firmware images
← Older revision Revision as of 16:58, 8 May 2020 Line 330: Line 330: ==<font color="blue">Firmware images</font>== ==<font color="blue">Firmware images</font>== −* [https://community.elphel.com/files/393/20190321/ '''20190321''']+* [https://community.elphel.com/files/393/20200508/ '''20200508'''] +* [https://community.elphel.com/files/393/20190321/ 20190321] * [https://community.elphel.com/files/393/20180511/ 20180511] * [https://community.elphel.com/files/393/20180511/ 20180511] −* [https://community.elphel.com/files/393/20180416/ 20180416] ===Changelog=== ===Changelog=== − <font size='1'>'''==20190321=='''+ <font size='1'>'''==20200508==''' + (rocko build) + * updated camogm + * added FLIR Lepton driver to kernel + * added FLIR Lepton record to device tree + '''==20190321==''' * overall minor changes * overall minor changes * fixed photofinish demo * fixed photofinish demo OlegOleg Dzhimiev pushed to project branch rocko at Elphel / linux-elphel
Oleg Dzhimiev
(0853cc53)
at
07 May 00:14
added new files
Oleg Dzhimiev pushed to project branch rocko at Elphel / meta-elphel393
Oleg Dzhimiev
(68d130fe)
at
07 May 00:13
finalized deploy function
Oleg Dzhimiev pushed to project branch rocko at Elphel / meta-elphel393
Oleg Dzhimiev
(53fc4818)
at
06 May 23:43
optimized device trees generation for various sensors and 10393 rev...
Oleg Dzhimiev pushed to project branch rocko at Elphel / linux-elphel
Oleg Dzhimiev
(4bfe97fc)
at
06 May 23:41
optimized device trees generation
Oleg Dzhimiev pushed to project branch master at Elphel / elphel-tools-update
Oleg Dzhimiev
(026d36a1)
at
05 May 23:48
typo
Oleg Dzhimiev pushed to project branch rocko at Elphel / elphel393
Oleg Dzhimiev
(e964f753)
at
30 Apr 01:01
switched to tiff branch
Oleg Dzhimiev pushed to project branch rocko at Elphel / elphel-init
Oleg Dzhimiev
(a363332b)
at
29 Apr 21:12
switched to x393sata_control.py for SSD detection
Pages
