Lines Matching +full:ip +full:- +full:core

15 (BSP) Developer's Guide - documentation source is in documentation/bspguide or 
20 Note that these reference BSPs use the linux-yocto kernel and in general don't
28 The following boards are supported by the meta-yocto-bsp layer:
30 * Texas Instruments Beaglebone (beaglebone-yocto)
32 * General IA platforms (genericx86 and genericx86-64)
40 Send pull requests, patches, comments or questions about meta-yocto-bsps to poky@lists.yoctoproject.org
48 The following consumer devices are supported by the meta-yocto-bsp layer:
65 The genericx86 and genericx86-64 MACHINE are tested on the following platforms:
67 Intel Xeon/Core i-Series:
68 + Intel NUC5 Series - ix-52xx Series SOC (Broadwell)
69 + Intel NUC6 Series - ix-62xx Series SOC (Skylake)
73 + MinnowBoard MAX - E3825 SOC (Bay Trail)
74 + MinnowBoard MAX - Turbot (ADI Engineering) - E3826 SOC (Bay Trail)
75 - These boards can be either 32bot or 64bit modes depending on firmware
76 - See minnowboard.org for details
79 and is likely to work on many unlisted Atom/Core/Xeon based devices. The MACHINE
83 Depending on the device, it can boot from a traditional hard-disk, a USB device,
95 $ bitbake core-image-minimal
100 # dd if=core-image-minimal-genericx86.hddimg of=/dev/sdb
114 a) With a default grub-efi bootloader:
115 # dd if=core-image-minimal-genericx86-64.wic of=/dev/sdb
117 b) Use systemd-boot instead
118 - Build an image with EFI_PROVIDER="systemd-boot" then use the above
122 Texas Instruments Beaglebone (beaglebone-yocto)
125 The Beaglebone is an ARM Cortex-A8 development board with USB, Ethernet, 2D/3D
137 this, issue the following commands from the u-boot prompt:
149 $ bitbake core-image-minimal
153 # dd if=core-image-minimal-beaglebone-yocto.wic of=/dev/sdb
165 ------------------
168 * RJ45 -> serial ("rollover") cable connected from your PC to the CONSOLE
177 --- Preparation ---
179 Build an image (e.g. core-image-minimal) using "edgerouter" as the MACHINE.
180 In the following instruction it is based on core-image-minimal. Another target
183 --- Booting from NFS root / kernel via TFTP ---
194 $ picocom /dev/ttyS0 -b 115200
197 to get to the U-Boot command line
199 4. Set up the environment in U-Boot:
201 => setenv ipaddr <board ip>
202 => setenv serverip <tftp server ip>
207 => bootoctlinux $loadaddr coremask=0x3 root=/dev/nfs rw nfsroot=<nfsroot ip>:<rootfs path> ip=<board ip>:<server ip>:<gateway ip>:<netmask>:edgerouter:eth0:off mtdparts=phys_mapped_flash:512k(boot0),512k(boot1),64k@3072k(eeprom)
209 --- Booting from USB disk ---
216 -----------------------------
225 # dd if=core-image-minimal-edgerouter.wic of=/dev/sdb
230 -----------
232 Note: If you place the kernel on the ext3 partition, you must re-create the
233 ext3 filesystem, since the factory u-boot can only handle 128 byte inodes and
244 tmp/deploy/core-image-XXXX.tar.bz2 into it.
246 Before starting, copy core-image-minimal-xxx.tar.bz2 and vmlinux into
252 # tar -xvjpf core-image-minimal-XXX.tar.bz2 -C /media/sda2
257 3. Reboot the board and press a key on the terminal when prompted to get to the U-Boot