摘要:
``` 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... 阅读全文
摘要:
/ Copyright (c) [2012 2017] Texas Instruments Incorporated All rights reserved not granted herein. Limited License. Texas Instruments Incorporated gra 阅读全文
摘要:
https://blog.csdn.net/u012384044/article/details/51934925 https://e2e.ti.com/support/arm/automotive_processors/f/1021/p/651610/2396069?tisearch=e2e si 阅读全文
摘要:
导致这个问题的原因是SD卡读rootfs 的时候出现问题,加延时或者多读几次就好了,emmc 也存在同样的问题。 Resolved! Subject: [PATCH] solved SD error 110 and Unable to mount root fs on unknown block(1 阅读全文
摘要:
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 阅读全文
摘要:
内核通过 printk() 输出的信息具有日志级别,日志级别是通过在 printk() 输出的字符串前加一个带尖括号的整数来控制的,如 printk("Hello, world!/n");。内核中共提供了八种不同的日志级别,在 linux/kernel.h 中有相应的宏对应。 define KERN 阅读全文
摘要:
sudo apt get update sudo apt get install teminator 进入窗口split 阅读全文
摘要:
https://blog.csdn.net/frank_wangjianliang/article/details/51226807 阅读全文
摘要:
1. 打开CCS 2. Connect 仿真器 3. 选择save memory 4. 在弹出的对话框:选择文件和数据类型 5. 选择数据格式:地址M4 的地址,和长度。就可以点击finish,查看如下的log。 IPU2的logbuff地址在0xa02190a0附近,DSP1的地址在0xa020a 阅读全文