|
'''This revision is from 2015/12/23 17:09. You can Restore it.''' Ubuntu Core Porting and DeploymentIntroductionThis How To describe Step by Step how to port and Deploy newest version of Ubuntu Core on your PC to run it as a example in a Virtual Instace using qemu or Virtual Box. PreparationDownload the newest ubuntu-core image version release from here http://cdimage.ubuntu.com/ubuntu-core/releases/ Unpack the Ubuntu Core many files to a new ubuntu-core dir using tar -xf ubuntu-core-* ubuntu-core Download the needed working Linux Kernel Files for your Device to be able to install them in the new extracted ubuntu-core dir. For a normal amd 64 Bit Computer this would be linux-firmware_1.149.2_all.deb InstallationChroot inside the new created ubuntu-core dir sudo chroot ubuntu-core /boot/bin/bash Add a additional temporary Path to find the needed Binarys export PATH=$PATH:/boot/bin/ Install the Kernel Packages for your Device dpkg -i linux-* |
|
| Powered by LionWiki. Know How Recent changes Last changed: 2015/12/30 14:34 | History |