-
Notifications
You must be signed in to change notification settings - Fork 420
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
T113 burn packed image? #176
Comments
I wouldn't know that the T113 is supported already by sunxi-fel. What does |
@thevirtualdj: so T113 support has been merged today, although without SPI flash support (yet). It would seem my MangoPi has a SPI flash foot print, but I haven't soldered anything on it. If you have SPI flash on your board, it would be great if you could try to add support for it, look at fel-spiflash.c and previous commits to this file. |
I solved it. It was missing kernel setup configs and dts spi clock had to be lowered to 30MHz for jffs2 filesistem. Had to fix makescripts for packing and building myself but it really has support for my w25 flash and just needa a little attention. |
Is there a way to write SP-NOR packed image with sunxi-fel or other source available tool?
We tried to build it for ARM armv7l (A20) armbian and when try to burn:
sunxi-fel -p -v spiflash-write 0 ./t113_linux_evb1_auto_nor_uart0_nor.img
we get: SPI support not implemented yet for 0 ((null))!
Any other way of doing this from armbian A20 linux?
The text was updated successfully, but these errors were encountered: