cubieboard

Alibabacloud.com offers a wide variety of articles about cubieboard, easily find your cubieboard information here online.

[Cubieboard] Installing node. js and NPM on Cubieboard

You have two options to implement the installation of Nodejs on Cubieboard, download other people have compiled the Nodejs binary package for Cubieboard, or download the source code on their own to compile on the Cubieboard.Using a compiled binary packageDownload node. js for ARM architecture Here, if you can't find the resources in the Cubieboard community, you

Cubieboard Study Notes

the monitor using the mouse keyboard.This method is relatively simple, but also the most practical method. Cubieboard3 has VGA and HDMI two kinds of interface, self-can according to their own needs to connect, the following say the specific connection method.1. Due to the external keyboard, the normal keyboard inserted after no response, is due to insufficient power supply of the motherboard.2. There is no problem with the mouse, plug on it can be used.3. The problem of insufficient power suppl

What do Cubieboard mean?

What do Cubieboard mean? 2013-08-16 12:16 Zhang Haichun 0 ReviewsCubieboard is an open source MINIPC developed by a technical team in Zhuhai, China, some similar to the Raspberry Pi developed by the British, but in the performance of the hardware, the interface richness and expansibility are superior to the latter, At the same time, the creator of the marathon Shenzhen Development Board has also been cubieboard

Install the Nand System on Cubieboard A10 and configure nginx, php, mysql, and samba.

Prerequisites1. Download win32diskimager-v0.7-binary.zip2.download debian_wheezy_armhf_v1_mele.zip3.download cubie_nand_uboot_partition_image.zip4.download flashfxp.zip5.download panasonicsdformatter.zip6.download puttyfile_0.62cn.zipThe above files: http://pan.baidu.com/share/link? Consumer id = 3403213788 uk = 2267413926Install the system on Nand1. Mount the TF card into the card reader and insert it into the USB interface of the computer.2.decompress win32diskimagerand debian_wheezy_armhf_v1

Cubieboard Brush Machine

I use CUBIEBOARD2 (inside Cubieboard is CUBIEBOARD20), and Cubieboard3 in the interior is called Cubietruck, look at the software download address: http://dl.cubieboard.org/software/ The Cubieboard2 I got is Android installed, so I want to brush it into Linux, such as Lubuntu. android brushes Linux 1. Download the Burn tool:[[Http://dl.cubieboard.org/software/tools/livesuit/PhoenixSuit1.0.7.rar]]When the installation is complete, upgrade to 1.0.8. 2.

Creating the perfect Debian system for Cubieboard

As a cubieboard user, the most headache problem is not a better system, this article will help you solve this problem. First, we need to thank the author of the website http://guillaumeplayground.net/for making this system. However, because it is custom-made to Mele, it is necessary to make some optimization adjustments on the Cubieboard. System Features:1) The system is suitable for small server applicatio

Create a mini System Using cubieboard and busybox

This article builds a mini Linux system and describes common methods and processes of ARM embedded devices. It is suitable for beginners. Of course, it is best to know what cross-compilation is and how to understand basic Linux commands. Let's talk about the general idea. To run a Linux operating system on the cubieboard, four major components are required: uboot, script-bin, Linux kernel (uimage), and rootfs (we will do this ourselves) Many people h

Huluyun hardware plan and sunbench software plan launch Based on cubieboard

Sometimes, I prefer Arduino over cubieboard. Let's talk about the PWM problem first. Now there is no complete PWM driver on cubie's A10, and it is not enough and inconvenient to use, and some things such as IR are very mature in Arduino.So I started a hardware program for huluyun.1 huluyun is a real Arduino, and its design makes it easy to connect to CB. When buying it, it comes with four dubang lines 2.54 to 2, which are used for serial port and powe

[Cubieboard] image resource Summary

Linaro server 14.04 (sdcard) Download: cb2-lubuntu-server-tsd-tfcard-v2.0.img.gz Kernel: GNU/Linux 3.4.79 armv7l Account: linaro/linaro Others: The image is based on Ubuntu server 14.04.    Defects: 1. You must modify the Startup File uenv.txt for the first installation. Otherwise, the startup fails. (For more information, see note 1 ). 2. The static domain name resolution server cannot be set to 8.8.8.8; otherwise, it cannot be started. 3. Restart with the reboot command will cause startup fail

[Tutorial] using a network cable for direct connection, cubieboard shares the computer's WiFi

dual Nic) network cable connection and then bridge.My environment: win7 64-bit (PC) linaro (cubieboard)First, you need to connect the CB debugging line to the computer, and then connect to the comport to configure your CB linaro (I like to use Putty to connect to the comport ). First, confirm that you have installed the wire driver.View the IP address and gateway of your computer (my IP address is 192.168.1.103, and my IP address is 192.168.1.1 ). Fi

