-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add note for boot.frm #10
Comments
This is known. The current README says:
Maybe we can add a sentence after this "The On this note, the ADI Makefile for the stock firmware includes a feature to detect whether Vivado is not present and if it isn't it will download the XSA from Github instead of building it. I never made sure that this works with the Maia SDR firmware, but it could be done if there is enough interest.
Indeed. The |
I assume building FPGA bistream is xsa, but boot.frm use a tool from the Xilink sdk.
Confirm it is working
By default , uboot could not be updated (so not break)... boot.frm which includes boot and env has only effect on env. https://ez.analog.com/adieducation/university-program/f/q-a/114236/can-we-really-update-u-boot |
Oh, I had a mixup in my head between
Interesting. I didn't know that the In any case, although rare, I still think that a bad uboot env could prevent the device from entering DFU correctly, so I'd rather have users update the couple parameters that are needed using |
Just inform that building process without Vivado doesn't produce boot.frm.
Installation described in readme to set environment could be done alternatively by using uboot-env.dfu.
The text was updated successfully, but these errors were encountered: