Change flash memory form M25P to N25Q
M25P isn't supported by Vivado and also it isn't recommended by Micron for new designs.
Change it to e.g. N25Q256A
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.
Activity
- Maintainer
Also, will we change from two memories to a single memory.
I note that having two memories is not the worse problem - switching between them do work properly, and we have tested it at LNLS - but seems unnecessary and complicated.
The main problem is having two bus masters (FPGA and MMC). I don't know yet how to solve this elegantly.
- Maintainer
I decided not to change the bus access. Some discipline on accessing the bus should be enough to prevent conflicts in operation, and in the worst case, the CPU can coordinate blocks.
- Mikolaj Sowinski assigned to @tprzywoz
assigned to @tprzywoz
- Mikolaj Sowinski changed milestone to %AFC v4.0
changed milestone to %AFC v4.0
- Daniel Tavares marked #94 (closed) as a duplicate of this issue
marked #94 (closed) as a duplicate of this issue
- Maintainer
This issue seems to be solved by commit 08c8a36e.
- Developer
In the first version, I changed flash memory form M25P to N25Q but I left 2 ICs. Should I change to single one?
- Maintainer
Only if you feel the need to. It is not much used, but it seems not be an issue.
- Developer
I'd go for a single one. It will make a circuit simpler and "OTA" can be done using FPGA restart from defined flash offset.
- Maintainer
I'm a simplifying urge, so if no one feels the need to keep two, I'd change to a single one.
- Gustavo Bruno mentioned in issue #116 (closed)
mentioned in issue #116 (closed)
- Tomasz Przywózki mentioned in commit c2b15c2f
mentioned in commit c2b15c2f
- Developer
Solved in c2b15c2f
- Mikolaj Sowinski closed
closed