nyx: part mgr: add eMMC partition manager
The eMMC partition manager allows user the following: - Resize HOS USER partition - Add and flash Linux partitions - Add and flash Android partitions It is hidden and is accessible by holding the `Partition SD Card` button for 5 seconds.
This commit is contained in:
@@ -148,7 +148,7 @@ static lv_res_t _create_emummc_raw_format(lv_obj_t * btns, const char * txt)
|
||||
|
||||
// Create partition window.
|
||||
if (!btn_idx)
|
||||
create_window_partition_manager(btns);
|
||||
create_window_sd_partition_manager(btns);
|
||||
|
||||
mbr_ctx.part_idx = 0;
|
||||
mbr_ctx.sector_start = 0;
|
||||
|
||||
Reference in New Issue
Block a user