Changes between Version 4 and Version 5 of newport/bootloader


Ignore:
Timestamp:
07/02/2018 09:05:16 PM (6 years ago)
Author:
Tim Harvey
Comment:

provided example of hwconfig

Legend:

Unmodified
Added
Removed
Modified
  • newport/bootloader

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