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

rshim boot interface copy hang with larger buffers #116

Open
thillux opened this issue Nov 2, 2023 · 0 comments
Open

rshim boot interface copy hang with larger buffers #116

thillux opened this issue Nov 2, 2023 · 0 comments

Comments

@thillux
Copy link

thillux commented Nov 2, 2023

When using dd to copy a bootstream to the rshim, I noticed that larger buffer sizes (e.g. 1MB) never finish copying. The last buffer always does not finish copying.

Example:
dd if=installer.bf of=/dev/rshim0/boot bs=1M conv=sync status=progress

When terminating dd with SIGINT, it shows the following:
435159040 bytes (435 MB, 415 MiB) copied, 80 s, 5.4 MB/s
^C
441+1 records in
441+0 records out
462422016 bytes (462 MB, 441 MiB) copied, 170.944 s, 2.7 MB/s

My bfb file was 442 MB large, so the last buffer is missing/never finished copying.

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