docker-ubuntu18:~/test/solutions$ cd haasui_falcon_demo
docker-ubuntu18:~/test/solutions/haasui_falcon_demo$ make
…… (省略) ……
LINK out/haasui_falcon_demo/yoc.elf
INSTALL yoc.elf
riscv64-unknown-elf-objdump -d out/haasui_falcon_demo/yoc.elf > yoc.asm
Generating yoc.bin
scons: done building targets.
YoC SDK Done
[INFO] Create bin files
update /home/shuta.lst/work/aone/yoc/dasai3/solutions/haasui_falcon_demo/data/resources
[2022-02-23 16:12:39] Start to sign images with key:def_otp
[2022-02-23 16:12:39] Sign [prim] with [def_otp]
[2022-02-23 16:12:39] rsa verify ok....
[2022-02-23 16:12:39] Sign prim ok.
----------------------------------------------------------------
boot0, 0, 0, 0x00000000, 0x0000c000, 0x0000c000, boot0
gpt, 0, 0, 0x0000c000, 0x00004000, 0x00010000, gpt
boot, 0, 0, 0x00010000, 0x00025000, 0x00035000, boot
imtb, 0, 0, 0x00035000, 0x00002000, 0x00037000, imtb
prim, 1, 0, 0x00037000, 0x00360000, 0x00397000, prim
lfs, 0, 0, 0x00397000, 0x00452000, 0x007e9000, lfs
misc, 0, 0, 0x007e9000, 0x00013000, 0x007fc000
kv, 0, 0, 0x007fc000, 0x00004000, 0x00800000
boot0, 49152 bytes
gpt, 8192 bytes
boot, 143896 bytes
prim, 1982620 bytes
lfs, 4530176 bytes
imtb, 8192 bytes
----------------------------------------------------------------
Create yoc_rtos_8M.img in out directory Success!