mirror of https://github.com/OpenIPC/firmware.git
[no ci] Workflow: update uboot build script
parent
51d29819ca
commit
029e524148
|
@ -7,15 +7,12 @@ jobs:
|
||||||
name: Uboot
|
name: Uboot
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install gcc-arm-linux-gnueabi
|
sudo apt-get install gcc-arm-linux-gnueabi
|
||||||
|
|
||||||
- name: u-boot-sigmastar
|
- name: Sigmastar
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/openipc/u-boot-sigmastar.git --depth 1
|
git clone https://github.com/openipc/u-boot-sigmastar.git --depth 1
|
||||||
cd u-boot-sigmastar
|
cd u-boot-sigmastar
|
||||||
|
@ -38,5 +35,4 @@ jobs:
|
||||||
u-boot-sigmastar/output/u-boot-ssc337-nor.bin
|
u-boot-sigmastar/output/u-boot-ssc337-nor.bin
|
||||||
u-boot-sigmastar/output/u-boot-ssc338q-nand.bin
|
u-boot-sigmastar/output/u-boot-ssc338q-nand.bin
|
||||||
u-boot-sigmastar/output/u-boot-ssc338q-nor.bin
|
u-boot-sigmastar/output/u-boot-ssc338q-nor.bin
|
||||||
u-boot-sigmastar/output/u-boot-ssc338q-ram.bin
|
|
||||||
u-boot-sigmastar/output/u-boot-ssc377-nor.bin
|
u-boot-sigmastar/output/u-boot-ssc377-nor.bin
|
||||||
|
|
Loading…
Reference in New Issue