-
Notifications
You must be signed in to change notification settings - Fork 1
BSP layer for the Intel Edison board
License
koenkooi/meta-edison
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This README file contains information on building the meta-edison BSP layer, and booting the images contained in the /binary directory. Please see the corresponding sections below for details. Dependencies ============ This layer depends on: URI: git://git.openembedded.org/bitbake branch: master URI: git://git.openembedded.org/openembedded-core layers: meta branch: master Patches ======= Please submit any patches against this BSP to the Yocto mailing list ([email protected]) and cc: the maintainer: Maintainer: XXX YYYYYY <[email protected]> Booting the images in /binary ================================= This BSP can build bootable live images, which can be used to directly boot off of a USB flash drive. Under Linux, insert a USB flash drive. Assuming the USB flash drive takes device /dev/sdf, use dd to copy the live image to it. For example: # dd if=image-edison-20101207053738.hddimg of=/dev/sdf # sync # eject /dev/sdf This should give you a bootable USB flash device. Insert the device into a bootable USB socket on the target, and power on. If you want to ssh into the system, you can use the root terminal to ifconfig the IP address and use that to ssh in. The root password is empty, so to log in type 'root' for the user name and hit 'Enter' at the Password prompt: and you should be in. ---- If you find you're getting corrupt images on the USB (it doesn't show the syslinux boot: prompt, or the boot: prompt contains strange characters), try doing this first: # dd if=/dev/zero of=/dev/sdf bs=1M count=512
About
BSP layer for the Intel Edison board
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published