⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 基于ecos的redboot
💻
字号:

This directory contains support for flashing Intel(R) StrongARM(R)
Evaluation Boards (EBSA-285 and SA-IOP) over the PCI bus of a PC
running Linux.

There are two parts to this support: a loadable kernel module
and the flash utility.

The loadable kernel module is safl.o and the utility is
sa_flash.

To build:

  * cd to this directory.
  * make

This builds safl.o and sa_flash. The kernel module must be
installed and a device file created for it. Both of these
operations require root permissions.

Install the module by:

  % insmod safl.o

Create the device file by:

  % mknod /dev/safl c 10 178


Then, to flash an image onto the eval board:

  % sa_flash image_file


The eval boards must be configured for blank programming before
flashing them. The image is placed in the flash boot sector.



Intel is a Registered Trademark of Intel Corporation.
StrongARM is a Registered Trademark of Advanced RISC Machines Limited.
Other Brands and Trademarks are the property of their respective owners.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -