Fsutil enhanced to create and handle partitions.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user