You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The K64F support is currently a bit broken. The maximum number of sectors must be configured if the user inserts an SD card with a lot of small sectors.
Additionally, it may be required to add a BufferedBlockDevice on top of the SlicedBlockDevice that is returned by get_secondary_bd() in this example -- this would be a good way to ensure compatibility regardless of the underlying BlockDevice.
The text was updated successfully, but these errors were encountered:
The K64F support is currently a bit broken. The maximum number of sectors must be configured if the user inserts an SD card with a lot of small sectors.
Additionally, it may be required to add a
BufferedBlockDevice
on top of theSlicedBlockDevice
that is returned byget_secondary_bd()
in this example -- this would be a good way to ensure compatibility regardless of the underlyingBlockDevice
.The text was updated successfully, but these errors were encountered: