UCSD-E4E / smartfin-fw2

Smartfin FW 2
GNU General Public License v3.0
1 stars 0 forks source link

Check Filesystem doesn't work #43

Open ntlhui opened 2 years ago

ntlhui commented 2 years ago

Describe the bug The Filesystem Check command doesn't work

To Reproduce Steps to reproduce the behavior:

  1. From unknown fw or blank board, install v2.0.0.7_3Gfix
  2. #CLI
  3. Z
  4. L

Expected behavior Should show empty directory

Screenshots

Next State: STATE_CLI
Exit complete
Initializing State STATE_CLI
Smartfin FW v2.0.0.73Gfix
FW Build: Jul 15 2022 10:03:26
Press # to list menu options
Executing state body
>V
no_upload flag: 255
>#
T for MFG Test, C for C for Calibrate Mode, B for Battery State,
I for Init Surf Session, U for Data Upload, D for Deep Sleep,
F for Format Flash, Z to check filesytem, L for List Files,
R for Read/Delete/Copy Files, M for Make Files,
H to set no_upload mode, O to disable no_upload mode, V to view no_upload flag,
X to exit command line
>H
>Z
checking spi flash filesystem (60 seconds or so)...
Done!
>L
SPI Flash opendir fail with error code -10000
>F
attempting format of SPI flash (60 seconds or so)...
*mount success
*format success
*mount success
>Z
checking spi flash filesystem (60 seconds or so)...
Done!
>

Hardware Configuration(please complete the following information):

Additional context Started from Device OS 2.3.0

ntlhui commented 2 years ago

Noted on NWC-3

ayang923 commented 2 years ago

I followed the steps and got the expected behavior. Was this the most updated version of 3Gfix?