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

[fix] fix fatdisk tools have no err return bug #66

Merged
merged 2 commits into from
Nov 15, 2024

Conversation

zhuzhuzhus
Copy link
Contributor

fix #65 ,if use xmake smart-image -t fat ,the fatdisk tool will start make fatimg ,but if fatimg have no more space ,the tool will not return error but continue copy .The fat.img generated by xmake smart-image-t fat is actually incomplete, resulting in an error,i fix the fatdisk tools ,now if we make image with enough space it will show:
image

and if we make image with not enough space image it will show:
image

@zhuzhuzhus
Copy link
Contributor Author

@BernardXiong

@BernardXiong BernardXiong merged commit 31ae474 into RT-Thread:main Nov 15, 2024
8 checks passed
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

Successfully merging this pull request may close these issues.

xmake smart-image 制作 fat 格式文件会失败
2 participants