Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-implement the FEL tool, support RISC-V D1/F133 chip, support burning spi nor flash and spi nand flash #163

Open
jianjunjiang opened this issue Nov 6, 2021 · 1 comment

Comments

@jianjunjiang
Copy link

https://github.com/xboot/xfel

The supported chip lists.

extern struct chip_t a10;
extern struct chip_t a13_a10s_r8;
extern struct chip_t a20;
extern struct chip_t a23;
extern struct chip_t a31;
extern struct chip_t a33_r16;
extern struct chip_t a40i_r40;
extern struct chip_t a64;
extern struct chip_t a80;
extern struct chip_t a83t;
extern struct chip_t d1_f133;
extern struct chip_t f1c100s_f1c200s_f1c500s;
extern struct chip_t h2_h3;
extern struct chip_t h5;
extern struct chip_t h6;
extern struct chip_t h616;
extern struct chip_t r328;
extern struct chip_t r329;
extern struct chip_t t507;
extern struct chip_t v3s_s3;
extern struct chip_t v831;
@Icenowy
Copy link
Contributor

Icenowy commented Nov 9, 2021

Well I think this is too far diverged from the original sunxi-fel tool...

BTW I do think sunxi-fel needs some refactor to support suniv/sun20i.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants