User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
code:code [2024/04/02 08:55] Igor Yefmovcode:code [2024/05/18 22:50] – [Firmware version info C/C++-struct] Igor Yefmov
Line 60: Line 60:
  
 ===== Firmware version info C/C++-struct ===== ===== Firmware version info C/C++-struct =====
-The FX3 version structure is as follows (little-endian memory layout):+Both FX3 and FPGA version structures are as follows (little-endian memory layout):
  
 <code cpp firmware-version.h> <code cpp firmware-version.h>
Line 73: Line 73:
 </code> </code>
  
-Both types of Version Infor (FX3 and FPGA) share the same codes for defining build type and build number+For example the following sequence of bytes
-|Code |Value | +<code>0x0A 0x06 0x08 0x00</code> corresponds to
-^  Release type  ^^ +<code>vendor id 
-|0|Private buildPrivate build for debugging and similar purposes | +H/W config 1 
-|1|Alpha: feature-incomplete early development cycle "somewhat stable" build | +product 
-|2|Beta: feature-complete, but not very stable build (lots of bugs) | +build type 0 
-|3|Evaluation: Tech preview | +build# 1 
-|4|Release candidate: feature complete and stable | +</code>
-|5|Release: general availability | +
-|6|Backport: backport of a feature from next gen camera | +
-|7|Emergency bug fix: a critical post-release bugfix | +
-^  Build number  ^^ +
-|#|''13'' bits of a build number (the range is ''1..8191''). Increments on each build| +
  
 +and in little-endian memory layout is equivalent to a ''uint32_t'' value of ''0x0008`060A''
 ===== FX3 Version Info ===== ===== FX3 Version Info =====
 The version id is also encoded into the firmware image file name as: The version id is also encoded into the firmware image file name as:
Line 128: Line 123:
 |6|Gen 5 camera, prosumer grade "Square One"| |6|Gen 5 camera, prosumer grade "Square One"|
 |7|Gen 5 camera, professional grade "Studio"| |7|Gen 5 camera, professional grade "Studio"|
 +
 +===== Shared parts of the Version Info =====
 +Both types of Version Infor (FX3 and FPGA) share the same codes for defining build type and build number:
 +|Code |Value |
 +^  Release type  ^^
 +|0|Private build: Private build for debugging and similar purposes |
 +|1|Alpha: feature-incomplete early development cycle "somewhat stable" build |
 +|2|Beta: feature-complete, but not very stable build (lots of bugs) |
 +|3|Evaluation: Tech preview |
 +|4|Release candidate: feature complete and stable |
 +|5|Release: general availability |
 +|6|Backport: backport of a feature from next gen camera |
 +|7|Emergency bug fix: a critical post-release bugfix |
 +^  Build number  ^^
 +|#|''13'' bits of a build number (the range is ''1..8191''). Increments on each build|
 +
  
 ---- ----

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information