Changes between Version 14 and Version 15 of venice/firmware


Ignore:
Timestamp:
06/08/2023 08:20:42 PM (18 months ago)
Author:
Tim Harvey
Comment:

move firmware version info to bottom of page

Legend:

Unmodified
Added
Removed
Modified
  • venice/firmware

    v14 v15  
    4444
    4545
    46 [=#firmware-version]
    47 = Firmware Versioning
    48 
    49 You can determine the firmware version of various portions of the firmware by looking for banners on the serial console. For example:
    50 {{{#!bash
    51 U-Boot SPL 2020.04-g0a0109fcfb (Oct 07 2020 - 19:30:09 +0000)
    52 GSC     : v57 0x4d20 RST:VIN Thermal Protection Enabled
    53 Model   : GW7301-00-B1B
    54 ...
    55 U-Boot 2020.04-g0a0109fcfb (Oct 07 2020 - 19:30:09 +0000), Build: jenkins-venice-bsp-24
    56 ...
    57 [    0.000000] Linux version 5.4.45-g43e409dc8906 (jenkins@bionic_builder) (gcc version 8.4.0 (Buildroot 2020.05.2-109-g32cec2af36)) #1 SMP Wed Oct 7 18:43:20 UTC 2020
    58 ...
    59 Ubuntu 20.04.1 LTS focal-venice ttymxc1
    60 
    61 Gateworks-Ubuntu-gateworks-g65dac90 Tue Oct  6 23:54:49 UTC 2020
    62 ...
    63 }}}
    64 
    65 
    66 The above output shows you:
    67  * Secondary Program Loader (SPL) GIT revision and build date
    68  * GSC firmware version
    69  * U-Boot GIT revision and build date
    70  * Linux kernel version, GIT revision, build date and build source
    71  * Ubuntu root filesystem version and GIT revision of the Gateworks [https://github.com/gateworks/ubuntu-rootfs ubuntu-rootfs.sh] that created it (use {{{dpkg -l | grep "^ii"}}} to see what packages and versions are installed
    72 
    7346
    7447[=#firmware-update]
     
    302275For more details please see:
    303276 * [wiki:jtag Gateworks JTAG wiki page]
     277
     278
     279
     280[=#firmware-version]
     281= Firmware Versioning
     282
     283You can determine the firmware version of various portions of the firmware by looking for banners on the serial console. For example:
     284{{{#!bash
     285U-Boot SPL 2020.04-g0a0109fcfb (Oct 07 2020 - 19:30:09 +0000)
     286GSC     : v57 0x4d20 RST:VIN Thermal Protection Enabled
     287Model   : GW7301-00-B1B
     288...
     289U-Boot 2020.04-g0a0109fcfb (Oct 07 2020 - 19:30:09 +0000), Build: jenkins-venice-bsp-24
     290...
     291[    0.000000] Linux version 5.4.45-g43e409dc8906 (jenkins@bionic_builder) (gcc version 8.4.0 (Buildroot 2020.05.2-109-g32cec2af36)) #1 SMP Wed Oct 7 18:43:20 UTC 2020
     292...
     293Ubuntu 20.04.1 LTS focal-venice ttymxc1
     294
     295Gateworks-Ubuntu-gateworks-g65dac90 Tue Oct  6 23:54:49 UTC 2020
     296...
     297}}}
     298
     299
     300The above output shows you:
     301 * Secondary Program Loader (SPL) GIT revision and build date
     302 * GSC firmware version
     303 * U-Boot GIT revision and build date
     304 * Linux kernel version, GIT revision, build date and build source
     305 * Ubuntu root filesystem version and GIT revision of the Gateworks [https://github.com/gateworks/ubuntu-rootfs ubuntu-rootfs.sh] that created it (use {{{dpkg -l | grep "^ii"}}} to see what packages and versions are installed