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

flash: Fix end address for firmware. #426

Merged
merged 2 commits into from Apr 8, 2018

Conversation

mithro
Copy link
Member

@mithro mithro commented Apr 8, 2018

Fixes #425.

flash.py Outdated
@@ -41,12 +41,12 @@ def main():
filename = make.get_firmware(builddir, "flash")

address_start = platform.gateware_size + make.BIOS_SIZE
address_end = platform.gateware_size
address_end = platform.spiflash_total_size

elif args.mode == 'other':
filename = args.other
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for insta-correcting this!

I think this should read filename = args.other_file

@mithro
Copy link
Member Author

mithro commented Apr 8, 2018

Thanks @FelixHenninger ! I'll merge this change now!

@mithro mithro merged commit daf33bc into timvideos:master Apr 8, 2018
@mithro mithro deleted the flash-firmware-fix branch April 8, 2018 17:20
@FelixHenninger
Copy link

Awesome, thanks a lot! I'm super-glad to have helped a tiny bit -- I'll need to find some free time to catch up to master, and then I've got a few more little things I could contribute (though they might have to go upstream to litex)

@mithro
Copy link
Member Author

mithro commented Apr 9, 2018

Please do reach out if you need help. Improving support for the nexys_video is something I definitely support!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants