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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

Boot-Loader

  • VxWorks6.x中的ML403嵌入式開(kāi)發(fā)平臺(tái)

    The use of the Wind River VxWorks Real-Time Operating System (RTOS) on Virtex™-4embedded PowerPC™ processors continues to be a popular choice for high performanceFPGA designs. The introduction of the Wind River Workbench design environment has enableda new and easier way for designers to control the configuration of the VxWorks kernel. Thisguide shows the steps required to build and configure a ML403 Embedded DevelopmentPlatform to boot and run the VxWorks RTOS. A VxWorks bootloader is created, programmedinto Flash, and used to boot the design. The concepts presented here can be scaled to anyPowerPC enabled development platform.

    標(biāo)簽: VxWorks 403 ML 嵌入式

    上傳時(shí)間: 2013-10-26

    上傳用戶:agent

  • linux內(nèi)核分析

    對(duì)于Intel x86 PC , 開(kāi)啟電源后, 機(jī)器就會(huì)開(kāi)始執(zhí)行ROM BIOS的一系列系統(tǒng)測(cè)試動(dòng)作,包括檢查RAM,keyboard,顯示器,軟硬磁盤(pán)等等。執(zhí)行完bios 的系統(tǒng)測(cè)試之后,緊接著控制權(quán)會(huì)轉(zhuǎn)移給ROM 中的啟動(dòng)程序(ROM bootstrap routine);這個(gè)程序會(huì)將磁盤(pán)上的第0軌第0 扇區(qū)(叫boot sector 或MBR ,系統(tǒng)的引導(dǎo)程序就放在此處)讀入內(nèi)存中,并放到自0x07C0:0x0000 開(kāi)始的512 個(gè)字節(jié)處.

    標(biāo)簽: linux 內(nèi)核分析

    上傳時(shí)間: 2014-12-30

    上傳用戶:pei5

  • 嵌入式Linux應(yīng)用開(kāi)發(fā)完全手冊(cè)_韋東山

    本書(shū)全面介紹了嵌入式Linux 系統(tǒng)開(kāi)發(fā)過(guò)程中,從底層系統(tǒng)支持到上層GUI 應(yīng)用的方方面面,內(nèi)容涵蓋Linux 操作系統(tǒng)的安裝及相關(guān)工具的使用、配置,嵌入式編程所需要的基礎(chǔ)知識(shí)(交叉編譯工具的選項(xiàng)設(shè)置、Makefile 語(yǔ)法、ARM 匯編指令等),硬件部件的使用及編程(囊括了常見(jiàn)硬件,比如UART、I2C、LCD 等),U-Boot、Linux 內(nèi)核的分析、配置和移植,根文件系統(tǒng)的構(gòu)造(包括移植busybox、glibc、制作映象文件等),內(nèi)核調(diào)試技術(shù)(比如添加kgdb 補(bǔ)丁、棧回溯等),驅(qū)動(dòng)程序編寫(xiě)及移植(LED、按鍵、擴(kuò)展串口、網(wǎng)卡、硬盤(pán)、SD 卡、LCD 和USB 等),GUI 系統(tǒng)的移植(包含兩個(gè)GUI 系統(tǒng):基于Qtopia 和基于X),應(yīng)用程序調(diào)試技術(shù)。

    標(biāo)簽: Linux 嵌入式 完全手冊(cè) 應(yīng)用開(kāi)發(fā)

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

    上傳用戶:life840315

  • 怎樣使用Nios II處理器來(lái)構(gòu)建多處理器系統(tǒng)

    怎樣使用Nios II處理器來(lái)構(gòu)建多處理器系統(tǒng) Chapter 1. Creating Multiprocessor Nios II Systems Introduction to Nios II Multiprocessor Systems . . . . . . . . . . . . . . 1–1 Benefits of Hierarchical Multiprocessor Systems  . . . . . . . . . . . . . . . 1–2 Nios II Multiprocessor Systems . . . . . . . . . . . . . . . . . . . .  . . . . . . . . . . . . . 1–2 Multiprocessor Tutorial Prerequisites   . . . . . . . . . . .  . . . . . . . . . . . . 1–3 Hardware Designs for Peripheral Sharing   . . . . . . . . . . . .. . . . . . . . 1–3 Autonomous Multiprocessors   . . . . . . . . . . . . . . . . . . . . . .  . . . . . . . 1–3 Multiprocessors that Share Peripherals . . . . . . . . . . . . . . . . . . . . . . 1–4 Sharing Peripherals in a Multiprocessor System   . . . . . . . . . . . . . . . . . 1–4 Sharing Memory  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1–6 The Hardware Mutex Core  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  . . . . 1–7 Sharing Peripherals   . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . 1–8 Overlapping Address Space  . . . . . . . . . . . . . . . . . . . . . . . . . . . .  . . . . 1–8 Software Design Considerations for Multiple Processors . . .. . . . . 1–9 Program Memory  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1–9 Boot Addresses  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. 1–13 Debugging Nios II Multiprocessor Designs  . . . . . . . . . . . . . . . .  1–15 Design Example: The Dining Philosophers’ Problem   . . . . .. . . 1–15 Hardware and Software Requirements . . . . . . . . . . . . . . . .. . . 1–16 Installation Notes  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1–17 Creating the Hardware System   . . . . . . . . . . . . . . .. . . . . . 1–17 Getting Started with the multiprocessor_tutorial_start Design Example   1–17 Viewing a Philosopher System   . . . . . . . . . . . . . . . . . . . . . . . . . . . .  . . 1–18 Philosopher System Pipeline Bridges  . . . . . . . . . . . . . . . . . . . . . 1–19 Adding Philosopher Subsystems   . . . . . . . . . . . . . . . . . . . . . .  . . . . 1–21 Connecting the Philosopher Subsystems  . . . . . . . . . . . . .. . . . . 1–22 Viewing the Complete System . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1–27 Generating and Compiling the System   . . . . . . . . . . . . . . . . . .. 1–28

    標(biāo)簽: Nios 處理器 多處理器

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

    上傳用戶:lo25643

  • S3C44BOX的BIOS。可使用的命令:help --- show help ? --- = help date --- show or set current date time --

    S3C44BOX的BIOS。可使用的命令:help --- show help ? --- = help date --- show or set current date time --- show or set current time setweek --- set weekday clock --- show system running clock setmclk --- set system running clock setbaud ------ set baud rate ipcfg ------ show or set IP address load ------ load file to ram comload ------ load file from serial port run ------ run from sdram prog ------ program flash copy ------ copy flash from src to dst address boot ------ boot from flash backup ------ move bios to the top of flash md ------ show memory data move ------ move program from flash to sdram

    標(biāo)簽: help date show current

    上傳時(shí)間: 2015-01-22

    上傳用戶:ANRAN

  • 用于燒錄FLASH的工具

    用于燒錄FLASH的工具,可以輔助用來(lái)下載BOOT到裸的開(kāi)發(fā)板上

    標(biāo)簽: FLASH 燒錄

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

    上傳用戶:PresidentHuang

  • (轉(zhuǎn)載)采用C語(yǔ)言對(duì)DSP編程具有很多優(yōu)點(diǎn)。針對(duì)TMS320C32芯片的特點(diǎn)

    (轉(zhuǎn)載)采用C語(yǔ)言對(duì)DSP編程具有很多優(yōu)點(diǎn)。針對(duì)TMS320C32芯片的特點(diǎn),提出了一種基于C語(yǔ)言的中斷編程方法,同時(shí)介紹了具體的BOOT功能實(shí)現(xiàn)方案,給出了相應(yīng)的源程序和結(jié)論。

    標(biāo)簽: 320C 320 C32 DSP

    上傳時(shí)間: 2015-04-02

    上傳用戶:leehom61

  • ADS1.2編譯環(huán)境下的EP7312芯片的一個(gè)基本測(cè)試范例

    ADS1.2編譯環(huán)境下的EP7312芯片的一個(gè)基本測(cè)試范例,代碼中完成了boot、中斷設(shè)置、重映射和串口輸出等功能,可以作為EP7312芯片起步的一個(gè)很好的參考。

    標(biāo)簽: 7312 ADS 1.2 EP

    上傳時(shí)間: 2014-01-18

    上傳用戶:rocketrevenge

  • 1IC網(wǎng)友 做的硬盤(pán)MP3資料公開(kāi) 該播放器使用了美國(guó)atmel公司出品的mp3播放器專用芯片at89c51snd1c. 本芯片特性如下: 1)MCS51內(nèi)核

    1IC網(wǎng)友 做的硬盤(pán)MP3資料公開(kāi) 該播放器使用了美國(guó)atmel公司出品的mp3播放器專用芯片at89c51snd1c. 本芯片特性如下: 1)MCS51內(nèi)核,可以利用單片及開(kāi)發(fā)軟件Keil軟件方便開(kāi)發(fā)mp3播放器,無(wú)需特殊軟件平臺(tái); 2)MPEG I/II-Layer 3 hardware decoder .獨(dú)立MP3 Decoder .支持48,44.1,32,24,22.05,16khz取樣頻率 .支持軟件31階音量控制,高中低音均衡控制 .重低音效果 3)集成DAC部件,支持PCM,IIS格式; 4)64K字節(jié)片上代碼存儲(chǔ)空間(100K次擦寫(xiě)壽命) 5)4K字節(jié)boot flash memory,USB/UART下載代碼 6)集成USB1.1 device部件 7)MMC卡接口 8)IDE/ATAPI接口(HDD/CD-ROM Interface) 9)2通道ADC,8Khz取樣

    標(biāo)簽: atmel 51 1IC MP3

    上傳時(shí)間: 2013-11-28

    上傳用戶:litianchu

  • 1)通過(guò)fs44b0xbios和網(wǎng)口

    1)通過(guò)fs44b0xbios和網(wǎng)口,將upload里的boot.bin燒寫(xiě)到flash 0 地址 見(jiàn)“FS44B0Xbios使用指南”之5 2) 打開(kāi)57600超級(jí)終端 3) 連上串口線和jtag調(diào)試頭 4)打開(kāi)FS44B0X開(kāi)發(fā)板電源 5)運(yùn)行jtag.exe,在SDT下調(diào)入 ucosii_demo.axf,運(yùn)行 6) 在超級(jí)終端上有三個(gè)任務(wù)的運(yùn)行與退出顯示,板子上的三個(gè)發(fā)光二極管會(huì)來(lái)回閃爍。

    標(biāo)簽: 0xbios xbios 44b fs

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

    上傳用戶:kbnswdifs

主站蜘蛛池模板: 宁远县| 泽州县| 南宫市| 常熟市| 和硕县| 望江县| 关岭| 怀来县| 南平市| 湖州市| 桐城市| 宁都县| 铜山县| 建始县| 苏尼特左旗| 化德县| 河间市| 隆尧县| 兴安县| 邓州市| 尼勒克县| 花莲县| 黄浦区| 博野县| 灵宝市| 烟台市| 吴旗县| 佛教| 江西省| 隆德县| 扎兰屯市| 玛多县| 灵武市| 勐海县| 巴中市| 兴国县| 固镇县| 莫力| 象州县| 大宁县| 富阳市|