参考链接https://whycan.cn/t_2182.html
正常编译出ePDKv100.img烧录镜像
通过烧录工具成功烧录到开发板上
但是传打印如下log之后就没有输出了
[10:24:33.993]收←◆BOOT0 is starting
DBG: init jtag OK
init dram , base is 0x80000000
init dram , clk is 152
init dram , access_mode is 1
init dram , cs_num is 0x00000001
init dram , ddr8_remap is 0
init dram , sdr_ddr is 1
init dram , bwidth is 16
init dram , col_width is 10
init dram , row_width is 13
init dram , bank_size is 4
init dram , cas is 3
init dram , size is 0
before dram write delay enble
dram init successed,size is 64
DBG: init heap OK, base address is 0x80000000, size is 0x00100000
DBG: load boot1 from spinor
DBG: init spinor OK
DBG: the size of BOOT1 is 71168
DBG: src_sum = 0x0x24b0ab89
DBG: sum = 0x0x24b0ab89
succeed in loading BOOT1
jump to BOOT1
DBG: boot1 starting!
DBG: init heap OK, base address is 0x80800000, size is 0x00100000
begin to init file system
DBG: init block device OK
DBG: init mini file system OK
DBG: mount c partition OK
0
[10:24:35.204]收←◆jump to kernal
EPOS_MEM_DBG OFF
\0
请问一下,这个EPOS_MEM_DBG 是什么意思?
要从哪里着手解决这个问题.
离线
芯片货不对路,俗称软不对硬,哈哈
离线
改下配置文件sys_config.fex 试试
搜索PE00
原来的可以找到
[twi2_para]
twi2_used = 1
twi2_scl = port:PE00<4><default><default><default>
twi2_sda = port:PE01<4><default><default><default>
这个地方用了PE0和PE1 与uart0的冲突了,需要注释掉或者改成 twi2_used = 0 或者全部删掉
也可能是其他端口用了PE0和PE1,搜索下同样注释掉或修改掉
最近编辑记录 xrff_z (2020-06-29 13:57:49)
离线
改下配置文件sys_config.fex 试试
搜索PE00
原来的可以找到
[twi2_para]
twi2_used = 1
twi2_scl = port:PE00<4><default><default><default>
twi2_sda = port:PE01<4><default><default><default>这个地方用了PE0和PE1 与uart0的冲突了,需要注释掉或者改成 twi2_used = 0 或者全部删掉
也可能是其他端口用了PE0和PE1,搜索下同样注释掉或修改掉
谢谢,按照你得方法确实可以跑更深度的东西了
离线
谢谢,按照你得方法确实可以跑更深度的东西了
离线