Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
resources:tools-software:linux-software:zynq_images:windows_hosts [31 Jan 2023 03:20]
Joyce Velasco Replaced the obsolete Kuiper Linux page link
resources:tools-software:linux-software:zynq_images:windows_hosts [06 Feb 2023 07:25]
ALEXIS CZEZAR TORRENO Added an DISKPART as an extra option in reformatting an SD card
Line 43: Line 43:
  
 This step should be used if the SD Card format is unknown or needs to be reconfigured.  ​ This step should be used if the SD Card format is unknown or needs to be reconfigured.  ​
 +
 +==== Using SD Card Formatter ====
  
 Ensure you have the following application installed on your computer. Ensure you have the following application installed on your computer.
Line 54: Line 56:
   - **Formatting Options** = Select Quick Format{{ :​resources:​tools-software:​linux-software:​zynq_images:​sd_card_formatter_gui.png?​400 |}}   - **Formatting Options** = Select Quick Format{{ :​resources:​tools-software:​linux-software:​zynq_images:​sd_card_formatter_gui.png?​400 |}}
   - Once set, click the **Format** button ​   - Once set, click the **Format** button ​
-  - The program will notify you that the formatting is complete.(could take several ​seconds){{ :​resources:​tools-software:​linux-software:​zynq_images:​sd_card_format_success.png?​400 |}} +  - The program will notify you that the formatting is complete.(could take several ​minutes){{ :​resources:​tools-software:​linux-software:​zynq_images:​sd_card_format_success.png?​400 |}}  
 + 
 +==== Using DISKPART via Windows command prompt==== 
 + 
 +Windows command prompt has **DISKPART** that is also capable of reformatting SD cards and other drives.  
 +  - Run Windows command prompt as administrator. 
 +  - Type 'list disk'. All current dives will be shown. 
 +  - Type '​select disk X' where X is the SD card drive number. (Do not mistake this part) 
 +  - Type '​clean'​ to clean the drive. If an error occurs simply retry typing '​clean'​. 
 +  - Type '​create partition primary'​. 
 +  - Type '​format fs=FAT32'​. The formatting may take 45 minutes or so. FAT32 is the tested file system type.  
 +  - After the progress is at 100%, type '​assign'​ to finalize the drive letter for Windows.
  
 ===== Flash the SD Card ===== ===== Flash the SD Card =====
resources/tools-software/linux-software/zynq_images/windows_hosts.txt · Last modified: 06 Feb 2023 07:25 by ALEXIS CZEZAR TORRENO