jankowskib / FELix

An open-source flash tool for Allwinner
45 stars 11 forks source link

H6 support (eGON too big) #8

Open akohlsmith opened 3 years ago

akohlsmith commented 3 years ago

I have an .img that flashes fine with PhoenixROM, but FELix complains that eGON is too big (18784>16384).

I tried to ignore the error (just made the check 32kB instead of 16kB) but that didn't seem to do anything, it just hangs after "booting to FES" when I try to make this change.

I suspect that there's something must be changed slightly to boot and flash an H6, but I'm not sure what that'd be.

leonidofsparta commented 3 years ago

Hello. I know this is a bit of topic, but I'm not able to install FELix. Please help me here, or email me at this email: leokol045@gmail.com. I hope you help me out

akohlsmith commented 3 years ago

Perhaps if you open another ticket I can comment there. You also haven't given any information about your system, what errors your encountering, etc.

leonidofsparta commented 3 years ago

Perhaps if you open another ticket I can comment there. You also haven't given any information about your system, what errors your encountering, etc.

I can't even get through ruby indtallation. It says that there's no such package. Using Lubuntu 19 x64. Can you tell me how you installed it?

akohlsmith commented 3 years ago

What specific error are you encountering? I cloned the repo, ran ruby --version to find out I have v2.3.7 so I edited Gemfile to change the 2.3.3 to 2.3.7 to match my system.

From there, I followed the instructions in README.md.

shariffaraz commented 3 years ago

@akohlsmith did you manage to get through the issue? with eGON?

Fusseldieb commented 1 year ago

Same issue with an A50 chip.

FELix 1.0 RC6 by Lolet
Warning: I don't give any warranty on this software. You use it at own risk!
────────────────────────────────────
* Connecting to device at port 6, FEL device 1@60 1f3a:efe8 [OK]
* Checking device info                                      [OK]
* Setting work mode to: boot                                [FAIL]
eGON is too big (39712>16384)
* Cleaning up                                               [OK]
eduncan911 commented 2 months ago

https://github.com/jankowskib/FELix/blob/3101ba0b1f04f8e359d95d5b11db8950e2883af6/FELSuit.rb#L360

Perhaps?