Publications
← Older revision
Revision as of 22:01, 5 December 2019
Line 9:
Line 9:
|[https://arxiv.org/pdf/1911.06975.pdf Filippov, Andrey and Dzhimiev, Oleg "Long Range 3D with Quadocular Thermal (LWIR) Camera" arXiv preprint arXiv:1911.06975 (2019).] |[https://arxiv.org/pdf/1911.06975.pdf Filippov, Andrey and Dzhimiev, Oleg "Long Range 3D with Quadocular Thermal (LWIR) Camera" arXiv preprint arXiv:1911.06975 (2019).]
|Elphel publication |Elphel publication
+|-
+|2019
+|[https://www.researchgate.net/profile/Cui_Xiangbin/publication/335406867_The_conditions_of_the_formation_and_existence_of_Blue_Ice_Areas_in_the_ice_flow_transition_region_from_the_Antarctic_Ice_Sheet_to_the_Amery_Ice_Shelf_in_the_Larsemann_Hills_area/links/5d675ab5299bf11adf29bb92/The-conditions-of-the-formation-and-existence-of-Blue-Ice-Areas-in-the-ice-flow-transition-region-from-the-Antarctic-Ice-Sheet-to-the-Amery-Ice-Shelf-in-the-Larsemann-Hills-area.pdf Markov, Aleksey and Polyakov, Sergey and Sun, Bо and Lukin, Valeriy and Popov, Sergey and Yang, Huigen and Zhang, Tijun and Cui, Xiangbin and Guo, Jingxue and Cui, Penghui and others "Polar Science"]
+|Used Ephel camera in experimental setup
+
|- |-
|2019 |2019
|[https://documat.unirioja.es/descarga/articulo/6802185.pdf Campbell, Andrew, Alan Both, and Qian Chayn Sun. "Detecting and mapping traffic signs from Google Street View images using deep learning and GIS."] |[https://documat.unirioja.es/descarga/articulo/6802185.pdf Campbell, Andrew, Alan Both, and Qian Chayn Sun. "Detecting and mapping traffic signs from Google Street View images using deep learning and GIS."]
|Elphel cameras for GSV referenced |Elphel cameras for GSV referenced
+
|- |-
|2019 |2019
Andrey.filippov
Publications
← Older revision
Revision as of 01:12, 27 November 2019
(One intermediate revision by the same user not shown)Line 9:
Line 9:
|[https://arxiv.org/pdf/1911.06975.pdf Filippov, Andrey and Dzhimiev, Oleg "Long Range 3D with Quadocular Thermal (LWIR) Camera" arXiv preprint arXiv:1911.06975 (2019).] |[https://arxiv.org/pdf/1911.06975.pdf Filippov, Andrey and Dzhimiev, Oleg "Long Range 3D with Quadocular Thermal (LWIR) Camera" arXiv preprint arXiv:1911.06975 (2019).]
|Elphel publication |Elphel publication
+|-
+|2019
+|[https://documat.unirioja.es/descarga/articulo/6802185.pdf Campbell, Andrew, Alan Both, and Qian Chayn Sun. "Detecting and mapping traffic signs from Google Street View images using deep learning and GIS."]
+|Elphel cameras for GSV referenced
+|-
+|2019
+|[https://documat.unirioja.es/descarga/articulo/6802185.pdf Díaz, Hernán Porras, Duvan Yahir Sanabria Echeverry, and Johan Alexander Ortiz Ferreira. "Tendencia mundial en tecnologías de sistemas de mapeo móvil implementadas con láser."]
+|Elphel Eyesis referenced
|- |-
|2019 |2019
Andrey.filippov
Publications
← Older revision
Revision as of 21:34, 19 November 2019
(2 intermediate revisions by the same user not shown)Line 5:
Line 5:
! Citation/link ! Citation/link
! Comments ! Comments
+|-
+|2019
+|[https://arxiv.org/pdf/1911.06975.pdf Filippov, Andrey and Dzhimiev, Oleg "Long Range 3D with Quadocular Thermal (LWIR) Camera" arXiv preprint arXiv:1911.06975 (2019).]
+|Elphel publication
|- |-
|2019 |2019
Line 19:
Line 23:
|- |-
|2018 |2018
−|[https://arxiv.org/pdf/1811.08032 Filippov, Andrey, and Oleg Dzhimiev. "See far with TPNET: a Tile Processor and a CNN Symbiosis." arXiv preprint arXiv:1811.08032 (2018).]+|[https://arxiv.org/pdf/1811.08032 Filippov, Andrey, and Dzhimiev, Oleg. "See far with TPNET: a Tile Processor and a CNN Symbiosis." arXiv preprint arXiv:1811.08032 (2018).]
|Elphel publication |Elphel publication
|- |-
Andrey.filippov
Poky migration from rocko to warrior
[SOLVED] Note 14: fixdep: Permission denied
← Older revision Revision as of 23:49, 3 October 2019 (6 intermediate revisions by the same user not shown)Line 260: Line 260: ... ... ---[ end Kernel panic - not syncing: Fatal exception in interrupt ---[ end Kernel panic - not syncing: Fatal exception in interrupt + +==<font color='green'>'''[SOLVED]'''</font> Note 14: fixdep: Permission denied== +* Description: + - We've had this error for a while, probably since kernel 4.0 + - usually happened when running do_compile_kernelmodules + - EXTRA_OEMAKE = "-s -w '''-B''' KCFLAGS='-v'" + - That '''-B''' forces to rebuild all targets and we also have '''-j8''' (in PARALLEL_MAKE variable) for the parallel build + - so when running the parallel build fixdep gets rebuilt several times and at some point + one of the targets (e.g. sortextable or kallsyms) calls it while fixdep is being compiled and overwritten for another target (probably) + - the exec rights are correct after the fact + +* Solution: + Removed '''-B'''. It make fixdep build only once and the problem is gone. + +* Note: + ~$ make -h + ... + -B, --always-make Unconditionally make all targets. + ... Oleg10/03/19 [linux-elphel][warrior] by Oleg Dzhimiev: updated - ran: scripts/used_file.py linux
Oleg Dzhimiev committed changes to the Elphel git project :
updated - ran: scripts/used_file.py linux
updated - ran: scripts/used_file.py linux
10/03/19 [meta-elphel393][warrior] by Oleg Dzhimiev: hide comments
Oleg Dzhimiev committed changes to the Elphel git project :
hide comments
hide comments
10/02/19 [meta-elphel393][warrior] by Oleg Dzhimiev: removed fatal message from the init script
Oleg Dzhimiev committed changes to the Elphel git project :
removed fatal message from the init script
removed fatal message from the init script
10/02/19 [meta-elphel393][warrior] by Oleg Dzhimiev: EXTRA_OEMAKE is reassigned a few lines below. Commenting out.
Oleg Dzhimiev committed changes to the Elphel git project :
EXTRA_OEMAKE is reassigned a few lines below. Commenting out.
EXTRA_OEMAKE is reassigned a few lines below. Commenting out.
10/02/19 [meta-elphel393][warrior] by Oleg Dzhimiev: fixed fixdep permission denied problem by removing '-B'(build all targets unconditionally) option from make
Oleg Dzhimiev committed changes to the Elphel git project :
fixed fixdep permission denied problem by removing '-B'(build all targets unconditionally) option from make
fixed fixdep permission denied problem by removing '-B'(build all targets unconditionally) option from make
10/02/19 [meta-elphel393][warrior] by Oleg Dzhimiev: edit comment
Oleg Dzhimiev committed changes to the Elphel git project :
edit comment
edit comment
10/01/19 [meta-elphel393][warrior] by Oleg Dzhimiev: comment
Oleg Dzhimiev committed changes to the Elphel git project :
comment
comment
10/01/19 [meta-elphel393][warrior] by Oleg Dzhimiev: added notes to the console while building
Oleg Dzhimiev committed changes to the Elphel git project :
added notes to the console while building
added notes to the console while building
10/01/19 [meta-elphel393][warrior] by Oleg Dzhimiev: +comment
Oleg Dzhimiev committed changes to the Elphel git project :
+comment
+comment
10/01/19 [meta-elphel393][warrior] by Oleg Dzhimiev: fixed bundling after running clean on linux-xlnx
Oleg Dzhimiev committed changes to the Elphel git project :
fixed bundling after running clean on linux-xlnx
fixed bundling after running clean on linux-xlnx
09/30/19 [meta-elphel393][warrior] by Oleg Dzhimiev: fixed building when initramfs is not built yet
Oleg Dzhimiev committed changes to the Elphel git project :
fixed building when initramfs is not built yet
fixed building when initramfs is not built yet
09/30/19 [meta-elphel393][warrior] by Oleg Dzhimiev: cosmetic changes
Oleg Dzhimiev committed changes to the Elphel git project :
cosmetic changes
cosmetic changes
09/30/19 [meta-elphel393][warrior] by Oleg Dzhimiev: Switched to only single kernel compile if initramfs was previously built - initramfs lags 1 build behind but it only affect the kernel modules which we don't have in initramfs - it's only...
Oleg Dzhimiev committed changes to the Elphel git project :
Switched to only single kernel compile if initramfs was previously built - initramfs lags 1 build behind but it only affect the kernel modules which we don't have in initramfs - it's only used for NAND flash boot to mount overlayfs and switch_root there
Switched to only single kernel compile if initramfs was previously built - initramfs lags 1 build behind but it only affect the kernel modules which we don't have in initramfs - it's only used for NAND flash boot to mount overlayfs and switch_root there
09/27/19 [linux-elphel][warrior] by Oleg Dzhimiev: udpated nand records to increase the 4th partition (rootfs) size to 320MB
Oleg Dzhimiev committed changes to the Elphel git project :
udpated nand records to increase the 4th partition (rootfs) size to 320MB
udpated nand records to increase the 4th partition (rootfs) size to 320MB
09/27/19 [linux-elphel][warrior] by Oleg Dzhimiev: does not matter
Oleg Dzhimiev committed changes to the Elphel git project :
does not matter
does not matter
09/27/19 [linux-elphel][warrior] by Oleg Dzhimiev: don't need, subpage writes are supported
Oleg Dzhimiev committed changes to the Elphel git project :
don't need, subpage writes are supported
don't need, subpage writes are supported
Pages
