Lines Matching full:linux
6 and Linux. The board comes with a Quad Core Cortex-A7 @ 1.3GHz,
47 for loading a Linux kernel or ELF executable. Additionally, the Orange Pi PC
78 Running mainline Linux
81 Mainline Linux kernels from 4.19 up to latest master are known to work.
82 To build a Linux mainline kernel that can be booted by the Orange Pi PC machine,
87 $ ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- make mrproper
88 $ ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- make sunxi_defconfig
95 $ ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- make menuconfig
101 Build the Linux kernel with:
105 $ ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- make
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
149 -kernel /path/to/linux/arch/arm/boot/zImage \
151 -dtb /path/to/linux/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dtb \
162 Instead of providing a custom Linux kernel via the -kernel command you may also
186 using similar commands as describe above for Linux. Note that it is recommended
199 Use the following U-boot commands to load and boot a Linux kernel from SD card: