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

ecpmulti for um-85k #180

Open
emard opened this issue Dec 9, 2021 · 0 comments
Open

ecpmulti for um-85k #180

emard opened this issue Dec 9, 2021 · 0 comments

Comments

@emard
Copy link
Contributor

emard commented Dec 9, 2021

For ULX4M prototype, I was porting
DFU bootloader for had-2019 badge
https://github.com/emard/had2019-playground

Onboard chip is um-85k device ID 0x01113043
and "ecpmulti" needs to be used to make a bootloader
which starts from 0 and by pulling PROGRAMN down
jumps to user bitstream at 0x200000

Although building as um-85k, bootloader itself started
but was unable to jump to user bitstream and also
prevent to upload any user bitstream using SRAM programming from JTAG.

Adding
--input-idcode 0x01113043
--output-idcode 0x01113043

fixes it (see intergalaktik/ulx4m#8)

For another board with similar chip
um5g-85k device ID 0x81113043
those 2 input/output idcode lines are not needed, bootloader
can jump to user bitstream.

@whitequark whitequark transferred this issue from YosysHQ/yosys Dec 10, 2021
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

1 participant