============================================ Linux-ready firmware developer kit: HOWTO CREATE ISO ============================================ CONTENTS --------- 1. Creating burnable ISO (bootable CD that automatically will run the tests) 2. Creating the ISO and copy it to your USB key ----------------------------------------------------------------------------- 1. Creating burnable ISO (bootable CD that automatically will run the tests) ----------------------------------------------------------------------------- - cd linuxfirmwarekit/ - Run 'make iso' - This will create the burnable iso: linuxfirmwarekit/firmwarekit.iso - You can also extract the kernel image and run the tests by running the command: cd linuxfirmwarekit/initramfs sh firmwarekit.sh -------------------------------------------------- 2. Creating the ISO and copy it to your USB key -------------------------------------------------- - cd linuxfirmwarekit/ - Run 'make usbiso' - This will create the burnable iso: linuxfirmwarekit/firmwarekit.iso and copy it to your USB key. * Root user note: Running with 'root' privileges is needed when doing both (especially for scripts such as linuxfirmwarekit/initramfs/dev.sh, etc.) * Proxy note: make sure your proxy is set correctly for wget commands (set variables http_proxy, ftp_proxy, etc.). Contributer: Rolla Selbak (rolla.n.selbak@intel.com)