File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - name : Set up environment
2121 run : |
2222 sudo apt-get update
23- sudo apt-get install -y libcurl4-openssl-dev libarchive-dev libelf-dev
23+ sudo apt-get install -y libcurl4-openssl-dev libarchive-dev libelf-dev xvfb
2424
2525 # Cache XC32 compiler installer
2626 - name : Cache XC32 compiler installer
8989 working-directory : net_apps_sam_e70_v71/apps/wolfssh_sftp_server_freertos/firmware
9090 run : |
9191 sudo chmod +x /opt/microchip/mplabx/mplab_platform/bin/packmanagercli.sh
92- sudo -E /opt/microchip/mplabx/mplab_platform/bin/packmanagercli.sh --install SAMV71_DFP
92+ echo "List available packs"
93+ sudo -E /opt/microchip/mplabx/mplab_platform/bin/packmanagercli.sh --list
94+ echo "Update Microchip SAMV71_DFP@4.12.237"
95+ sudo -E /opt/microchip/mplabx/mplab_platform/bin/packmanagercli.sh --update-packs SAMV71_DFP@4.12.237
96+ # Add DISPLAY variable to handle headless environment
97+ export DISPLAY=:0
9398 /opt/microchip/mplabx/mplab_platform/bin/prjMakefilesGenerator.sh wolfssh_sftp_server_freertos.X
9499 cd wolfssh_sftp_server_freertos.X
95100 make
You can’t perform that action at this time.
0 commit comments