Fsutil enhanced to create and handle partitions.

This commit is contained in:
Sergey
2014-09-20 18:54:13 -07:00
parent f58c7a7426
commit dc66e6fdda
15 changed files with 254 additions and 93 deletions

View File

@@ -30,7 +30,7 @@ start_address = 0x9fc00000 # user program
#
sdcard_port = 1 # SPI1
sdcard0_size = 340 # Mbytes
sdcard0_file_name = ../../sdcard.rd
sdcard0_file_name = ../../sdcard.img
#
# UARTs 1..6

View File

@@ -23,7 +23,7 @@ start_address = 0x9d001000 # user program
#
sdcard_port = 4 # SPI4
sdcard0_size = 340 # Mbytes
sdcard0_file_name = ../../sdcard.rd
sdcard0_file_name = ../../sdcard.img
#
# UARTs 1..6

View File

@@ -23,7 +23,7 @@ start_address = 0x9d006000 # user program
#
sdcard_port = 4 # SPI4
sdcard0_size = 340 # Mbytes
sdcard0_file_name = ../../filesys.img
sdcard0_file_name = ../../sdcard.img
#
# UARTs 1..6

View File

@@ -23,7 +23,7 @@ start_address = 0x9d006000 # user program
#
sdcard_port = 1 # SPI1
sdcard0_size = 340 # Mbytes
sdcard0_file_name = ../../filesys.img
sdcard0_file_name = ../../sdcard.img
#sdcard1_size = 2 # Mbytes
#sdcard1_file_name = ../../home.img