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

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

Boot-Loader

  • VxWorks6.x中的ML403嵌入式開發平臺

    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.

    標簽: VxWorks 403 ML 嵌入式

    上傳時間: 2013-10-26

    上傳用戶:agent

  • linux內核分析

    對于Intel x86 PC , 開啟電源后, 機器就會開始執行ROM BIOS的一系列系統測試動作,包括檢查RAM,keyboard,顯示器,軟硬磁盤等等。執行完bios 的系統測試之后,緊接著控制權會轉移給ROM 中的啟動程序(ROM bootstrap routine);這個程序會將磁盤上的第0軌第0 扇區(叫boot sector 或MBR ,系統的引導程序就放在此處)讀入內存中,并放到自0x07C0:0x0000 開始的512 個字節處.

    標簽: linux 內核分析

    上傳時間: 2014-12-30

    上傳用戶:pei5

  • 嵌入式Linux應用開發完全手冊_韋東山

    本書全面介紹了嵌入式Linux 系統開發過程中,從底層系統支持到上層GUI 應用的方方面面,內容涵蓋Linux 操作系統的安裝及相關工具的使用、配置,嵌入式編程所需要的基礎知識(交叉編譯工具的選項設置、Makefile 語法、ARM 匯編指令等),硬件部件的使用及編程(囊括了常見硬件,比如UART、I2C、LCD 等),U-Boot、Linux 內核的分析、配置和移植,根文件系統的構造(包括移植busybox、glibc、制作映象文件等),內核調試技術(比如添加kgdb 補丁、棧回溯等),驅動程序編寫及移植(LED、按鍵、擴展串口、網卡、硬盤、SD 卡、LCD 和USB 等),GUI 系統的移植(包含兩個GUI 系統:基于Qtopia 和基于X),應用程序調試技術。

    標簽: Linux 嵌入式 完全手冊 應用開發

    上傳時間: 2013-12-23

    上傳用戶:life840315

  • 怎樣使用Nios II處理器來構建多處理器系統

    怎樣使用Nios II處理器來構建多處理器系統 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

    標簽: Nios 處理器 多處理器

    上傳時間: 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

    標簽: help date show current

    上傳時間: 2015-01-22

    上傳用戶:ANRAN

  • 用于燒錄FLASH的工具

    用于燒錄FLASH的工具,可以輔助用來下載BOOT到裸的開發板上

    標簽: FLASH 燒錄

    上傳時間: 2015-03-25

    上傳用戶:PresidentHuang

  • (轉載)采用C語言對DSP編程具有很多優點。針對TMS320C32芯片的特點

    (轉載)采用C語言對DSP編程具有很多優點。針對TMS320C32芯片的特點,提出了一種基于C語言的中斷編程方法,同時介紹了具體的BOOT功能實現方案,給出了相應的源程序和結論。

    標簽: 320C 320 C32 DSP

    上傳時間: 2015-04-02

    上傳用戶:leehom61

  • ADS1.2編譯環境下的EP7312芯片的一個基本測試范例

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

    標簽: 7312 ADS 1.2 EP

    上傳時間: 2014-01-18

    上傳用戶:rocketrevenge

  • 1IC網友 做的硬盤MP3資料公開 該播放器使用了美國atmel公司出品的mp3播放器專用芯片at89c51snd1c. 本芯片特性如下: 1)MCS51內核

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

    標簽: atmel 51 1IC MP3

    上傳時間: 2013-11-28

    上傳用戶:litianchu

  • 1)通過fs44b0xbios和網口

    1)通過fs44b0xbios和網口,將upload里的boot.bin燒寫到flash 0 地址 見“FS44B0Xbios使用指南”之5 2) 打開57600超級終端 3) 連上串口線和jtag調試頭 4)打開FS44B0X開發板電源 5)運行jtag.exe,在SDT下調入 ucosii_demo.axf,運行 6) 在超級終端上有三個任務的運行與退出顯示,板子上的三個發光二極管會來回閃爍。

    標簽: 0xbios xbios 44b fs

    上傳時間: 2015-05-05

    上傳用戶:kbnswdifs

主站蜘蛛池模板: 汝阳县| 岳阳县| 三门峡市| 南靖县| 武山县| 东港市| 洛宁县| 长治县| 长岭县| 江陵县| 尼玛县| 达孜县| 巴塘县| 临湘市| 东丰县| 襄樊市| 西乡县| 顺平县| 揭东县| 都昌县| 呼图壁县| 汝南县| 宁波市| 云林县| 宝兴县| 平定县| 东城区| 贵州省| 厦门市| 五大连池市| 南雄市| 札达县| 陇川县| 冀州市| 亳州市| 横峰县| 米林县| 卓尼县| 克拉玛依市| 阿拉善右旗| 大埔县|