Skip to content

Commit

Permalink
ci: echo dd command
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik committed Jan 31, 2024
1 parent b7a9fb2 commit e4cc000
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
# Extract information from partition table for creating custom FS
ls -l ${RUNTIME_BIN}
echo dd if=${RUNTIME_BIN} of=partitions.bin bs=4096 count=1 skip=8 # 0x8000
dd if=${RUNTIME_BIN} of=partitions.bin bs=4096 count=1 skip=8 # 0x8000
echo "Partition table:"
Expand Down

0 comments on commit e4cc000

Please sign in to comment.