| 56 | |
| 57 | You can see that the {{{hwconfig}}} configuration took place by watching the output of the BDK during boot. For example: |
| 58 | {{{#!bash |
| 59 | Gateworks Newport SPL (3442703 Wed Jun 6 20:26:30 UTC 2018) |
| 60 | |
| 61 | GSC : v52 0xbf2d WDT:disabled board temp:38C |
| 62 | RTC : 506646 |
| 63 | Model : GW6304-C |
| 64 | MFGDate : 03-28-2018 |
| 65 | Serial : 776375 |
| 66 | DTB : gw6304.dtb |
| 67 | SoC : CN8030-1500BG676-SCP-P12-G 1024KB 1500/550MHz 0xa2 Pass 1.2 |
| 68 | MMC0 : eMMC |
| 69 | MMC1 : not detected |
| 70 | Boot : eMMC non-trusted |
| 71 | DRAM : 2048 MB, 1333 MT/s, DDR4 UDIMM |
| 72 | J9 : PCI |
| 73 | J10 : SATA |
| 74 | J11 : USB3 |
| 75 | QLM0 : PCIE_1X1@5000MHz |
| 76 | QLM1 : SGMII_1X1@1250MHz |
| 77 | QLM2 : DISABLED@5000MHz |
| 78 | QLM3 : SATA_2X1@6000MHz |
| 79 | Serial : 2x RS232 without flow control |
| 80 | ... |
| 81 | Hit any key to stop autoboot: 0 |
| 82 | GW6304-C> print hwconfig |
| 83 | hwconfig=j10:sata;j11:usb3 |
| 84 | }}} |
| 85 | * The above shows that J9 is configured for PCI, J10 for SATA, and J11 for USB3 |