Changes between Version 49 and Version 50 of malibu/gw3089gblade


Ignore:
Timestamp:
06/22/2023 07:52:55 PM (11 months ago)
Author:
Ron Eisworth
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • malibu/gw3089gblade

    v49 v50  
    204204 * [wiki:ubuntu Main Ubuntu Page]
    205205 * [wiki:webui Webmin Installation Page]
    206 
    207 ** Device Tree
    208 
    209 The Linux device tree can often describe a lot about how the hardware is connected, etc.
    210 
    211 Link to GW3089/GW8901 Device tree: [https://github.com/Gateworks/linux-malibu/blob/v6.1-malibu/arch/arm64/boot/dts/marvell/cn9130-malibu-gw8901.dts Device Tree]
     206 * GW3089 Device Tree (provides info on hardware connections) - [https://github.com/Gateworks/linux-malibu/blob/v6.1-malibu/arch/arm64/boot/dts/marvell/cn9130-malibu-gw8901.dts Device Tree]
    212207
    213208** TPM / Crypto
    214209
    215 On the board is a Microchip ATTPM20P-H6MA1-10 connected to the SPI1 bus.
     210The board contains an onboard Microchip ATTPM20P-H6MA1-10 TPM connected to the SPI1 bus.
    216211
    217212This is compliant to the Trusted Computing Group (TCG) Trusted Platform Module (TPM) Version 2.0,
     
    260255}}}
    261256
     257** Cockpit Web Conssole
     258
     259[[Image(cockpit.png,500px)]]
     260
     261
     262Cockpit is a nice user friendly web based administrator console that allows users to configure and manage remote servers. To install on the GBlade server use the following commands:
     263
     264{{{
     265
     266sudo apt install cockpit
     267sudo systemctl enable cockpit
     268sudo systemctl start cockpit
     269}}}
     270
     271Once installed it can be accessed by a browser on the network at the following url:
     272
     273{{{
     274https://<ip address>:9090
     275or
     276https://<localhost>:9090
     277
     278}}}
     279
     280Where localhost is the host name of the computer as set in the /etc/hostname file.
     281
     282For more info on using Cockpit see the following link: [https://cockpit-project.org/ Cockpit]
     283
     284
     285
     286
    262287** JTAG Programming & Firmware/OS Update
    263288