# xfel **Repository Path**: vsf-linux/xfel ## Basic Information - **Project Name**: xfel - **Description**: Tiny FEL tools for allwinner SOC. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 0 - **Created**: 2022-06-07 - **Last Updated**: 2025-06-14 ## Categories & Tags **Categories**: os **Tags**: None ## README *** # XFEL Tiny FEL tools for allwinner SOC. [Documentation](https://xboot.github.io/xfel) — [Support Lists](https://xboot.github.io/xfel#/?id=support-lists) — [Examples](https://xboot.github.io/xfel#/?id=examples) — [Releases](https://github.com/xboot/xfel/releases/) ## Usage ```shell usage: xfel version - Show chip version xfel hexdump
- Dumps memory region in hex xfel dump
- Binary memory dump to stdout xfel read32
- Read 32-bits value from device memory xfel write32
- Write 32-bits value to device memory xfel read
- Read memory to file xfel write
- Write file to memory xfel exec
- Call function address xfel reset - Reset device using watchdog xfel sid - Show sid information xfel jtag - Enable jtag debug xfel ddr [type] - Initial ddr controller with optional type xfel sign - Generate ecdsa256 signature file for sha256 of sid xfel spinor - Detect spi nor flash xfel spinor erase
- Erase spi nor flash xfel spinor read
- Read spi nor flash to file xfel spinor write
- Write file to spi nor flash xfel spinand - Detect spi nand flash xfel spinand erase
- Erase spi nand flash xfel spinand read
- Read spi nand flash to file xfel spinand write
- Write file to spi nand flash xfel spinand splwrite
- Write file to spi nand flash with split support ``` ## Links * [The chinese discussion posts](https://whycan.com/t_6546.html) * [The linux-sunxi community](http://sunxi.org/) ## License MIT License Copyright(c) 2007-2022 Jianjun Jiang <8192542@qq.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.