sensille / litehm2

LinuxCNC FPGA board port to LiteX
26 stars 9 forks source link

Initial Flash Size Difference #2

Closed nitej closed 1 year ago

nitej commented 1 year ago

The .bin flash file in the bitstream directory appears to be smaller than what flashrom is expecting for the flash chip on the RV901T board (which has a 32Mb flash chip). Does the file in the bitstream folder need to be padded out?

sensille commented 1 year ago

You are right, it needs to be padded. I added a padded version of litehm2.bin as bitstreams/initial.bin.

sensille commented 1 year ago

Close as answered