imx8mq-evk add a new partition

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

imx8mq-evk add a new partition

990 Views
litchi1983
Contributor II

imx8mq-evk boot from emmc , How to add a new partition ?  I have downloaded the UUU.pdf and msgtools, but can not found that how to add a new partition. Could you please give more advice ?  I am developing with imx8mq, on Android P

Labels (1)
0 Kudos
3 Replies

849 Views
litchi1983
Contributor II

Hi , igorpadykov

       Thank you. 

        Is it use this cmd to add new partition? and how can I find the file "mksdcard.sh.tar"?

<!-- create partition -→ <CMD state="Updater" type="push" body="send" file="mksdcard.sh.tar">Sending partition shell</CMD>

0 Kudos

849 Views
igorpadykov
NXP Employee
NXP Employee

Hi li

one can check:

Sample script · NXPmicro/mfgtools Wiki · GitHub 

# example create partition
FBK: ucmd mmc=1; PARTSTR=$'10M,64M,0c\n65M,2048M,83\n'; echo "$PARTSTR" | sfdisk --force /dev/mmcblk${mmc}

Best regards
igor

0 Kudos

849 Views
igorpadykov
NXP Employee
NXP Employee

Hi li

one can look at mapping old ucl2.xml to uuu :

migration from ucl2.xml to uuu script · NXPmicro/mfgtools Wiki · GitHub 

Issues may be posted on Issues · NXPmicro/mfgtools · GitHub 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos