亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Boot-Loader

  • CFE contains the following important features: * Easy to port to new SB1250/BCM1480 designs

    CFE contains the following important features: * Easy to port to new SB1250/BCM1480 designs * Initializes CPUs, caches, memory controllers, and peripherals * Built-in device drivers for SB1250 SOC peripherals * Several console choices, including serial ports, ROM emulators, JTAG, etc. * Environment storage in NV EEPROM, flash, etc. * Supports big or little endian operation * Supports 32-bit and 64-bit processors * Support for network bootstrap. Network protocols supported include IP,ARP,ICMP,UDP,DHCP,TFTP. * Support for disk bootstrap. * Provides an external API for boot loaders and startup programs * Simple user interface. UI is easy to remove for embedded apps.

    標(biāo)簽: following important contains features

    上傳時(shí)間: 2014-11-23

    上傳用戶:龍飛艇

  • 這個(gè)事bootloader的編寫

    這個(gè)事bootloader的編寫,用的事u-boot,里面給了一個(gè)u-boot

    標(biāo)簽: bootloader 編寫

    上傳時(shí)間: 2017-07-29

    上傳用戶:ecooo

  • hese are the zip files that are associated with application note ADSP-BF533 Blackfin Booting Pro

    hese are the zip files that are associated with application note ADSP-BF533 Blackfin Booting Process (EE-240) example.zip: Used throughout the EE-note to explain in detail the various booting modes. BF533 Ez Kit Multiple DXE Boot.zip: Multi-DXE Boot Example used with the ADSP-BF533 Ez-Kit Lite. Host Boot.zip: Example Host code to demonstrate SPI Slave Mode Booting Program_Atmel.zip: Example code that programs the Atmel DataFlashes via an ADSP-BF532 Processor All programs have been written for VisualDSP++ 3.5

    標(biāo)簽: application associated are Blackfin

    上傳時(shí)間: 2017-07-30

    上傳用戶:tonyshao

  • 本文檔詳細(xì)介紹的開發(fā)環(huán)境的搭建

    本文檔詳細(xì)介紹的開發(fā)環(huán)境的搭建,包括內(nèi)核移植,U-boot,根文件系統(tǒng)

    標(biāo)簽: 文檔 開發(fā)環(huán)境 詳細(xì)介紹

    上傳時(shí)間: 2013-12-24

    上傳用戶:chenjjer

  • This is a simple operating system source code in assembly langauge, you should compile the files in

    This is a simple operating system source code in assembly langauge, you should compile the files in the rar with MASM, and put them in one image (kernel follows loader) and test it with vmware.

    標(biāo)簽: operating assembly langauge compile

    上傳時(shí)間: 2013-12-17

    上傳用戶:源弋弋

  • LINUX2.6.14全線移植文檔

    LINUX2.6.14全線移植文檔,U-BOOT移植,內(nèi)核移植,一些驅(qū)動(dòng)移植

    標(biāo)簽: LINUX 14 移植 文檔

    上傳時(shí)間: 2017-09-06

    上傳用戶:蟲蟲蟲蟲蟲蟲

  • 本文是初學(xué)者很好的入門教程

    本文是初學(xué)者很好的入門教程,全文從RAM的寄存器講起,然后深入淺出的介紹了BOOT的開發(fā),且基于S3C44B0X

    標(biāo)簽: 初學(xué)者 入門教程

    上傳時(shí)間: 2017-09-12

    上傳用戶:yt1993410

  • 嵌入式試驗(yàn)箱S3C2410的bootloader源代碼

    嵌入式試驗(yàn)箱S3C2410的bootloader源代碼,包括vivi和u-boot

    標(biāo)簽: bootloader S3C2410 嵌入式 試驗(yàn)箱

    上傳時(shí)間: 2017-09-13

    上傳用戶:er1219

  • Windows Driver Model(WDM)的根源可追溯到幾年前一種叫做Windows for Workgroups 3.10的操作系統(tǒng)。那時(shí)候我們努力地支持無數(shù)不同的SCSI控制器

    Windows Driver Model(WDM)的根源可追溯到幾年前一種叫做Windows for Workgroups 3.10的操作系統(tǒng)。那時(shí)候我們努力地支持無數(shù)不同的SCSI控制器,我長期地注意WindowsNT開發(fā)組創(chuàng)建的小端口驅(qū)動(dòng)程序類型。不久就認(rèn)識到重新構(gòu)造必要的映象加載器(image loader)和小端口驅(qū)動(dòng)程序需要的執(zhí)行環(huán)境比把這些小端口驅(qū)動(dòng)程序重寫成某些VXD形式的驅(qū)動(dòng)程序并調(diào)試完畢所花費(fèi)的努力要少得多。 不幸的是,Windows from Workgroups 3.10已經(jīng)停止發(fā)行帶有SCSI小端口支持的版本,主要是由于象ASPI(高級SCSI編程接口)這樣的外圍問題。然而,跨Windows和windows NT操作系統(tǒng)共享同樣的驅(qū)動(dòng)程序執(zhí)行映象的基礎(chǔ)是適當(dāng)?shù)牟⑶铱梢栽趙in95中見到,它(win95)可以與NT共享SCSI和NDIS小端口驅(qū)動(dòng)程序二進(jìn)制代碼。 共享驅(qū)動(dòng)程序模式的潛在意義是重大的。驅(qū)動(dòng)程序開發(fā)人員感興趣的是支持雙平臺,共享驅(qū)動(dòng)模式能降低開發(fā)和調(diào)試的一半開消。對微軟來說,共享模式意味著更容易地從win9x遷移到Windows2000或這個(gè)平臺的未來版本。對最終用戶來說,大量不同種類的穩(wěn)定驅(qū)動(dòng)程序可以在這個(gè)家族中的所有成員之間通用。

    標(biāo)簽: Windows Workgroups Driver Model

    上傳時(shí)間: 2013-12-21

    上傳用戶:ddddddos

  • A FLASH Bootloader for PIC16 and PIC18 Devices

    Among the many features built into Microchip’sEnhanced FLASH Microcontroller devices is the capability of the program memory to self-program. This very useful feature has been deliberately included to give the user the ability to perform bootloading operations.Devices like the PIC18F452 are designed with a designated“boot block”, a small section of protectable program memory allocated specifically for bootload firmware.

    標(biāo)簽: bootloader;PIC16;PIC18

    上傳時(shí)間: 2015-03-05

    上傳用戶:rfvrfv

主站蜘蛛池模板: 临泉县| 黄大仙区| 科尔| 德格县| 曲周县| 札达县| 阜新市| 观塘区| 建湖县| 永宁县| 天水市| 红安县| 康定县| 射洪县| 马公市| 左权县| 鲁甸县| 阿拉尔市| 富锦市| 寻乌县| 慈利县| 芜湖县| 盖州市| 浙江省| 扎赉特旗| 山阳县| 万宁市| 钟山县| 望谟县| 微山县| 澄城县| 安阳市| 乌兰县| 临邑县| 个旧市| 潞城市| 玛曲县| 北宁市| 卢龙县| 西藏| 深泽县|