ms-iot / imx-iotcore

Windows 10 IoT Core BSP for NXP i.MX Processors
MIT License
64 stars 42 forks source link

make-winpe.cmd does not support large (>32 GB) SD cards. #142

Open dmcilvaney opened 4 years ago

dmcilvaney commented 4 years ago

https://github.com/ms-iot/imx-iotcore/blob/8dbde2b2570da761e3c52307cbde71405d78f9fe/build/tools/make-winpe.cmd#L159 creates a partition as large as possible, but fat32 has an upper limit.

Need to also watch that a hard-coded size fits on smaller cards (ie 8GB)