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

A133 support #207

Open
parthitce opened this issue Jul 10, 2024 · 2 comments
Open

A133 support #207

parthitce opened this issue Jul 10, 2024 · 2 comments

Comments

@parthitce
Copy link

I have a custom PCB based on A133 SoC with eMMC. Currently am trying to flash the device using sunxi-fel based on #192 and it resets the device. Also am new to the sunxi tools and still reading the documentation to get more understanding about what needs to be done.

  1. Is it possible to flash spl-pub i.e boot0 and u-boot from vendor tree using sunxi-fel or it's only possible to flash mainline version?
  2. fel: add Allwinner A523 SoC support #202 (comment) @apritzel, did you managed to get this working after that point?

AFAIK the current mainline u-boot doesn't have support for A100 and A133 as well. Thanks in advance for the suggestions and comments.

@apritzel
Copy link
Contributor

  1. sunxi-fel is mostly about booting a device, it only supports "flashing" to SPI NOR flash, not to SD card or eMMC. Its "uboot" command allows to upload both the SPL and U-Boot proper and boot that, but that only works with mainline versions of U-Boot. You can upload and execute boot0, but that won't get you very far, though this might initialise DRAM.
  2. No, I didn't do any work on the A133, it's still on the far end of my TODO list, given the SoC's age and small significance.

@parthitce
Copy link
Author

  1. sunxi-fel is mostly about booting a device, it only supports "flashing" to SPI NOR flash, not to SD card or eMMC. Its "uboot" command allows to upload both the SPL and U-Boot proper and boot that, but that only works with mainline versions of U-Boot. You can upload and execute boot0, but that won't get you very far, though this might initialise DRAM.

Yeah, tried attempting it and still not successful.

2. No, I didn't do any work on the A133, it's still on the far end of my TODO list, given the SoC's age and small significance.

Ok, thanks.

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