高通龍板410C的外文資料 基本的芯片資料 管腳描述 Android的開發手冊 Linux開發手冊 Little kernel開發手冊 外設的手冊
上傳時間: 2016-08-17
上傳用戶:hulee
用于少些uboot的軟件,同時可以一起燒寫kernel以及文件系統
標簽: fastboot
上傳時間: 2016-08-24
上傳用戶:一天睡三次
Rtlinux3.2內核,對于做嵌入式實時linux開發的同學們可能有用。由于fsmlabs將rtlinux的版權賣給了windriver,不再提供對rtlinux社區版本的維護。他的官網不再提供rtlinux內核源代碼。在網上也不是太好找。rtlinux3.2僅支持2.4.x的kernel.
上傳時間: 2018-04-09
上傳用戶:wangpu
In this paper we present a classifier called bi-density twin support vector machines (BDTWSVMs) for data classification. In the training stage, BDTWSVMs first compute the relative density degrees for all training points using the intra-class graph whose weights are determined by a local scaling heuristic strategy, then optimize a pair of nonparallel hyperplanes through two smaller sized support vector machine (SVM)-typed problems. In the prediction stage, BDTWSVMs assign to the class label depending on the kernel density degree-based distances from each test point to the two hyperplanes. BDTWSVMs not only inherit good properties from twin support vector machines (TWSVMs) but also give good description for data points. The experimental results on toy as well as publicly available datasets indicate that BDTWSVMs compare favorably with classical SVMs and TWSVMs in terms of generalization
標簽: recognition Bi-density machines support pattern vector twin for
上傳時間: 2019-06-09
上傳用戶:lyaiqing
HI3520DV400全套資料(Cadence arregro原理圖+PCB+bom+鏡像軟件),1個HDMI輸入,1個HDMI輸出,1個3.5音頻輸入,1個3.5音頻輸出。2GB-DDR3,2個USB2.0,1個LAN,已經調試通過,固件都已經打包好。拿來就可以打板生產,包括原理圖,PCB,u-boot,kernel,rootfs。
標簽: hi3520dv400 cadence arregro
上傳時間: 2021-12-28
上傳用戶:
瑞芯微RK3399 軟件件設計資料 RK3399 Linux Debian軟件開發文檔資料,SDK 是基于 Linux 64bit 系統,內核基于 kernel 4.40,適用于 RK3399 挖掘機以及基于其 上所有 linux 開發產品。 支持 VPU 硬解碼、GPU 3D、QT 等功能。具體功能調試和接口說明
上傳時間: 2022-01-29
上傳用戶:
瑞芯微RK3399 軟硬件資料包括3款硬件Cadence原理圖PCB文件,硬件設計文檔,LINIUX軟件開發文檔i資料硬件文檔主要介紹RK3399處理器硬件設計的要點及注意事項,旨在幫助RK客戶縮短產品的設計周期、提高產品的設計穩定性及降低故障率。請客戶參考本指南的要求進行硬件設計,同時盡量使用RK發布的相關核心模板。 SDK 是基于 Linux 64bit 系統,內核基于 kernel 4.40,適用于 RK3399 挖掘機以及基于其 上所有 linux 開發產品。 支持 VPU 硬解碼、GPU 3D、QT 等功能。具體功能調試和接口說明,請閱讀工程目錄 docs/目錄下文檔。
上傳時間: 2022-01-29
上傳用戶:
Linux Crash技術手冊。詳細介紹了各種工具,以及如何使用
標簽: linux
上傳時間: 2022-02-17
上傳用戶:canderile
學習本章要達到的目標:口1.理解 Linux內核編譯選項的含義口2.學會根據不同的硬件配置裁減定制內核;口3.理解內核編譯過程中每一步的功能,并編譯 Linux2.630內核。需要去重新編譯 Linux內核口增加操作系統對新的硬件設備的支持口增加內核新的功能口對內核代碼或內核配置進行優化時Prompt for development and/or incomplete code/drivers口顯示處于開發調試中或尚未完善的代碼或驅口選中:如果是測試人員或者開發者;口不選:其他情況Local version append to kerne release口追加本地版本號口使用命令“uname-a”進行查看。POSIX Message Queues口 POSIX消息隊列的支持,這是 POSIX進程間通信的一部分BSD Process Accounting口將進程的統計信息寫入文件口信息通常包括建立時間、所有者、命令名稱、內存使用、控制終端等,這個選項一般是選擇的。Enable loadable module support口使能可加載模塊支持口如果使能此選項則可以通過"makemodules_insta"把內核模塊安裝在/lib/modules/中kernel support for ELF binaries口內核對ELF文件格式的支持口ELF是開放平臺下最常用的二進制文件格式支持動態連接,支持不同的硬件平臺kernel support for a out and ECOFF binaries口早期UNIX系統的可執行文件格式,目前已經被ELF格式取代Unix domain sockets口本機高效率的 Socket口僅能運行在本機上的高效率的 Socket,簡稱 Unix socket。口很多進程使用為這種機制在操作系統內部進行進程間通信,例如 X Window和 syslog等TCP/IP networking口TcP/IP網絡協議的支持
標簽: linux
上傳時間: 2022-03-29
上傳用戶:kingwide
因此,您想編寫一個內核模塊。您知道C,您已經編寫了一些可以作為進程運行的常規程序,現在您想知道真正的動作在哪里,一個通配指針可以擦掉文件系統,核心轉儲意味著重新啟動。內核模塊到底是什么?模塊是可以根據需要加載和卸載的代碼段。它們擴展了內核的功能,而無需重新引導系統。例如。模塊驅動程序的一種類型是設備驅動程序,它允許內核訪問沒有模塊的系統硬件,我們將不得不構建單片內核并將新功能直接添加到內核映像中,除了具有更大的內核之外,這還具有缺點每次我們想要新功能時都要求我們重建并重新啟動內核的過程So, you want to write a kernel module. You know C, you, ve written a few normal programs to run as processes, and now you want to get to where the real action is, to where a single wild pointer can wipe out your file system and a core dump means a reboot.What exactly is a kernel module? Modules are pieces of code that can be loaded and unloaded into th upon demand. They extend the functionality of the kernel without the need to reboot the system. For example.one type of module is the device driver, which allows the kernel to access hardware connected to the syste without modules, we would have to build monolithic kernels and add new functionality directly into the em ernel image, Besides having larger kernels
標簽: linux
上傳時間: 2022-03-30
上傳用戶: