Lines Matching full:boot
5 based embedded computer with mainline support in both U-Boot
43 Boot options
68 For example, U-Boot uses it to determine a unique MAC address.
107 To boot the newly build linux kernel in QEMU with the Orange Pi PC machine, use:
112 -kernel /path/to/linux/arch/arm/boot/zImage \
114 -dtb /path/to/linux/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dtb
143 For example, to boot using the Orange Pi PC Debian image on SD card, simply add the -sd
149 -kernel /path/to/linux/arch/arm/boot/zImage \
151 -dtb /path/to/linux/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dtb \
176 give the following kernel parameters via U-Boot (or via -append):
182 Running U-Boot
185 U-Boot mainline can be build and configured using the orangepi_pc_defconfig
187 for development/testing to select the following configuration setting in U-Boot:
191 To start U-Boot using the Orange Pi PC machine, provide the
192 u-boot binary to the -kernel argument:
197 -kernel /path/to/uboot/u-boot -sd disk.img
199 Use the following U-boot commands to load and boot a Linux kernel from SD card:
218 The image requires manually installing U-Boot in the image. Build U-Boot with
220 Next, unzip the NetBSD image and write the U-Boot binary including SPL using:
225 $ dd if=/path/to/u-boot-sunxi-with-spl.bin of=armv7.img bs=1024 seek=8 conv=notrunc
242 At the U-Boot stage, interrupt the automatic boot process by pressing a key
253 To continue booting simply give the 'boot' command and NetBSD boots.