RT-Thread / userapps

user applications for rt-smart
GNU General Public License v2.0
26 stars 30 forks source link

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

Closed zhuzhuzhus closed 1 week ago

zhuzhuzhus commented 1 week ago

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 commented 1 week ago

@BernardXiong