Add WLAN firmware and wpa_supplicant.conf

pull/757/head
probonopd 2 months ago
parent 3a1f7e5f00
commit bb1f352fdb
  1. 8
      .github/workflows/build.yml
  2. 2
      Synth_Dexed
  3. 2
      circle-stdlib

@ -57,7 +57,7 @@ jobs:
export PATH=$(readlink -f ./gcc-*arm-none*/bin/):$PATH export PATH=$(readlink -f ./gcc-*arm-none*/bin/):$PATH
RPI=1 bash -ex build.sh RPI=1 bash -ex build.sh
cp ./src/kernel*.img ./kernels/ cp ./src/kernel*.img ./kernels/
- name: Get Raspberry Pi boot files - name: Get Raspberry Pi boot files and WLAN firmware
run: | run: |
set -ex set -ex
export PATH=$(readlink -f ./gcc-*aarch64-none*/bin/):$PATH export PATH=$(readlink -f ./gcc-*aarch64-none*/bin/):$PATH
@ -74,6 +74,12 @@ jobs:
cd sdcard cd sdcard
cp ../kernels/* . || true cp ../kernels/* . || true
cd - cd -
# WLAN firmware
cp circle-stdlib/libs/circle/addon/wlan/sample/hello_wlan/wpa_supplicant.conf sdcard/
mkdir -p sdcard/firmware
cd sdcard/firmware
make -f ../../circle-stdlib/libs/circle/addon/wlan/firmware/Makefile
cd -
- name: Get performance files - name: Get performance files
run: | run: |
git clone https://github.com/Banana71/Soundplantage --depth 1 # depth 1 means only the latest commit git clone https://github.com/Banana71/Soundplantage --depth 1 # depth 1 means only the latest commit

@ -1 +1 @@
Subproject commit 8c677ceb4b3fb73f8643e30ff6cf4158dc8b9e53 Subproject commit c9f52741a802ad9bb01263823650f7cc3b0b5108

@ -1 +1 @@
Subproject commit 61cf3a47bf93628039078b7c840e44432e52343e Subproject commit 3bd135d35ac23c7c726924cb85b5890cbf80bbfe
Loading…
Cancel
Save