baibu1411
码龄6年
  • 22,994
    被访问
  • 暂无
    原创
  • 766,547
    排名
  • 1
    粉丝
  • 0
    铁粉
关注
提问 私信
  • 加入CSDN时间: 2016-03-21
博客简介:

baibu1411的博客

查看详细资料
个人成就
  • 获得1次点赞
  • 内容获得0次评论
  • 获得12次收藏
创作历程
  • 8篇
    2019年
  • 62篇
    2018年
  • 19篇
    2017年
  • 最近
  • 文章
  • 资源
  • 问答
  • 帖子
  • 视频
  • 课程
  • 关注/订阅/互动
  • 收藏
搜TA的内容
搜索 取消

dra7xx: example for vdrm display

example for vdrm display: this ca dispaly early boot and vdrm linuxFrom vsdk0305, hlos support vdrm.commit b9beb57b5a2716aa2331b89784f7d613bc6c3dd5Author: xxx Zhang <xxx@xxx.com>Date: ...
转载
发布博客 2019.05.29 ·
229 阅读 ·
0 点赞 ·
0 评论

ccs debug kernel

ccs kernel debugSome time, we need to debug kernel for locate key message. So need to single step to debug kernel code. Below method that provided you to debug kernel code.1 understand below fi...
转载
发布博客 2019.05.29 ·
181 阅读 ·
0 点赞 ·
0 评论

ubuntu boot issue

I install ubuntu in a mobile-harddisk. But can not boot. I use below method solved this issue.1. please insert a U-disk setup: enter ubuntu, setup ubuntu repair.2. run ubuntu repair will setup ...
转载
发布博客 2019.06.09 ·
82 阅读 ·
0 点赞 ·
0 评论

kill process

https://www.cnblogs.com/liaojie970/p/7131043.html转载于:https://www.cnblogs.com/widic/p/10482180.html
转载
发布博客 2019.03.06 ·
79 阅读 ·
0 点赞 ·
0 评论

dra7xx: configure for rtos usecase to bulild

example for in hlos add rtos usecase to build.commit f01f061b6db87566e9623ebf43b2466586e1f9fbDate: Fri May 10 17:06:40 2019 +0800 VSDK build: add RTOS usecases to builddiff --git a/app...
转载
发布博客 2019.05.29 ·
95 阅读 ·
0 点赞 ·
0 评论

memtester

Perform Memtester From KernelFrom kernel, you can verify DDR byrunning memtester from kernel. The memtester utility from kernel isused to check integrity andfunctionality of the DDR by perfor...
转载
发布博客 2018.12.29 ·
123 阅读 ·
0 点赞 ·
0 评论

disable eth

有两个方法(1)CONFIG_ETHERNET=n(2) kernel dts&mac {status = "okay";status = "disable";dual_emac;};转载于:https://www.cnblogs.com/widic/p/10192402.html
转载
发布博客 2018.12.28 ·
74 阅读 ·
0 点赞 ·
0 评论

dra7xx: example for communication between hlos and rtos

example for hlos send cmd to rtos. Share message beteen hlos usecase and rtos usecase.commit 06716a048f0870a0762782dcc93fd084f5920665Author: xxx Zhang <>Date: Tue May 28 13:43:23 2019 ...
转载
发布博客 2019.05.29 ·
128 阅读 ·
0 点赞 ·
0 评论

initcall_debug

initcall_debug1 open initcall_debug in kernelOpen initcall_debug : this can printf initcall function in kernel console. diff --git a/init/main.c b/init/main.c index 649c622..67e...
转载
发布博客 2019.05.29 ·
407 阅读 ·
0 点赞 ·
0 评论

Secure CRT for linux

https://www.cnblogs.com/wangkongming/p/3533240.htmlhttps://blog.csdn.net/lj512926718y/article/details/52165224?utm_source=blogxgwz3If you encountered an issue, menubar disappears, you can use A...
转载
发布博客 2018.11.20 ·
123 阅读 ·
0 点赞 ·
0 评论

USB development guide

1 USB General Guide Linux v3.8转载于:https://www.cnblogs.com/widic/p/10406453.html
转载
发布博客 2019.02.20 ·
46 阅读 ·
0 点赞 ·
0 评论

android display debug summary

please ensure the kernel initial ok. modetest -c can find device.for some issue, hdmi need check IO, please remove the IO in dtb and code.if kernel can find devices,but android cannot (dumpsys...
转载
发布博客 2018.11.15 ·
81 阅读 ·
0 点赞 ·
0 评论

MMC device

https://www.cnblogs.com/hzl6255/p/9642451.htmlFor wifihttps://my.oschina.net/u/994235/blog/180146https://blog.csdn.net/qq_38880380/article/details/79900784400kHz->cmd0 idle状态->cmd41 设...
转载
发布博客 2018.12.29 ·
146 阅读 ·
0 点赞 ·
0 评论

yocto config mk.fs.ext4

https://lists.yoctoproject.org/pipermail/yocto/2013-June/014344.html转载于:https://www.cnblogs.com/widic/p/9894683.html
转载
发布博客 2018.11.02 ·
173 阅读 ·
0 点赞 ·
0 评论

mcasp dra7xx

tinyplay PCM+headertinyplay 可以播放PCM这种RAW的数据。格式为.waveomapconf show MCASP3omapconf dump MCASP3转载于:https://www.cnblogs.com/widic/p/10194248.html
转载
发布博客 2018.12.29 ·
98 阅读 ·
0 点赞 ·
0 评论

lcd parameter calculate setting

panel-timing { clock-frequency = <145200000>; hactive = <1920>; vactive = <1080>; hfront-porch = <120>; ...
转载
发布博客 2018.11.15 ·
63 阅读 ·
0 点赞 ·
0 评论

dra7xx cpu frequency change

dra7xx MPU 调整:1. Uboot the patches as below:diff --git a/arch/arm/cpu/armv7/omap5/hw_data.c b/arch/arm/cpu/armv7/omap5/hw_data.c index ae25a74..d062708 100644 --- a/arch/arm/cpu/armv7/omap5/hw_...
转载
发布博客 2018.10.31 ·
191 阅读 ·
0 点赞 ·
0 评论

add nor flash support in uboot

1 such as : S25FL256S_256Kifdef CONFIG_SPI_FLASH_SPANSION /* SPANSION /{"S25FL008A", 0x010213, 0x0, 64 1024, 16, RD_NORM, 0},{"S25FL016A", 0x010214, 0x0, 64 * 1024, 32, RD_NORM, ...
转载
发布博客 2018.11.13 ·
89 阅读 ·
0 点赞 ·
0 评论

dra7xx DDR test

DDR 测试也可以用memtester:用户空间可以覆盖Perform Memtester From KernelFrom kernel, you can verify DDR by running memtester from kernel. The memtester utility from kernel isused to check integrity and funct...
转载
发布博客 2018.10.19 ·
280 阅读 ·
0 点赞 ·
0 评论

adb environment

http://bernaerts.dyndns.org/linux/74-ubuntu/354-ubuntu-xenial-android-adb-fastboot-qtadb)转载于:https://www.cnblogs.com/widic/p/9760560.html
转载
发布博客 2018.10.09 ·
57 阅读 ·
0 点赞 ·
0 评论
加载更多