-
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
A33(A23) seem non supported in uart0 hello world ? #64
Comments
Hello far5893, Currently there is no support for A33/A23, as we're lacking the necessary hardware to test it. However, the code itself is pretty much self-explanatory, and simple enough to adjust for other SoCs. You'd mostly have to figure out the correct GPIO pin mapping (from the datasheet) and extend The SD breakout might require some extra care in getting the "pinmux" (GPIO multiplexing functions) setup right. See the A13 case for an example of this. Using an SD breakout adapter complicates things in two ways:
That said: Yes, it's possible to upload and execute the uart0-helloworld-sdboot.sunxi via USB in FEL mode, eliminating the need for / use of a memory card. Regards, NiteHawk |
How would that work? Pardon my lack of understanding. ie. Which commands are needed? |
Just run |
Hi,
I'm trying to boot A33 tablet with fel or sdcard ,
i have breakout sd adapter , can i use uart0 hello world mixing uart0 and SD?
And with fel is possible to load hello-world image to sram and execute(whiteout SD)?
The text was updated successfully, but these errors were encountered: