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: ...
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...
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 ...
kill process https://www.cnblogs.com/liaojie970/p/7131043.html转载于:https://www.cnblogs.com/widic/p/10482180.html
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...
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...
disable eth 有两个方法(1)CONFIG_ETHERNET=n(2) kernel dts&mac {status = "okay";status = "disable";dual_emac;};转载于:https://www.cnblogs.com/widic/p/10192402.html
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 ...
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...
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...
USB development guide 1 USB General Guide Linux v3.8转载于:https://www.cnblogs.com/widic/p/10406453.html
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...
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 设...
yocto config mk.fs.ext4 https://lists.yoctoproject.org/pipermail/yocto/2013-June/014344.html转载于:https://www.cnblogs.com/widic/p/9894683.html
mcasp dra7xx tinyplay PCM+headertinyplay 可以播放PCM这种RAW的数据。格式为.waveomapconf show MCASP3omapconf dump MCASP3转载于:https://www.cnblogs.com/widic/p/10194248.html
lcd parameter calculate setting panel-timing { clock-frequency = <145200000>; hactive = <1920>; vactive = <1080>; hfront-porch = <120>; ...
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_...
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, ...
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...
adb environment http://bernaerts.dyndns.org/linux/74-ubuntu/354-ubuntu-xenial-android-adb-fastboot-qtadb)转载于:https://www.cnblogs.com/widic/p/9760560.html