readme

来自「eCos1.31版」· 代码 · 共 43 行

TXT
43
字号
This directory contains support for flashing Intel(R) StrongARM(R)Evaluation Boards (EBSA-285 and SA-IOP) over the PCI bus of a PCrunning Linux.There are two parts to this support: a loadable kernel moduleand the flash utility.The loadable kernel module is safl.o and the utility issa_flash.To build:  * cd to this directory.  * makeThis builds safl.o and sa_flash. The kernel module must beinstalled and a device file created for it. Both of theseoperations require root permissions.Install the module by:  % insmod safl.oCreate the device file by:  % mknod /dev/safl c 10 178Then, to flash an image onto the eval board:  % sa_flash image_fileThe eval boards must be configured for blank programming beforeflashing 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 + =
减小字号Ctrl + -
显示快捷键?