juniskane opened a new pull request #842:
URL: https://github.com/apache/incubator-nuttx-apps/pull/842


   ## Summary
   SmartFS testing tool used hard-coded sector size, change to use default one.
   
   Also nowadays SmartFS initialization adds partition name to device node's 
name e.g. /dev/smart1SmartTest instead of /dev/smart1. 
   Pseudo root fs does not seem to like long names like /dev/smart1SmartTest 
(why?) so shorten to /dev/smart1test
   
   ## Impact
   Did not even compile without FS test also enabled due to wrong macro used, 
so this change is unlikely to make things worse :-)
   
   ## Testing
   Tested that this runs on device without crashing (asserting due to wrong 
sector size)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to