上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
摘要: ``` From ec4c72aeea8ae48c63ead8bf972cfd72cf222157 Mon Sep 17 00:00:00 2001 Date: Mon, 10 Sep 2018 18:22:30 +0800 Subject: [PATCH 1/2] changed the resolution 1920*720 as shron --- apps/src/rtos/usec... 阅读全文
posted @ 2018-09-10 20:07 夏海风 阅读(366) 评论(0) 推荐(0) 编辑
摘要: / Copyright (c) [2012 2017] Texas Instruments Incorporated All rights reserved not granted herein. Limited License. Texas Instruments Incorporated gra 阅读全文
posted @ 2018-08-25 17:03 夏海风 阅读(340) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u012384044/article/details/51934925 https://e2e.ti.com/support/arm/automotive_processors/f/1021/p/651610/2396069?tisearch=e2e si 阅读全文
posted @ 2018-08-11 22:20 夏海风 阅读(145) 评论(0) 推荐(0) 编辑
摘要: "eMMC" 阅读全文
posted @ 2018-07-25 14:45 夏海风 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 导致这个问题的原因是SD卡读rootfs 的时候出现问题,加延时或者多读几次就好了,emmc 也存在同样的问题。 Resolved! Subject: [PATCH] solved SD error 110 and Unable to mount root fs on unknown block(1 阅读全文
posted @ 2018-07-17 14:01 夏海风 阅读(1358) 评论(0) 推荐(0) 编辑
摘要: a/init/main.c +++ b/init/main.c @@ 504,6 +504,8 @@ static void __init mm_init(void) mm_init_dur = read_fast_counter() mm_init_dur; } +volatile int don 阅读全文
posted @ 2018-06-28 16:12 夏海风 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 内核通过 printk() 输出的信息具有日志级别,日志级别是通过在 printk() 输出的字符串前加一个带尖括号的整数来控制的,如 printk("Hello, world!/n");。内核中共提供了八种不同的日志级别,在 linux/kernel.h 中有相应的宏对应。 define KERN 阅读全文
posted @ 2018-06-27 19:33 夏海风 阅读(87) 评论(0) 推荐(0) 编辑
摘要: sudo apt get update sudo apt get install teminator 进入窗口split 阅读全文
posted @ 2018-06-22 11:37 夏海风 阅读(158) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/frank_wangjianliang/article/details/51226807 阅读全文
posted @ 2018-06-19 18:23 夏海风 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 1. 打开CCS 2. Connect 仿真器 3. 选择save memory 4. 在弹出的对话框:选择文件和数据类型 5. 选择数据格式:地址M4 的地址,和长度。就可以点击finish,查看如下的log。 IPU2的logbuff地址在0xa02190a0附近,DSP1的地址在0xa020a 阅读全文
posted @ 2018-06-06 09:46 夏海风 阅读(332) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页