Lines Matching full:the
6 has onboard WiFi and BT. On the ports side, the BPI-M2 Ultra has 2 USB A
13 The Banana Pi M2U machine supports the following devices:
33 Currently, Banana Pi M2U does *not* support the following features:
35 - Graphical output via HDMI, GPU and/or the Display Engine
39 Also see the 'unimplemented' array in the Allwinner R40 SoC module
45 The Banana Pi M2U machine can start using the standard -kernel functionality
46 for loading a Linux kernel or ELF executable. Additionally, the Banana Pi M2U
47 machine can also emulate the BootROM which is present on an actual Allwinner R40
48 based SoC, which loads the bootloader from a SD card, specified via the -sd
54 To build a Linux mainline kernel that can be booted by the Banana Pi M2U machine,
55 simply configure the kernel using the sunxi_defconfig configuration:
62 To boot the newly build linux kernel in QEMU with the Banana Pi M2U machine, use:
74 Note that the mainline kernel does not have a root filesystem. You can choose
75 to build you own image with buildroot using the bananapi_m2_ultra_defconfig.
84 done with the ``qemu-img`` command. It is recommended to only increase the image size
95 Instead of providing a custom Linux kernel via the -kernel command you may also
96 choose to let the Banana Pi M2U machine load the bootloader from SD card, just like
97 a real board would do using the BootROM. Simply pass the selected image via the -sd
98 argument and remove the -kernel, -append, -dbt and -initrd arguments:
108 U-Boot mainline can be build and configured using the Bananapi_M2_Ultra_defconfig
110 for development/testing to select the following configuration setting in U-Boot:
114 The BootROM of allwinner R40 loading u-boot from the 8KiB offset of sdcard.
131 The Banana Pi M2U machine has several functional tests included.
132 To run the whole set of tests, build QEMU from source and simply
133 provide the following command: