Frser-duino
Frser-duino
https://github.com/urjaman/frser-duino
Flashrom compatible firmware to read/write/erase flash chips
This firmware can be installed on serveral Arduinos with AVR microcontrollers. You then need to connect the Arduino between a computer running flashrom and to a flash chip. With flashrom (for instance with flashrom -p serprog:dev=/dev/ttyUSB0:2000000) you can then read/write/erase various SPI flash chip supported by flashrom.
Download
version 350c0af792b8d1a09520705013af26df6ba527f4
User level
Advanced
VCS Checkout
git clone --recursive https://github.com/urjaman/frser-duino
Categories
Related Projects
Licensing
License
Verified by
Verified on
Notes
License
Verified by
GNUtoo
Verified on
11 April 2023
Notes
The following files:
main.c main.h spihw.c uart.c uart.h
have the following license notice:
* This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
But I've still set this firmware to GPLv3 or later as it uses libfrser that is GPLv3 or later as some of its files are under that license. libfrser is also included in the source code tough git submodules, and the code is compiled directly in frser-duino.
Two headers contain configuration (spihw.h, frser-cfg.h) and have no license header but the license is covered by the header in the other files ("This program is free software [...]").
Leaders and contributors
Resources and communication
Audience | Resource type | URI |
---|---|---|
Homepage | https://github.com/urjaman/frser-duino | |
VCS Repository Webview | https://github.com/urjaman/frser-duino |
Software prerequisites
Kind | Description |
---|---|
Required to use | Flashrom |
Required to build | avr-gcc |
Source requirement | Libfrser |
Required to use | avrdude |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.