Compile the cubieboard firmware with the simplest and quickest version

1. Download source code$ Gwet http://dl.cubieboard.org/softwar... board_opentv.tar.gz2. Extract$ Tar-zxf cubieboard_opentv.tar.gz$ CD cubieboard_opentv3. Compile$ Source build/envsetup. Sh$ LunchSelect cubieboard$ Make-J44. Generate firmware$ Tools/pack-cm.sh5. Use livesuit for writing Matson Http://forum.cubietech.com/forum.php? MoD = viewthread tid = 82 extra = Page % 3d3 Compile the cubieboard

Cubieboard using py-kms and DNSMASQ to build a fully automatic KMS activation environment in LAN

://github.com/myanaloglife/py-kmsIndividuals prefer to py-kms some, rely on less, cross-platform, without compiling. You can activate Windows full series (7/8/8.1/10), Office full series (~2013).The process of installing py-kms in Cubietruck (a raspberry-like arm host) within the LAN is as follows:1. Installation dependenciessudo Install Python-argparse2. Download the Codegit clone https://github.com/myanaloglife/py-kms3. Run the activation servercd/py-Kmspython server.pyWhen you see the prompt

[Cubieboard] install lubuntu server for sdcard

sectors/track, 15189 cylinders, total 31107072 sectorsUnits = sectors of 1 * 512 = 512 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisk identifier: 0x00000000 Device Boot Start End Blocks Id System/dev/sdb1 2048 26623 12288 83 Linux/dev/sdb2 26624 1625199 799288 83 Linux... Mount/dev/sdb1 to the system, for example,/Media/Username/Sdb1: $ sudo mount /dev/sdb1 /m

The use of Cubieboard SPI

Toss for nearly one months of SPI communication (if it is big God's words estimated early to get out, but the harvest is quite large, at least almost understand the SPI subsystem), finally small results, cubieboard on the SPI mouth, is also called through, Here to thank Hipboi and so on the network of the Great God to help me, thanks to CCTV.First of all, related to SPI communications, there are mainly three code files, spi_sunxi.c,spi.c,spidev.c.SPI_

Rookie's Cubieboard Tour (ii)-SD card image production

Referring to the Http://mer.jolladev.net/wiki.php?id=%E5%90%AF%E5%8A%A8cubieboard2%E5%88%B0linux_kernel and tll, the great God. Cubieboard System Documentation First step: Download the kernel code and compile it git clone Git://github.com/linux-sunxi/linux-sunxi Configure and compile: Gerneral setup->cross compilter too prefix here to fill arm-linux-gnueabihf- Make Arch=arm Cross_compile=arm-linux-gnueabihf-cubieboard2_defconfig Make Arch=arm cross_co

Cubieboard installing Debian in NAND

The system included with this tutorial is Server Edition, without display, so there will be no graphics on the plug-in display. In addition to provide the system for  http://linux-sunxi.org recommended (linux-sunxi.org authority undoubtedly), non-CB

Cubieboard the Linux Debian system into NAND's operational records __linux

Download Address: http://guillaumeplayground.net:81/share/debian_wheezy_armhf_v1_mele.img.gz First in the win system using Win32diskimager will debian_wheezy_armhf_v1_mele.img brush to the TF card, and then put the TF card into the CB TF slot, the

Cubieboard source code Compilation Problem Summary

A20 Board on the Lichee source code compiled 1, In file Includedfrom clean-temp.h:22:0, From clean-temp.c:23: ./stdio.h:456:1:error: ' gets ' undeclared here (no in a function) _gl_warn_on_use (Gets, "gets is a security hole-use fgets

CubieboardLinux server tutorial 3

This series of tutorials mainly explain how to use the Cubieboard to create a small Linux server. You can access the Cubieboard server through a browser. Tutorial 3 describes how to configure the HTTP service on the CubieboardLinux server and use Nginx as the Web Service container. Build a Linux + Nginx + MySQL + php lnmp environment. LinaroD This series of tutorials mainly explain how to use the

Cpu performance test

A debian is installed with cubieboard, and a wordpress site is set up, but the access speed is quite slow (on the LAN, the network speed factor can be ignored), but the public network server (centos) is used) opening speed is quite fast, and it is suspected that it is a cpu problem (cubieboard is an arm platform... A debian is installed with cubieboard, and a wor

Related Keywords:
Total Pages: 2 1 2 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

not found

404! Not Found!

Sorry, you’ve landed on an unexplored planet!

Return Home
phone Contact Us
not found

404! Not Found!

Sorry, you’ve landed on an unexplored planet!

Return Home
phone Contact Us

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.