Jump to content

Recommended Posts

Posted
[8269.582] [disk_initialize] error while checking for SD Card (status 0)
[8269.582] [disk_read] error while reading sector 0
[8269.582] [FILE] Failed to open root directory - error status: 1
[8269.582] [sDCARD_ERROR:-2] DFS_GetPtnStart failed to find partition
[8269.582] ERROR: SD Card Error -2 (FatFs: D  0)
[8270.596] SD Card disconnected
 
Can someone please give me a description of this error or where to find one. 
Posted

MIOS32 successfully connected to the SD Card, but didn't find a FAT16 or FAT32 filesystem.

 

You can format the SD Card with your computer, or (maybe better) with the "sdcard_format" command in the MIOS Terminal.

 

Best Regards, Thorsten.

Posted (edited)
Hi Thorsten,
 
thanks for your reply. Now I'm getting a formatting error:
 
[48347.313] sdcard_format yes, I'm sure
[48347.315] Formatting SD Card...
[48347.315] [disk_initialize] error while checking for SD Card (status 0)
[48347.315] [GET_SECTOR_COUNT] Count is 0
[48347.315] Formatting failed with error code: 14!
[48348.207] SD Card disconnected
 
So I made:
 
dd if=/dev/zero of=/dev/sdb
fdisk ...
mkfs.vfat /dev/sdb1
 
Same output, also with a different card.
 
Kind regards,
 
Uli
Edited by audiomobster

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...