[U-Boot] Command to create a partition table?

Hi guys,
I am searching for a command to create a partition table (like fdisk command).
I can create a partition table by PC for removable devics such as SD card, but I want U-boot to do that for on-board devices such as eMMC.
Does U-boot have one?

2015-10-02 15:46 GMT+09:00 Masahiro Yamada yamada.masahiro@socionext.com:
Hi guys,
I am searching for a command to create a partition table (like fdisk command).
I can create a partition table by PC for removable devics such as SD card, but I want U-boot to do that for on-board devices such as eMMC.
Does U-boot have one?
"No reply" means "No, U-Boot does not support it", right?

Dear Masahiro,
In message CAK7LNARfx3Wf0yUp9pXfF_Vt6MeK7OChmhPifc3No0Bz9pTnPQ@mail.gmail.com you wrote:
I am searching for a command to create a partition table (like fdisk command).
...
"No reply" means "No, U-Boot does not support it", right?
Correct. We don't have that. This is one of the areas where U-Boot assumes you can use OS tools.
Best regards,
Wolfgang Denk

On Fri, Oct 02, 2015 at 03:46:18PM +0900, Masahiro Yamada wrote:
Hi guys,
I am searching for a command to create a partition table (like fdisk command).
I can create a partition table by PC for removable devics such as SD card, but I want U-boot to do that for on-board devices such as eMMC.
Does U-boot have one?
"DOS" style no, GPT yes, see doc/README.gpt

Hi Tom,
2015-10-14 21:42 GMT+09:00 Tom Rini trini@konsulko.com:
On Fri, Oct 02, 2015 at 03:46:18PM +0900, Masahiro Yamada wrote:
Hi guys,
I am searching for a command to create a partition table (like fdisk command).
I can create a partition table by PC for removable devics such as SD card, but I want U-boot to do that for on-board devices such as eMMC.
Does U-boot have one?
"DOS" style no, GPT yes, see doc/README.gpt
I will check it out. Thanks!
participants (3)
-
Masahiro Yamada
-
Tom Rini
-
Wolfgang Denk