“首页”的版本间的差异
来自个人维基
free6d1823(讨论 | 贡献) |
|||
(未显示1个用户的63个中间版本) | |||
第1行: | 第1行: | ||
− | + | Linux | |
+ | *[[Build Linux for Hikey log]] | ||
+ | *[[Linux Display study]] | ||
+ | *[[DevMem note]] | ||
+ | *[[memory barrier]] | ||
+ | *[[What is the kernel die message]] | ||
+ | *[[How to build glibc]] | ||
+ | *[[Build drivers notes]] | ||
+ | *[[Embedded Systems with Yocto]] | ||
+ | *[[Kernel driver example - timer]] | ||
+ | *[[Linux device tree]] | ||
+ | *[[How to add my driver to kernel source]] | ||
+ | *[[Buildroot trouble shootings]] | ||
+ | Android | ||
+ | *[[How to build HiKey960 Android from ground zero]] | ||
+ | *[[Android-How_to_build_Audroid_Automotive_OS]] | ||
+ | *[[Android AOSP make sequence]] | ||
+ | *[[Android AOSP CAR make sequence]] | ||
+ | *[[i.MX8 Car support building flow]] | ||
+ | *[[Android MediaCodec trace]] | ||
+ | *[[stagefright and OMXIL plugin porting]] | ||
+ | *[[EVS Code tracing]] | ||
+ | *[[Introduction To EVS]] | ||
+ | *[[Android.mk explanation]] | ||
+ | *[[Android AOSP toolchain explanation]] | ||
+ | *[[Android: Add a service]] | ||
+ | Git | ||
+ | *[[Git how to push to origin repository]] | ||
+ | *[[Git branching workflow]] | ||
+ | |||
+ | Hypervisor | ||
+ | *[[Xen on Hikey960]] | ||
+ | *[[Hikey960 device tree]] | ||
+ | *[[kernel boot debug]] | ||
+ | *[[How to bring up CPU 4~7]] | ||
+ | *[[PV driver study]] | ||
+ | |||
+ | MCU | ||
+ | *[[ARM processors DMIPS]] | ||
+ | *[[STM32 series specification]] | ||
+ | *[[ESP 32 Environment Setup]] | ||
+ | *[[ESP 32 Examples Study]] | ||
+ | |||
+ | IOT | ||
+ | *[[How to coonect to device]] | ||
+ | |||
+ | IP Study Notes | ||
+ | *[[RTMP study notes]] | ||
+ | *[[Codec study notes]] | ||
+ | *[[VPU study notes]] | ||
+ | *[[GPU study notes]] | ||
+ | *[[DPU study notes]] | ||
+ | *[[Around view gain ballance]] | ||
+ | *[[Advanced frame buffer compression]] | ||
+ | |||
+ | Windows | ||
+ | *[[How to disable Shift key that toggles between Chinese and English input]] | ||
+ | *[[How to fix Spype no sound issue]] | ||
+ | |||
+ | Shell scriptors | ||
+ | *[[Little tools]] | ||
+ | Others | ||
+ | *[[About House]] | ||
+ | *[[Album]] | ||
+ | *[[Play list]] | ||
+ | |||
+ | <source lang="c"> | ||
+ | while(questions) | ||
+ | ask(); | ||
+ | printf("Thanks!"); | ||
+ | exit(); | ||
+ | </source> | ||
==初次使用== | ==初次使用== | ||
[http://www.mywiki.cn/MyWiki/index.php/维基语法 维基语法] | [http://www.mywiki.cn/MyWiki/index.php/维基语法 维基语法] | ||
[http://www.mywiki.cn/MyWiki/index.php/个人维基:关于 关于个人维基] | [http://www.mywiki.cn/MyWiki/index.php/个人维基:关于 关于个人维基] |
2023年6月29日 (四) 15:48的最后版本
Linux
- Build Linux for Hikey log
- Linux Display study
- DevMem note
- memory barrier
- What is the kernel die message
- How to build glibc
- Build drivers notes
- Embedded Systems with Yocto
- Kernel driver example - timer
- Linux device tree
- How to add my driver to kernel source
- Buildroot trouble shootings
Android
- How to build HiKey960 Android from ground zero
- Android-How_to_build_Audroid_Automotive_OS
- Android AOSP make sequence
- Android AOSP CAR make sequence
- i.MX8 Car support building flow
- Android MediaCodec trace
- stagefright and OMXIL plugin porting
- EVS Code tracing
- Introduction To EVS
- Android.mk explanation
- Android AOSP toolchain explanation
- Android: Add a service
Git
Hypervisor
MCU
IOT
IP Study Notes
- RTMP study notes
- Codec study notes
- VPU study notes
- GPU study notes
- DPU study notes
- Around view gain ballance
- Advanced frame buffer compression
Windows
- How to disable Shift key that toggles between Chinese and English input
- How to fix Spype no sound issue
Shell scriptors
Others
while(questions) ask(); printf("Thanks!"); exit();