Changes from Version 1 of ObtainingFirmwareInfo

Show
Ignore:
Author:
ppalmers (IP: 62.235.159.129)
Timestamp:
04/14/07 05:36:49 (17 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ObtainingFirmwareInfo

    v0 v1  
     1= Obtaining Firmware Information = 
     2 
     3== BeBoB devices == 
     4 
     5The first thing is to figure out the Node Id of the target device (e.g. using gscanbus). 
     6 
     7Then run: 
     8{{{ 
     9src/bridgeco-downloader NODE_ID display 
     10}}} 
     11 
     12{{{ 
     13#!LegendBox 
     14#!legend:Example 
     15Running this for my !QuataFire 
     16{{{ 
     17src/bridgeco-downloader 0 display 
     18}}} 
     19gives: 
     20{{{ 
     21$ src/bridgeco-downloader 0 display 
     22Config ROM 
     23        Current Node Id:        0 
     24        GUID:                   0x000f1b10000123c2 
     25        Vendor Name:            Ego Systems Inc 
     26        Model Name:             QUATA Fire 
     27        Node Vendor ID:         0x000f1b 
     28        Model Id:               0x00010064 
     29        Unit Specifier ID:      0x00a02d 
     30        Unit version:           0x00010001 
     31        ISO resource manager:   1 
     32        Cycle master capable:   1 
     33        Bus manager capable:    1 
     34        Cycle clock accuracy:   100 
     35        Max rec:                7 (max asy payload: 256 bytes) 
     36Info Registers 
     37        Manufactors Id:         bridgeCo 
     38        Protocol Version:       0x00000001 
     39        Bootloader Version:     0x00000000 
     40        GUID:                   0x000f1b10000123c2 
     41        Hardware Model ID:      0x00000081 
     42        Hardware Revision:      0x00000001 
     43        Software Date:          23.06.2004, 14:20:49 
     44        Software Id:            0x00010064 
     45        Software Version:       0x00000a48 
     46        Base Address:           0x20080000 
     47        Max. Image Len:         0x00180000 
     48        Bootloader Date:        08.06.2004, 14:57:12 
     49        Debugger Id:            0x00000000 
     50        Debugger Version:       0x00000000 
     51no message buffer overruns 
     52}}} 
     53}}} 
     54