-
Notifications
You must be signed in to change notification settings - Fork 16
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
Instructions to build the project #8
Comments
Hello @hansaya , You should try the following SDK(in Main repository): However : What exactly is the problem with the provided ones? I tried to read #4, but i am not sure where exactly you are stuck? |
Issue I was having was, uboot recognizing my SPI flash chip as FM25Q64. Which is an 64Mbit flash chip. 64mb not enough to install full firmware. |
Thank you for the compiled tool set. I was able to fix my issue by adding a new entry to the header file. |
After trying to understand why #4 was happening. I realized flash installed on my waze cam was QH128A-104HIP http://pdf1.alldatasheet.com/datasheet-pdf/view/675884/EON/EN25QH128A.html
Because of that I get
at start up. My guess is, new entry needed to be added to https://github.com/Dafang-Hacks/uboot/blob/a1d19316522425d61035a9e897e9d8b0424b7f74/drivers/spi/jz_spi.h
I'm alright with doing the work and testing it but I got stuck building the project. I used a ubuntu container to build it but I had no luck.
I know that this version of uboot is using old gcc-4-mips-linux-gnu but i wasn't able install anything less than version 5. I tried to compile with version 5 without any success. Do you have a proven way of building this project? and tools needed to build it?
I'm stuck with this build error
Thanks
The text was updated successfully, but these errors were encountered: