We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894d2a3 commit e8f2663Copy full SHA for e8f2663
.github/workflows/sophgo-sg204x.yml
@@ -265,9 +265,14 @@ jobs:
265
name: "kernel-${{ matrix.kernel_target_name }}"
266
path: staging/riscv64
267
merge-multiple: true
268
+ - name: Install dtc
269
+ shell: bash
270
+ run: |
271
+ sudo apt-get update
272
+ sudo apt-get install -y dtc
273
- name: Fixup dtb name
274
run: |
- mv staging/riscv64/mango-milkv-pioneer.dtb staging/riscv64/sg2042-milkv-pioneer.dtb
275
+ dtc staging/riscv64/mango-milkv-pioneer.dtb | sed 's/console=tty1 //' | dtc > staging/riscv64/sg2042-milkv-pioneer.dtb
276
- name: Fetch Pre-built u-root
277
uses: actions/download-artifact@v5
278
with:
0 commit comments