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 | | |
| 277 | |
| 278 | |
| 279 | |
| 280 | [=#firmware-version] |
| 281 | = Firmware Versioning |
| 282 | |
| 283 | You can determine the firmware version of various portions of the firmware by looking for banners on the serial console. For example: |
| 284 | {{{#!bash |
| 285 | U-Boot SPL 2020.04-g0a0109fcfb (Oct 07 2020 - 19:30:09 +0000) |
| 286 | GSC : v57 0x4d20 RST:VIN Thermal Protection Enabled |
| 287 | Model : GW7301-00-B1B |
| 288 | ... |
| 289 | U-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 | ... |
| 293 | Ubuntu 20.04.1 LTS focal-venice ttymxc1 |
| 294 | |
| 295 | Gateworks-Ubuntu-gateworks-g65dac90 Tue Oct 6 23:54:49 UTC 2020 |
| 296 | ... |
| 297 | }}} |
| 298 | |
| 299 | |
| 300 | The 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 |