| 224 | |
| 225 | |
| 226 | [=#version] |
| 227 | == Firmware Version == |
| 228 | The Boot Firmware is comprised of several components that each have their own revision control (bdk, atf, u-boot, dts) and as such there are multiple version details to keep track of. |
| 229 | |
| 230 | To aid this the Newport BSP Makefile which builds the boot firmware creates a file called {{{version}}} within the FAT12 filesystem. You can mount this filesystem within Linux and examine the contents. For example: |
| 231 | {{{#!bash |
| 232 | root@OpenWrt:/# mount /dev/mmcblk0p1 /mnt |
| 233 | root@OpenWrt:/# cat /mnt/version |
| 234 | BDK=e1a02ac-dirty Mon Feb 12 16:59:48 UTC 2018 |
| 235 | ATF=v1.3(release):99860b5-dirty |
| 236 | UBOOT=2017.09-rc1-g5d286a6 |
| 237 | DTS=f31a186 |
| 238 | root@OpenWrt:/# umount /mnt |
| 239 | }}} |