yocto meta intel dual boot with windows 8.1
Sachin Dagur
Hi I am new to yoctoproject and have a system with intel architecture and embedded OS based on windows 8.1 installed. But now I want to make a dual boot system with yocto. I have around 100 GB free space when checked in disk management. So here's what I did downloaded poky repo and meta-intel sub repo. appended the following at the end of my local.conf file
So with the above config I build a sato image using bitbake command and got a .wic image file. But when I try to install the image on my system I could see 2 options
when I selected the first option to install it only asks to install on sda, that means it will erase my entire disk and install only yocto. So how can I achieve something like we do in standard linux distribution where we are able to install it on a specific partition/free space available. Is there any configuration I need to change/add? Thanks |
|