2360
- 收藏
- 点赞
- 分享
- 举报
6678单镜像程序0核加载不了其他核的程序
用6678写了一个单镜像程序,用仿真器调试每个核都可以实现功能,加载进去只有0核正常,其他核没有跑起来,加载不了其他核的程序。
程序如下,大家帮忙看下什么原因:
#define BOOT_MAGIC_ADDRESS 0x87fffc
#define BOOT_ENTRY_ADDRESS 0x810000
#define IPC_INTERRUPT_CORE0 0x02620240
#define LOCAL_TO_GLOBAL_ADDR(addr,corenumber) (unsigned int)addr<0x1000000?\
(unsigned int)addr+(0x10000000+corenumber*0x1000000):\
(unsigned int)addr
ulCurrCoreNum = MultiProc_self();
/* 由0核加载各个核心的程序 */
if(ulCurrCoreNum == 0)
{
System_printf ("\n开始加载各核程序\n");
System_printf("core0 0x1087fffc: 0x%x\n",*(UInt32*)0x1087fffc);
CSL_BootCfgUnlockKicker();
/* 逐个核核加载程序 */
for(coreIndex = 1; coreIndex < 8; coreIndex++)
{
bootMagicAddr0 = (unsigned int *)(LOCAL_TO_GLOBAL_ADDR(BOOT_MAGIC_ADDRESS,0));
bootMagicAddr = (unsigned int *)(LOCAL_TO_GLOBAL_ADDR(BOOT_MAGIC_ADDRESS,coreIndex));
if(*bootMagicAddr0 < 0x1000000)
{
bootEntryAddr = LOCAL_TO_GLOBAL_ADDR(*bootMagicAddr0, coreIndex);
// bootEntryAddr = LOCAL_TO_GLOBAL_ADDR(*bootMagicAddr0, 0);
}
else
{
bootEntryAddr = *bootMagicAddr0 + coreIndex * 0x1000000;
// bootEntryAddr = *bootMagicAddr0;
}
*bootMagicAddr = bootEntryAddr;
CSL_IPC_genGEMInterrupt(coreIndex, 0);
}
CSL_BootCfgLockKicker();
System_printf ("\n各核程序加载完成\n");
}
程序如下,大家帮忙看下什么原因:
#define BOOT_MAGIC_ADDRESS 0x87fffc
#define BOOT_ENTRY_ADDRESS 0x810000
#define IPC_INTERRUPT_CORE0 0x02620240
#define LOCAL_TO_GLOBAL_ADDR(addr,corenumber) (unsigned int)addr<0x1000000?\
(unsigned int)addr+(0x10000000+corenumber*0x1000000):\
(unsigned int)addr
ulCurrCoreNum = MultiProc_self();
/* 由0核加载各个核心的程序 */
if(ulCurrCoreNum == 0)
{
System_printf ("\n开始加载各核程序\n");
System_printf("core0 0x1087fffc: 0x%x\n",*(UInt32*)0x1087fffc);
CSL_BootCfgUnlockKicker();
/* 逐个核核加载程序 */
for(coreIndex = 1; coreIndex < 8; coreIndex++)
{
bootMagicAddr0 = (unsigned int *)(LOCAL_TO_GLOBAL_ADDR(BOOT_MAGIC_ADDRESS,0));
bootMagicAddr = (unsigned int *)(LOCAL_TO_GLOBAL_ADDR(BOOT_MAGIC_ADDRESS,coreIndex));
if(*bootMagicAddr0 < 0x1000000)
{
bootEntryAddr = LOCAL_TO_GLOBAL_ADDR(*bootMagicAddr0, coreIndex);
// bootEntryAddr = LOCAL_TO_GLOBAL_ADDR(*bootMagicAddr0, 0);
}
else
{
bootEntryAddr = *bootMagicAddr0 + coreIndex * 0x1000000;
// bootEntryAddr = *bootMagicAddr0;
}
*bootMagicAddr = bootEntryAddr;
CSL_IPC_genGEMInterrupt(coreIndex, 0);
}
CSL_BootCfgLockKicker();
System_printf ("\n各核程序加载完成\n");
}
我来回答
回答0个
时间排序
认可量排序
暂无数据
或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币
Markdown 语法
- 加粗**内容**
- 斜体*内容*
- 删除线~~内容~~
- 引用> 引用内容
- 代码`代码`
- 代码块```编程语言↵代码```
- 链接[链接标题](url)
- 无序列表- 内容
- 有序列表1. 内容
- 缩进内容
- 图片![alt](url)
相关问答
-
2018-12-11 10:33:56
-
22020-12-31 11:48:49
-
2023-06-27 09:36:37
-
2018-12-10 16:24:37
-
2020-07-26 19:00:17
-
2018-11-02 17:03:12
-
2018-12-11 10:41:27
-
02018-12-11 10:42:59
-
2012-12-24 14:40:06
-
2019-03-01 10:28:20
-
2019-01-08 15:10:13
-
2017-02-14 10:43:10
-
2020-12-30 10:08:11
-
2018-10-08 15:33:30
-
2015-02-11 10:24:53
-
2018-07-31 15:32:40
-
2021-01-20 16:04:36
-
2022-05-31 09:51:32
-
2019-01-08 16:13:05
无更多相似问答 去提问
点击登录
-- 积分
-- E币
提问
—
收益
—
被采纳
—
我要提问
切换马甲
上一页
下一页
悬赏问答
-
5SS928的emmc有32GB,bootargs设置使用16GB,但是为啥能用的只有rootfs的大小
-
33SS928怎样烧写ubuntu系统
-
10ToolPlatform下载rootfs提示网络失败
-
10谁有GK7205V500的SDK
-
5Hi3516CV610 烧录不进去
-
10Hi3559AV100 芯片硬解码h265编码格式的视频时出现视频播放错误,解码错误信息 s32PackErr:码流有错
-
5海思SS928 / SD3403的sample_venc.c摄像头编码Demo中,采集到的摄像头的YUV数据在哪个相关的函数中?
-
5海鸥派openEuler无法启动网卡,连接WIFI存在问题
-
66有没有ISP相关的巨佬帮忙看看SS928对接IMX347的图像问题
-
50求助hi3559与FPGA通过SLVS-EC接口对接问题
举报反馈
举报类型
- 内容涉黄/赌/毒
- 内容侵权/抄袭
- 政治相关
- 涉嫌广告
- 侮辱谩骂
- 其他
详细说明
提醒
你的问题还没有最佳答案,是否结题,结题后将扣除20%的悬赏金
取消
确认
提醒
你的问题还没有最佳答案,是否结题,结题后将根据回答情况扣除相应悬赏金(1回答=1E币)
取消
确认