This commit is contained in:
刘可亮
2025-07-22 11:15:46 +08:00
parent d164b333ed
commit 11c97ef399
2870 changed files with 951307 additions and 26675 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2023, Artinchip Technology Co., Ltd
* Copyright (c) 2023-2025, ArtInChip Technology Co., Ltd
*
* SPDX-License-Identifier: Apache-2.0
*
@@ -63,6 +63,7 @@ static int cmd_part_list(char *name)
rt_device_open(mmc_dev, RT_DEVICE_FLAG_RDWR);
dev_desc.blksz = 512;
dev_desc.lba_count = 0;
dev_desc.priv = mmc_dev;
parts = aic_disk_get_parts(&dev_desc);