zoukankan      html  css  js  c++  java
  • NIOS II 安装uclinux的硬件要求

    Hardware requirements

    You should start with a minimal system with only,

    • Nios II f or s core, with hardware multiplier, (f-core suggested, s-core is slower).
    • sdram (minimum requirement 8MB),
    • one full featured timer,
    • a jtag/serial uart

    Note in Linux, irq 0 means auto-detected, so you must not use irq 0 for ANY devices, except for timer.

    It is possible to use e-core, but it will be very very slow.

    It is possible to run without hardware multiplier, but you will need some hack.

    硬件要求

    你开始一个最小系统仅仅需要:

    1、NIOS II f 或者s 处理器,带硬件乘法器(建议使用NIOS II /f,使用NIOS II/s很慢)

    2、最小8M的SDRAM

    3、一个全功能的定时器

    4、JTAG/UART

    备注:在Linux中,中断0意味着自动辨识,所以你不能把中断0分配给任何器件,除了定时器。没有硬件乘法器运行LINUX是可能的,但你需要一些hack。

  • 相关阅读:
    Django终端打印SQL语句
    Django之缓存
    Django总结三
    Django之信号
    Django之Form的ModelForm
    git下
    Ajax实现文件的上传
    operator模块
    Django之Form自定义验证规则
    New Concept English Two 32 88
  • 原文地址:https://www.cnblogs.com/Neddy/p/2010890.html
Copyright © 2011-2022 走看看