| 203 | * on a board without SRK Hash fuses programmed and flashed with this signed image the serial console will look this this: |
| 204 | {{{#!bash |
| 205 | U-Boot SPL 2021.07-00087-g54ac394a7c74 (Jun 09 2023 - 14:39:52 -0700) |
| 206 | GSCv3 : v61 0x1d6f RST:VIN Thermal protection:disabled |
| 207 | RTC : 1970-01-01 0:00:31 UTC |
| 208 | Model : GW7301-00-B1B |
| 209 | Serial : 852420 |
| 210 | MFGDate : 11-19-2021 |
| 211 | PMIC : MP5416 |
| 212 | DRAM : LPDDR4 1 GiB |
| 213 | WDT: Started with servicing (60s timeout) |
| 214 | Trying to boot from MMC1 |
| 215 | DTB : imx8mm-venice-gw73xx-0x |
| 216 | hab fuse not enabled |
| 217 | |
| 218 | Authenticate image from DDR location 0x401fcdc0... |
| 219 | NOTICE: BL31: v2.4(release):f884ad7b0ba2 |
| 220 | NOTICE: BL31: Built : 13:06:09, Oct 20 2021 |
| 221 | |
| 222 | |
| 223 | U-Boot 2021.07-00087-g54ac394a7c74 (Jun 09 2023 - 14:39:52 -0700) |
| 224 | |
| 225 | CPU: Freescale i.MX8MMQ rev1.0 1600 MHz (running at 1200 MHz) |
| 226 | CPU: Industrial temperature grade (-40C to 105C) at 34C |
| 227 | Reset cause: POR |
| 228 | Model: Gateworks Venice GW73xx-0x i.MX8MM Development Kit |
| 229 | DRAM: 1 GiB |
| 230 | WDT: Started with servicing (60s timeout) |
| 231 | MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2 |
| 232 | Loading Environment from MMC... OK |
| 233 | In: serial |
| 234 | Out: serial |
| 235 | Err: serial |
| 236 | Net: DP83867 eth0: ethernet@30be0000 [PRIME] |
| 237 | GSC : boot watchdog disabled |
| 238 | Hit any key to stop autoboot: 0 |
| 239 | u-boot=> |
| 240 | }}} |
| 241 | - Note the 'hab fuse not enabled' and the 'Authenticate image from DDR location' messages |
| 272 | * on a board with SRK Hash fuses programmed, SEC_CONFIG[1] set and flashed with a signed image the serial console will look this this: |
| 273 | {{{#!bash |
| 274 | U-Boot SPL 2021.07-00087-g54ac394a7c74 (Jun 09 2023 - 14:39:52 -0700) |
| 275 | GSCv3 : v58 0xf098 RST:VIN Thermal protection:enabled at 96C |
| 276 | RTC : 1970-01-03 16:34:29 UTC |
| 277 | Model : GW7301-01-B1B |
| 278 | Serial : 852455 |
| 279 | MFGDate : 11-10-2020 |
| 280 | PMIC : MP5416 |
| 281 | DRAM : LPDDR4 4 GiB |
| 282 | WDT: Started with servicing (60s timeout) |
| 283 | Trying to boot from MMC1 |
| 284 | DTB : imx8mm-venice-gw73xx-0x |
| 285 | |
| 286 | Authenticate image from DDR location 0x401fcdc0... |
| 287 | NOTICE: BL31: v2.4(release):f884ad7b0ba2 |
| 288 | NOTICE: BL31: Built : 13:06:09, Oct 20 2021 |
| 289 | |
| 290 | |
| 291 | U-Boot 2021.07-00087-g54ac394a7c74 (Jun 09 2023 - 14:39:52 -0700) |
| 292 | |
| 293 | CPU: Freescale i.MX8MMQ rev1.0 1600 MHz (running at 1200 MHz) |
| 294 | CPU: Industrial temperature grade (-40C to 105C) at 30C |
| 295 | Reset cause: POR |
| 296 | Model: Gateworks Venice GW73xx-0x i.MX8MM Development Kit |
| 297 | DRAM: 4 GiB |
| 298 | WDT: Started with servicing (60s timeout) |
| 299 | MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2 |
| 300 | Loading Environment from MMC... OK |
| 301 | In: serial |
| 302 | Out: serial |
| 303 | Err: serial |
| 304 | Net: DP83867 eth0: ethernet@30be0000 [PRIME] |
| 305 | GSC : boot watchdog disabled |
| 306 | Thermal protection:enabled at 96C |
| 307 | Hit any key to stop autoboot: 0 |
| 308 | }}} |
| 309 | - Note the 'Authenticate image from DDR location' message |