Difference between revisions of "Todo notes"

From ElphelWiki
Jump to: navigation, search
Line 1: Line 1:
 
=== this is just a list of current issues to work on ===
 
=== this is just a list of current issues to work on ===
====liveDVD - flash screen mentions release 1.5.0 with March 2006 ====
+
===liveDVD issues ===
===='Hard Reset'====
+
*flash screen mentions release 1.5.0 with March 2006 --[[User:Andrey.filippov|Andrey.filippov]] 12:06, 29 September 2007 (CDT)
It is the last message in the reflashing script, after that camera tries to reboot but fails as the state of the button is latched at the powerup, it is not influenced by reset. So read that bit and and activate "hardware reset" (not the "hard" one) ''only'' if the button was not pressed at powerup (it happens when the factory programs the empty flash). If the button was pressed, do not attempt to reboot (it will fail or reflash again if the future bulk-flash daemon is still running) but just output message instead
+
==='Hard Reset'===
 +
It is the last message in the reflashing script, after that camera tries to reboot but fails as the state of the button is latched at the powerup, it is not influenced by reset. So read that bit and and activate "hardware reset" (not the "hard" one) ''only'' if the button was not pressed at powerup (it happens when the factory programs the empty flash). If the button was pressed, do not attempt to reboot (it will fail or reflash again if the future bulk-flash daemon is still running) but just output message instead--[[User:Andrey.filippov|Andrey.filippov]] 12:06, 29 September 2007 (CDT)
  
 
  "Now camera needs to be power-cycled (powered down and then up) to resume normal operation"
 
  "Now camera needs to be power-cycled (powered down and then up) to resume normal operation"
Line 8: Line 9:
 
current sctl.cgi does not have a parameter to select a streamer to use, so even with eth remaining 2 streamers (str and astr) you have to rename files to test them, Previous startup script supported multiple streamers and camvs supports individual parameters for them w/o requirement that they all should be unified.
 
current sctl.cgi does not have a parameter to select a streamer to use, so even with eth remaining 2 streamers (str and astr) you have to rename files to test them, Previous startup script supported multiple streamers and camvs supports individual parameters for them w/o requirement that they all should be unified.
  
It is important to restore such functionality to simplify experimenting with new streamers, I believe we can use PHP script for that purpose.
+
It is important to restore such functionality to simplify experimenting with new streamers, I believe we can use PHP script for that purpose.--[[User:Andrey.filippov|Andrey.filippov]] 12:06, 29 September 2007 (CDT)

Revision as of 10:06, 29 September 2007

this is just a list of current issues to work on

liveDVD issues

  • flash screen mentions release 1.5.0 with March 2006 --Andrey.filippov 12:06, 29 September 2007 (CDT)

'Hard Reset'

It is the last message in the reflashing script, after that camera tries to reboot but fails as the state of the button is latched at the powerup, it is not influenced by reset. So read that bit and and activate "hardware reset" (not the "hard" one) only if the button was not pressed at powerup (it happens when the factory programs the empty flash). If the button was pressed, do not attempt to reboot (it will fail or reflash again if the future bulk-flash daemon is still running) but just output message instead--Andrey.filippov 12:06, 29 September 2007 (CDT)

"Now camera needs to be power-cycled (powered down and then up) to resume normal operation"

Multiple streamers

current sctl.cgi does not have a parameter to select a streamer to use, so even with eth remaining 2 streamers (str and astr) you have to rename files to test them, Previous startup script supported multiple streamers and camvs supports individual parameters for them w/o requirement that they all should be unified.

It is important to restore such functionality to simplify experimenting with new streamers, I believe we can use PHP script for that purpose.--Andrey.filippov 12:06, 29 September 2007 (CDT)