| | 103 | [=#gateworks-packages |
| | 104 | == Gateworks Packages |
| | 105 | Gateworks maintains a set of packages that are either custom Gateworks applications or packages that we patch or configure differently than those offered by the official Ubuntu package repositories. |
| | 106 | |
| | 107 | You can find these at https://launchpad.net/~gateworks-software/+archive/ubuntu/packages which you can add to your Ubuntu system by: |
| | 108 | {{{#!bash |
| | 109 | sudo add-apt-repository ppa:gateworks-software/packages |
| | 110 | sudo apt-get update |
| | 111 | }}} |
| | 112 | * Note that this is already done on the Gateworks prebuilt Ubuntu images |
| | 113 | |
| | 114 | Packages that Gateworks provides in this PPA include: |
| | 115 | * brcm-patchram - a userspace app needed to load firmware onto Broadcom USB chips such as that found on the GW5913 |
| | 116 | * gsc-update - a userspace app used to compute checksums of Gateworks System Controller firmware images and update firmware |
| | 117 | * gst-gateworks-apps - Example Gstreamer applications |
| | 118 | * gwsoc - a userspace app used to update firmware and configure GW16113 |
| | 119 | * hostapd-conf - a shell script that can be used to interactively create a config file for hostapd for Wireless AP's |
| | 120 | * openocd - an updated build of OpenOCD as they have not had a new release since 0.10 released in Jan 2017 |
| | 121 | * openssl - Ubuntu's openssl built with AFALG and Cryptodev support enabled |
| | 122 | |