mirror of
https://github.com/lupyuen/nuttx-star64.git
synced 2025-01-13 05:08:31 +08:00
Update star64.yml
This commit is contained in:
parent
b93e659d09
commit
e93c621ce0
1 changed files with 6 additions and 6 deletions
12
.github/workflows/star64.yml
vendored
12
.github/workflows/star64.yml
vendored
|
@ -69,6 +69,12 @@ jobs:
|
|||
## Run the build
|
||||
make
|
||||
|
||||
## Export the Binary Image to nuttx.bin
|
||||
riscv64-unknown-elf-objcopy \
|
||||
-O binary \
|
||||
nuttx \
|
||||
nuttx.bin
|
||||
|
||||
## Build Apps Filesystem
|
||||
make export
|
||||
pushd ../apps
|
||||
|
@ -87,12 +93,6 @@ jobs:
|
|||
## Show the size
|
||||
riscv64-unknown-elf-size nuttx
|
||||
|
||||
## Export the Binary Image to nuttx.bin
|
||||
riscv64-unknown-elf-objcopy \
|
||||
-O binary \
|
||||
nuttx \
|
||||
nuttx.bin
|
||||
|
||||
## Dump the disassembly to nuttx.S
|
||||
riscv64-unknown-elf-objdump \
|
||||
-t -S --demangle --line-numbers --wide \
|
||||
|
|
Loading…
Reference in a new issue