您尚未登录。

#1 Re: 工业芯 匠芯创 » D133CBS烧录失败问题 » 2026-01-20 09:13:16

dsf

已经是最新的SDK,烧录的是SDK的Demo

#2 Re: 工业芯 匠芯创 » D133CBS烧录失败问题 » 2026-01-19 16:43:37

dsf

下载成功日志
Pre-Boot Program ... (24-08-30 16:16 9ac5e6f)
USB/UART
cs=0, phase=4
cs=1, phase=3
Psram_init done.
PBP return

[2026-01-19 16:08:52.401]# RECV ASCII>

Pre-Boot Program ... (24-08-30 16:16 9ac5e6f)
USB/UART
PSRAM already initialized
goto run SPL

tinySPL [Built on Jan 19 2026 15:54:15]
Reboot action: Watchdog-Reset, reason: Command-Reboot

[2026-01-19 16:08:52.819]# RECV ASCII>
Init UPGMODE:
    Full disk upgrade

[2026-01-19 16:08:53.339]# RECV ASCII>
UPGMODE: Partition upgrade
Firmware Component:
    name:      image.info
    partition:
    attr:      required
    Media:     RAM(0)
qspi0 freq (input): 99000000Hz
qspi0 freq ( bus ): 49500000Hz
qspi0 freq ( bus ): 99000000Hz
Firmware Component:
    name:      image.target.spl
    partition: spl
    attr:      mtd;required
    Media:     SPI_NOR(3)

下载失败日志
Pre-Boot Program ... (24-08-30 16:16 9ac5e6f)
USB/UART
Trainning failed...
xspi cs0 trainning failed.
Trainning failed...
xspi cs1 trainning failed.
Psram_init done.
PBP return

两个板子的烧录串口输出信息

#3 工业芯 匠芯创 » D133CBS烧录失败问题 » 2026-01-15 13:58:00

dsf
回复: 5

烧录日志
[debug] Start burn online ...
[debug] Progress range: 0 ~  11425792

[debug] Burn Image file "D:/Project/MasterV4/luban-lite/output/d13x_JLC_rt-thread_helloworld/images/d13x_JLC_v1.0.0.img" ...


[debug] Meta 0 image.updater.psram , size 28688 ...
[debug] Blocksize 4 , chunk 1048576 * 0 , rest 28688
[debug] Offset: 6144 Size: 28688
[debug]  Dev "4:2-3" Send the rest data 28688
[debug] Don't check the result of image.updater.psram

[debug] Meta 1 image.updater.spl , size 218384 ...
[debug] Blocksize 4 , chunk 1048576 * 0 , rest 218384
[debug] Offset: 36864 Size: 218384
[debug]  Dev "4:2-3" Send the rest data 218384
[info ] aicupg_trans_recv_pkt()322:             no CSW. (rc = 0)
[info ] aicupg_cmd_send_fwc_data_final()726:    no resp
[debug] Don't check the result of image.updater.spl

[debug] Meta 2 image.info , size 2048 ...
[debug] Wait to reconnect dev "4:2-3"
[debug] QTime("13:53:05.933") Wait for Dev "4:2-3" ready

[debug] WinEvent: Some devnode changed

[debug] WinEvent: Some devnode changed

[debug] WinEvent: Some devnode changed
[info ] QTime("13:53:06.331") Dev "4:2-3" reconnected
[debug] Blocksize 4 , chunk 1048576 * 0 , rest 2048
[debug] Offset: 0 Size: 2048
[debug]  Dev "4:2-3" Send the rest data 2048

[debug] Meta 3 image.target.spl , size 218384 ...
[debug] Blocksize 4 , chunk 1048576 * 0 , rest 218384
[debug] Offset: 256000 Size: 218384
[debug]  Dev "4:2-3" Send the rest data 218384

[debug] Meta 4 image.target.env , size 4096 ...
[debug] Blocksize 4 , chunk 1048576 * 0 , rest 4096
[debug] Offset: 475136 Size: 4096
[debug]  Dev "4:2-3" Send the rest data 4096

[debug] Meta 5 image.target.os , size 2191360 ...
[debug] Blocksize 4 , chunk 1048576 * 2 , rest 94208
[debug] Offset: 479232 Size: 2191360
[debug]  Dev "4:2-3" Send chunk 0 ...
[debug]  Dev "4:2-3" Send chunk 1 ...
[debug]  Dev "4:2-3" Send the rest data 94208

[debug] Meta 6 image.target.rodata , size 7712768 ...
[debug] Blocksize 4 , chunk 1048576 * 7 , rest 372736
[debug] Offset: 2670592 Size: 7712768
[debug]  Dev "4:2-3" Send chunk 0 ...
[debug]  Dev "4:2-3" Send chunk 1 ...
[debug]  Dev "4:2-3" Send chunk 2 ...
[debug]  Dev "4:2-3" Send chunk 3 ...
[debug]  Dev "4:2-3" Send chunk 4 ...
[debug]  Dev "4:2-3" Send chunk 5 ...
[debug]  Dev "4:2-3" Send chunk 6 ...
[debug]  Dev "4:2-3" Send the rest data 372736

[debug] Meta 7 image.target.data , size 1048576 ...
[debug] Blocksize 4 , chunk 1048576 * 1 , rest 0
[debug] Offset: 10383360 Size: 1048576
[debug]  Dev "4:2-3" Send chunk 0 ...
[error] Datas sent finished, but burn failed!
描述:同一个镜像,开发板芯片D133EBS可以烧录成功

#4 工业芯 匠芯创 » 使用D12x这款芯片,现在遇到几个问题还请大佬指点 » 2025-03-24 14:04:53

dsf
回复: 1

1.luban-lite SDK Bootloader如何跳转到Application(引导流程),目前需求要实现一个Bootloader,在Bootloader要实现一些协议,所以要修改或新建boot启动分区
2.luban-lite SDk 在线调试只能通过Eclipse在线调试吗,能否通过VS Code
3.芯片的唯一ID需要怎么获取

#5 工业芯 匠芯创 » luban-lite的SDK使用IDE开发 » 2025-03-17 09:58:06

dsf
回复: 7

使用luban-lite有没有合适的IDE开发,编译、烧录、调试都支持那种(Eclipse感觉不太好用,还需要更改配置)

页脚

工信部备案:粤ICP备20025096号 Powered by FluxBB

感谢为中文互联网持续输出优质内容的各位老铁们。 QQ: 516333132, 微信(wechat): whycan_cn (哇酷网/挖坑网/填坑网) service@whycan.cn


太原小智科技有限责任公司 - 东莞哇酷科技有限公司联合开发