Updated Home (markdown) authored by MSB's avatar MSB
......@@ -17,7 +17,7 @@ To get Yocto **krogoth** branch run the following commands
Add Intel Aero support by getting _meta-intel-aero_ layer
git clone https://github.com/intel-aero/meta-intel-aero.gito
git clone https://github.com/intel-aero/meta-intel-aero.git
### Set environment
......@@ -39,6 +39,9 @@ Copy meta-intel-bsp _conf/local.conf_
bitbake core-image-sato
### Prepare USB installer
##### Via Command Line:
**WARNING:** Please verify which is the path of the block device you want to modify (Replace sdX accordingly). Otherwise you can destroy your build system's hard disk!!
sudo dd if=tmp/deploy/images/genericx86_64/core-image-sato-genericx86-64.iso of=/dev/sdX bs=1M
\ No newline at end of file