Cubieboard is an open-hardware motherboard, sold as a single-board computer, made in Shenzhen, Guangdong, China by Tom Cubie.
Questions tagged [cubieboard]
13 questions
4
votes
1 answer
What utilities do I need to begin android development on Ubuntu?
I already would work by some Cortex-A boards(for instance Cubieboard, Marsboard,...)
I've already started working with integrated circuits:
Cubieboard
Marsboard
I've been directed to learn linux, but this poses a problem. I don't have enough…
brian
- 143
- 2
4
votes
1 answer
Getting big endian linux build to boot on ARM with u-boot
I’m trying to make a big endian build of a linux distribution for ARM. Since I’m on Gentoo, cross-compiling couldn’t be easier. I’ve already built it all, but then got stuck with getting it/the kernel to boot.
I’m targetting Cubieboard with…
xHire
- 41
- 4
3
votes
2 answers
What is spinning my disk up periodically?
I recently bought a CubieBoard 3 and installed Debian.
The OS is installed on SD card and I use a 2.5" HDD to share files.
The HDD is using ext4.
I want the HDD to spin down if it is not used to save energy and increase the disk's lifetime. I had…
minils
- 163
- 1
- 16
3
votes
1 answer
Error creating ext4 file system
Recently I purchased a Cubietruck Cubieboard 3, and I'm trying to copy Lubuntu server from the builtin NAND memory to a hard disk.
I can create a partition successfully, but when I go to format the partition with ext4, using mkfs.ext4 /dev/sda1, I…
Antony
- 33
- 1
- 4
2
votes
1 answer
Cubian: NAND and Partitions
I have installed Cubian on Cubieboard using SD. After that I moved it to NAND. NAND have 4 Gb memory and I want to leave there only boot, another partitions move to the SD. Maybe leave on NAND something else? But I fear overflow memory when will…
McBodik
- 177
- 2
- 7
2
votes
2 answers
Manual configuring network interfaces on Cubieboard
I have installed Cubian (It's Debian for the Cubieboard). After the system has started, the wired network works fine. I've read this and configured the network interface(I added only the wlan0 settings):
//default
# the loopback interface
auto…
McBodik
- 177
- 2
- 7
2
votes
1 answer
Can't build QTAV for cubieboard2 on Cubian
I’m trying to make QTAV lib for cubieboard2 environment and experiencing problems. Could you please help.
Here is what qmake says:
cubie@Cubian:~/QtAV/output$ qmake ../QtAV.pro
Project MESSAGE: BUILD_DIR=/home/cubie/QtAV/output
Info: creating cache…
Serafim Suhenky
- 21
- 4
1
vote
0 answers
dmesg filling up with error message that are just a hex number
I've got a Cubietruck running debian 8.4, and it seems to be running OK, but just happened to do a dmesg, and found that I was getting a lot of message consisting of just a hex number...
[ 3353.382330] 0x768
[ 3358.591375] 0x76b
[ 3363.803134]…
user73383
- 76
- 1
- 8
1
vote
1 answer
CDC ACM doesn't work in a custom linux kernel
I've a cubieboard2 running arch linux with a custom linux kernel.
In the cubieboard2 I plugged in my usb-serial device (like an arduino), the device is recognized as CDC ACM. My linux kernel has the CDC options enabled in the configuration, as I saw…
Ricardo Crudo
- 53
- 1
- 1
- 7
0
votes
1 answer
What is a UART port
I have a .fex file for Cubietruck. Supposedly, the bluetooth pins are defined in the uart_para2. With the current config, I have uart0 and uart2 enabled, and everything else is disabled. Bluetooth functions fine under such condition.
Then, I changed…
Kousha
- 575
- 8
- 21
0
votes
1 answer
Install libapache2-mod-fastcgi on Cubietruck (Debian 7.8)
I'm new in the Linux world, but I wanted to install Seafile 4.0.1 on my Cubietruck (Cubieboard 3) with Apache2 and MySQL using these two…
bvwidt
- 1
- 2
0
votes
2 answers
auto login with Cubian (debian with mate)
How do I automatically log a user in using Cubian? I have tried removing the default users password but it still promotes to enter a username at the login screen.
I've tried editing the /etc/inittab to the following but with no…
twigg
- 182
- 2
- 3
- 12
0
votes
1 answer
Enabling carl9170 in xconfig
I am building the sunxi-linux kernel for a cubieboard and I need the carl9170 driver to make a usb wifi adapter work. I am using the 3.4 sunxi kernel, and no matter what I do in xconfig, I cannot enable the option CONFIG_CARL9170 because it is…
Josh
- 41
- 2