{"id":13470389,"url":"https://github.com/xboot/xfel","last_synced_at":"2025-05-16T07:00:59.793Z","repository":{"id":37887211,"uuid":"370688271","full_name":"xboot/xfel","owner":"xboot","description":"Tiny FEL tools for allwinner SOC, support RISC-V D1 chip","archived":false,"fork":false,"pushed_at":"2025-05-01T13:55:30.000Z","size":1248,"stargazers_count":262,"open_issues_count":0,"forks_count":82,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-05-01T14:23:18.854Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xboot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-05-25T12:40:17.000Z","updated_at":"2025-05-01T13:55:34.000Z","dependencies_parsed_at":"2023-01-24T03:45:37.337Z","dependency_job_id":"cf7e1b05-e2b5-4af8-b559-bf0c3dcbe6e2","html_url":"https://github.com/xboot/xfel","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xboot%2Fxfel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xboot%2Fxfel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xboot%2Fxfel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xboot%2Fxfel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xboot","download_url":"https://codeload.github.com/xboot/xfel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254485025,"owners_count":22078764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T16:00:29.559Z","updated_at":"2025-05-16T07:00:59.728Z","avatar_url":"https://github.com/xboot.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"\n\n***\n# XFEL\nTiny FEL tools for allwinner SOC.\n\n[Documentation](https://xboot.github.io/xfel) \u0026mdash;\n[Support Lists](https://xboot.github.io/xfel#/?id=support-lists) \u0026mdash;\n[Examples](https://xboot.github.io/xfel#/?id=examples) \u0026mdash;\n[Releases](https://github.com/xboot/xfel/releases/)\n\n## Usage\n\n```shell\nusage:\n    xfel version                                        - Show chip version\n    xfel hexdump \u003caddress\u003e \u003clength\u003e                     - Dumps memory region in hex\n    xfel dump \u003caddress\u003e \u003clength\u003e                        - Binary memory dump to stdout\n    xfel read32 \u003caddress\u003e                               - Read 32-bits value from device memory\n    xfel write32 \u003caddress\u003e \u003cvalue\u003e                      - Write 32-bits value to device memory\n    xfel read \u003caddress\u003e \u003clength\u003e \u003cfile\u003e                 - Read memory to file\n    xfel write \u003caddress\u003e \u003cfile\u003e                         - Write file to memory\n    xfel exec \u003caddress\u003e                                 - Call function address\n    xfel reset                                          - Reset device using watchdog\n    xfel sid                                            - Show sid information\n    xfel jtag                                           - Enable jtag debug\n    xfel ddr [type]                                     - Initial ddr controller with optional type\n    xfel sign \u003cpublic-key\u003e \u003cprivate-key\u003e \u003cfile\u003e         - Generate ecdsa256 signature file for sha256 of sid\n    xfel spinor                                         - Detect spi nor flash\n    xfel spinor erase \u003caddress\u003e \u003clength\u003e                - Erase spi nor flash\n    xfel spinor read \u003caddress\u003e \u003clength\u003e \u003cfile\u003e          - Read spi nor flash to file\n    xfel spinor write \u003caddress\u003e \u003cfile\u003e                  - Write file to spi nor flash\n    xfel spinand                                        - Detect spi nand flash\n    xfel spinand erase \u003caddress\u003e \u003clength\u003e               - Erase spi nand flash\n    xfel spinand read \u003caddress\u003e \u003clength\u003e \u003cfile\u003e         - Read spi nand flash to file\n    xfel spinand write \u003caddress\u003e \u003cfile\u003e                 - Write file to spi nand flash\n    xfel spinand splwrite \u003csplit-size\u003e \u003caddress\u003e \u003cfile\u003e - Write file to spi nand flash with split support\n    xfel extra [...]                                    - The extra commands\n```\n\n## Links\n\n* [The chinese discussion posts](https://whycan.com/t_6546.html)\n* [The linux-sunxi community](http://sunxi.org/)\n\n## License\n\nMIT License\n\nCopyright(c) 2007-2022 Jianjun Jiang \u003c8192542@qq.com\u003e\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxboot%2Fxfel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxboot%2Fxfel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxboot%2Fxfel/lists"}