Jump to content

Search the Community

Showing results for tags 'cubieboard'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Armbian
    • Armbian project administration
  • Community
    • Announcements
    • SBC News
    • Framework and userspace feature requests
    • Off-topic
  • Using Armbian
    • Beginners
    • Software, Applications, Userspace
    • Advanced users - Development
  • Standard support
    • Amlogic meson
    • Allwinner sunxi
    • Rockchip
    • Other families
  • Community maintained / Staging
    • TV boxes
    • Amlogic meson
    • Allwinner sunxi
    • Marvell mvebu
    • Rockchip
    • Other families
  • Support

Product Groups

  • Misc
  • Support

Categories

  • Armbian
  • Armbian releases

Categories

  • Volunteering opportunities

Calendars

  • Community Calendar

Categories

  • Members

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Matrix


Mastodon


IRC


Website URL


XMPP/Jabber


Skype


Github


Discord


Location


Interests

  1. Hi, guys. I'm using the last Armbian Cubieboard image (Armbian_23.11.1_Cubieboard_bookworm_current_6.1.63.img.xz) on my "Gemei G9" Allwinner A10 tablet. But via serial/UART the boot process stuck forever in "Starting kernel ...". Any tips on how to get the kernel to start? Thanks in advance Here is my boot log: U-Boot SPL 2023.10-armbian (Oct 13 2023 - 22:19:41 +0000) DRAM: 1024 MiB CPU: 1008000000Hz, AXI/AHB/APB: 3/2/2 Trying to boot from MMC1 ns16550_serial serial@1c28000: pinctrl_select_state_full: uclass_get_device_by_phandle_id: err=-19 U-Boot 2023.10-armbian (Oct 13 2023 - 22:19:41 +0000) Allwinner Technology CPU: Allwinner A10 (SUN4I) Model: Cubietech Cubieboard DRAM: 1 GiB Core: 68 devices, 23 uclasses, devicetree: separate WDT: Not starting watchdog@1c20c90 MMC: mmc@1c0f000: 0 Loading Environment from FAT... Unable to use mmc 0:1... Unknown monitor Unknown monitor In: serial,usbkbd Out: serial,vidconsole Err: serial,vidconsole Net: Could not get PHY for emac: addr 1 No ethernet found. 230454 bytes read in 12 ms (18.3 MiB/s) Unknown monitor starting USB... Bus usb@1c14000: USB EHCI 1.00 Bus usb@1c14400: USB OHCI 1.0 Bus usb@1c1c000: USB EHCI 1.00 Bus usb@1c1c400: USB OHCI 1.0 scanning bus usb@1c14000 for devices... 1 USB Device(s) found scanning bus usb@1c14400 for devices... 1 USB Device(s) found scanning bus usb@1c1c000 for devices... 2 USB Device(s) found scanning bus usb@1c1c400 for devices... 1 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Autoboot in 1 seconds, press <Space> to stop switch to partitions #0, OK mmc0 is current device Scanning mmc 0:1... Found U-Boot script /boot/boot.scr 4121 bytes read in 2 ms (2 MiB/s) ## Executing script at 43100000 U-boot loaded from SD Boot script loaded from mmc 154 bytes read in 2 ms (75.2 KiB/s) 10691398 bytes read in 451 ms (22.6 MiB/s) 8420880 bytes read in 356 ms (22.6 MiB/s) Found mainline kernel configuration 33617 bytes read in 8 ms (4 MiB/s) Working FDT set to 43000000 4832 bytes read in 6 ms (786.1 KiB/s) Applying kernel provided DT fixup script (sun4i-a10-fixup.scr) ## Executing script at 45000000 Kernel image @ 0x42000000 [ 0x000000 - 0x807e10 ] ## Loading init Ramdisk from Legacy Image at 43400000 ... Image Name: uInitrd Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 10691334 Bytes = 10.2 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 43000000 Booting using the fdt blob at 0x43000000 Working FDT set to 43000000 EHCI failed to shut down host controller. Loading Ramdisk to 495cd000, end 49fff306 ... OK Loading Device Tree to 4955c000, end 495ccfff ... OK Working FDT set to 4955c000 DE is present but not probed Starting kernel ...
  2. Installed Armbian to SD-card-1. Booted Cubietruck from it: works great. Made some changes in system and wanted that changes to another SD card, so I copied entire root ( / ) filesystem from SD-card-1 to my-armbian.tar.gz. There is better ways of doing this: dd or another make-image-software or better remember my changes related to original Armbian and made that changes in new system. But lets consider my stupid way:) Got new SD card: SD-card-2. Created partition table with 1 partition. Made ext4fs on that 1 partition. Unpacked my the filesystem to the partition. Used gparted and set flag BOOT. SD-card-2 didnt booted. I realized that i need U-Boot on it. So used this manual to make my SD card bootable: https://linux-sunxi.org/Bootable_SD_card#Bootloader : Git-cloned the U-Boot. cross-compiled it for default Cubieboard config. dd if=u-boot-sunxi-with-spl.bin of=/dev/mmcblk-blabla bs=1024 seek=8 to SD-card-2, changed UUID in the /boot/armbianEnv.txt for UUID of newly created ext4 on step (3). Now the SD-card-2 system booted OK! I see it boots by the way LED lamps blinking. Also it resets ethernet interface (it goes down then goes up) and it starts BOOTP/DHCP negotiation. BUT! The weird thing happened. Ethernet works single-directional: Cubietruck do not see any packets coming to it, but everyone else see the packets coming from it. The is no thernet switches between cubieboard and the DHCP-server (my laptop), just one good ethernet cable that worked great with SD-card-1. For example, when SD-card-2 tries to get IP address using DHCP, the DHCP-server see DHCPDISCOVER and respond with DHCPOFFER, but this process has no continuation: DHCP server does not see DHCPREQUEST and following DHCPACK from the Cubieboard. The interesting thing is: when i boot this Cubieboard with the "Original" SD-card-1, everything works great. Also, when i boot some proprietary linux from NAND flash soldered to Cubieboard (i dont know what that linux does, but it talks BOOTP/DHCP after boot) the DHCP-process goes perfect too. So, i've got strange single-directional ethernet connection with my u-booted SD card and have no idea what is happening there:) Please help me understand that.
  3. Hi I tried both latest cubieboard images, Fokal and Buster, both stops booting here: U-Boot SPL 2020.10-armbian (Nov 23 2020 - 16:05:27 +0100) DRAM: 1024 MiB CPU: 1008000000Hz, AXI/AHB/APB: 3/2/2 Trying to boot from MMC1 U-Boot 2020.10-armbian (Nov 23 2020 - 16:05:27 +0100) Allwinner Technology CPU: Allwinner A10 (SUN4I) Model: Cubietech Cubieboard I2C: ready DRAM: 1 GiB Yes, I tried different power supplies and SD cards. Any idea what could I do? Thans Chris
  4. Thu Jan 24 21:01:03 2019 daemon.info dnsmasq-dhcp[1726]: DHCPREQUEST(br-lan) 192.168.1.124 02:02:04:01:61:60 Thu Jan 24 21:01:03 2019 daemon.info dnsmasq-dhcp[1726]: DHCPACK(br-lan) 192.168.1.124 02:02:04:01:61:60 volumio Thu Jan 24 21:01:03 2019 daemon.info dnsmasq-dhcp[1726]: DHCPDECLINE(br-lan) 192.168.1.124 02:02:04:01:61:60 Thu Jan 24 21:01:03 2019 daemon.info dnsmasq-dhcp[1726]: DHCPDISCOVER(br-lan) 192.168.1.124 02:02:04:01:61:60 Thu Jan 24 21:01:03 2019 daemon.info dnsmasq-dhcp[1726]: DHCPOFFER(br-lan) 192.168.1.124 02:02:04:01:61:60 Thu Jan 24 21:01:03 2019 daemon.info dnsmasq-dhcp[1726]: DHCPREQUEST(br-lan) 192.168.1.124 02:02:04:01:61:60 Thu Jan 24 21:01:03 2019 daemon.info dnsmasq-dhcp[1726]: DHCPACK(br-lan) 192.168.1.124 02:02:04:01:61:60 volumio This is log on openwrt! ARMBIAN Debian GNU/Linux 8 (jessie) 4.19.8-sunxi System load: 0.78 Up time: 1 min IP: 192.168.1.124 CPU temp: 39°C HDD temp: 34°C Usage of /: 67% of 3.7G storage/: 47% of 440G Board Cubieboard A20 Sometimes the network works, sometimes not.
  5. Hi people, I have a problem after restarting my cubieboard, I had an installation in nand (older install with old files) and now I can not get it started. It is possible to mount that nand or repair it to restart ... Thank you
  6. I bought a Cubieboard AIO A20 Einstein and wanted to install Armbian. Is there an image I can use to get access to this board? I tried a few images following the install with sd card with no success. I have gone back and forth burning images, reformatting the drive, test and trying again. I'm a newbie but I have completed several installs on other machines just not one like this. I'm outside my comfort zone but keep on trying. I can install to msata and boot from that and there are boot settings in the Cubie desktop. Knowing what image to use (if any for Cubieboard AIO A20 Einstein) moving forward would be helpful. Any other tips, suggestions, how to's, and successes would also be helpful. Thank You in advance, Geo
  7. Hi folks Im facing with strange behavior of my cubie a20 Im booting it from sdcard since mainline armbian not support emmc (as far i know), but it boot from sdcard only when FEL button is pressed. Without FEL pressed it boot into android from emmc. In documentation i read if sdcard is present cubieboard tries boot from it which is legit. This behavior sucks when power loss occurs. My home-made router with some other stuff is offline and all other is offline. I expect to always boot from sdcard or emmc if i flash it with latest armbian. Please help if you can
  8. Hi all, can some kind soul tell me if this update will break my cubieboard installation? (I know that cubieboard a10 is no longer supported, nevertheless maybe someone can tell me after 5 seconds of thinking "yes" or "no" :)). XXXXX@cubieboard:/etc/apt/apt.conf.d$ apt-get -s -t stretch install dnsmasq NOTE: This is only a simulation! apt-get needs root privileges for real execution. Keep also in mind that locking is deactivated, so don't depend on the relevance to the real current situation! Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: dbus dnsmasq-base libdbus-1-3 libhogweed4 libnettle6 Suggested packages: default-dbus-session-bus dbus-session-bus resolvconf Recommended packages: dns-root-data The following NEW packages will be installed: libhogweed4 libnettle6 The following packages will be upgraded: dbus dnsmasq dnsmasq-base libdbus-1-3 4 upgraded, 2 newly installed, 0 to remove and 470 not upgraded. Inst dbus [1.8.22-0+deb8u1] (1.10.24-0+deb9u1 Debian:9.3/stable [armhf]) [] Inst libdbus-1-3 [1.8.22-0+deb8u1] (1.10.24-0+deb9u1 Debian:9.3/stable [armhf]) Inst libnettle6 (3.3-1+b2 Debian:9.3/stable [armhf]) Inst libhogweed4 (3.3-1+b2 Debian:9.3/stable [armhf]) Inst dnsmasq-base [2.72-3+deb8u2] (2.76-5+deb9u1 Debian:9.3/stable [armhf]) Inst dnsmasq [2.72-3+deb8u2] (2.76-5+deb9u1 Debian:9.3/stable [all]) Conf libdbus-1-3 (1.10.24-0+deb9u1 Debian:9.3/stable [armhf]) Conf dbus (1.10.24-0+deb9u1 Debian:9.3/stable [armhf]) Conf libnettle6 (3.3-1+b2 Debian:9.3/stable [armhf]) Conf libhogweed4 (3.3-1+b2 Debian:9.3/stable [armhf]) Conf dnsmasq-base (2.76-5+deb9u1 Debian:9.3/stable [armhf]) Conf dnsmasq (2.76-5+deb9u1 Debian:9.3/stable [all]) Many thanks, Otario
  9. My problem with Cubieboard3: input audio file hallo.mp3 with content "Hallo Otto" play hallo.mp3 --> Output on analog audio clipped to: plop lo otto plop It looks like the audio channel must be switched on and off for use. What can I do?
  10. mt7601u wifi dongle not working on my cubieboard, i have compiled driver, run make, make install and modprove, everything successful, but iwconfig not showing ra0, and when i run ifup ra0 it shows device not found. $ lsusb Bus 001 Device 005: ID 148f:7601 Ralink Technology, Corp.
  11. Hi guys, I know cubieboard A10 is already out of support, nevertheless I was able to make the right image work for it with a cubiescreen. Armbian gave me a way to make my own image without so much problems. The only issue I am having right now is that my touchscreen stops working after a while with errors like this: msg ft5x_i2c_rxdata i2c read error: -121 ***CTP***ft5x_read_data:893 read_data i2c_rxdata failed: -121 bus is busy, status = f9 Retrying transmission 2 I asume that my kernel patch for this touchscreen is not longer working. I have found that some guys manage to make it work under kernel version 3.4.79. So I tried to change the kernel version in the userpatches/lib.config file as follows: BOOTBRANCH="branch:v2015.10" <--- to make the image bootable KERNELBRACH="branch:linux-3.4.79" <--- to patch the kernel with the ft5x_tstouchscreen driver. Unfortunately using that kernel version during the compile process gives me: can't read Makefile: No such file or directory Just after the patching process. Is there a way to make it work? if not, would you recommend any other way to make the touchscreen stable? I am attaching the patch I use. Thank you in advance! cubiescreen.patch
  12. Hello, I am still using my cubieboard1 for openhab2. A few days ago I installed the system on an USB stick, then I thought that the 32Gb SD card is the for nothing. And I am planing to replace the 32GB sd card with a 128MB sd card. but i am stuck in prepairing the smaller SD card. Could somene advice me how to do this change? Until now I just formated the small sd card into ext4 and copied the /boot from larger sd card, but didn"t booted. Help is much appreciated.
  13. Hello everyone. I'm experiencing some strange issue with my cubieboard and its connection to the internet. I boot it up and it works correctly, but after a day or two, I can't communicate with it using a ssh program, or vnc viewer. My other two servers that uses Linux Mint is working normally, so I think the problem is not my router. (I even swapped the Ethernet cables between my servers). If I connect a display on my cubieboard and try to ping my Windows computer, then I'm able to ssh my cubieboard using my computer. Sometimes I'm unable to connect to my cubieboard via ssh using my windows and my Android phone, but if I try using my Linux machine, I can connect with ssh with no problems. I thought I was facing that issue with memory clock an my cubieboard was turning off again, but when I connected a display on it, I found out that it was working ( and I was able to use the internet on it, so it still had a connection to the internet, but my three oder computers could not connect to it. Did someone experienced an issue like this one? Sent from my SM-G930F using Tapatalk
  14. hi all I'm the owner of a Cubieboard1 (A10) running Armbian 5.31 Debian Jessie, kernel 4.11.5 (recently upgraded) I'm not quite sure when it happened (normally it stays up&running continuously), but recently I needed to reboot it and it simply shuts down, with no subsequent boot I've tried multiple times, upgraded the kernel, tried both via GUI and trough cli,.... no way: it simply stops, and I need to push the power on button I've not been able to find any glimpdr on the logs Obiouvsly it is quite annoying, especially for remote management Do you have any idea on the possible causes, troubleshooting etc? thanks in advance rosanna
  15. Hi, On cubieboard 1 with following config : cubieboard login: root Password: Linux cubieboard 4.9.7-sunxi #1 SMP Thu Feb 2 01:52:06 CET 2017 armv7l ____ _ _ _ _ / ___| _| |__ (_) ___| |__ ___ __ _ _ __ __| | | | | | | | '_ \| |/ _ \ '_ \ / _ \ / _` | '__/ _` | | |__| |_| | |_) | | __/ |_) | (_) | (_| | | | (_| | \____\__,_|_.__/|_|\___|_.__/ \___/ \__,_|_| \__,_| Welcome to ARMBIAN 5.25 stable Debian GNU/Linux 8 (jessie) 4.9.7-sunxi System load: 0.72 Up time: 49 sec Memory usage: 4 % of 1002Mb IP: 192.168.15.15 CPU temp: 36°C Usage of /: 8% of 15G After login as root, when i launch reboot command, system hang as follow : root@cubieboard:~# reboot [ OK ] Stopped target Sound Card. [ OK ] Removed slice system-ifup.slice. Stopping User Manager for UID 0... Stopping Authenticate and Authorize Users to Run Privileged Tasks... [ OK ] Stopped target Graphical Interface. Stopping Entropy daemon using the HAVEGE algorithm... [ OK ] Stopped target Multi-User System. Stopping Regular background program processing daemon... Stopping Network Manager... Stopping OpenBSD Secure Shell server... Stopping System Logging Service... Stopping D-Bus System Message Bus... [ OK ] Stopped target Login Prompts. Stopping Serial Getty on ttyS0... Stopping Getty on tty1... Stopping LSB: Start/stop sysstat's sadc... Stopping LSB: Starts LIRC daemon.... Stopping LSB: Start NTP daemon... Stopping LSB: Advanced IEEE 802.11 management daemon... Stopping LSB: Armbian gathering hardware information... Stopping LSB: Set sysfs variables from /etc/sysfs.conf... Stopping LSB: disk temperature monitoring daemon... Starting Store Sound Card State... Starting Unattended Upgrades... [ OK ] Stopped Entropy daemon using the HAVEGE algorithm. [ OK ] Stopped Regular background program processing daemon. [ OK ] Stopped Network Manager. [ OK ] Stopped OpenBSD Secure Shell server. [ OK ] Stopped System Logging Service. [ OK ] Stopped D-Bus System Message Bus. [ OK ] Stopped Authenticate and Authorize Users to Run Privileged Tasks. [ OK ] Stopped LSB: Load kernel modules needed to enable cpufreq scaling. [ OK ] Stopped target Basic System. [ OK ] Stopped target Slices. [ OK ] Removed slice User and Session Slice. [ OK ] Stopped target Paths. [ OK ] Stopped target Timers. [ OK ] Stopped target Sockets. [ OK ] Closed Syslog Socket. [ OK ] Closed D-Bus System Message Bus Socket. [ OK ] Stopped target System Initialization. Stopping Restore / save the current clock... [ OK ] Stopped target Encrypted Volumes. Stopping Update UTMP about System Boot/Shutdown... Stopping LSB: Raise network interfaces.... [ OK ] Stopped target Swap. Deactivating swap /var/swap... [ OK ] Stopped target Remote File Systems. [ OK ] Stopped target Remote File Systems (Pre). [ OK ] Stopped Restore / save the current clock. [ OK ] Stopped Update UTMP about System Boot/Shutdown. [ OK ] Deactivated swap /var/swap. Stopping Create Volatile Files and Directories... [ OK ] Stopped Create Volatile Files and Directories. [ OK ] Stopped LSB: Raise network interfaces.. Stopping Apply Kernel Variables... [ OK ] Stopped Apply Kernel Variables. Stopping Load Kernel Modules... [ OK ] Stopped Load Kernel Modules. Stopping Load/Save Random Seed... [ OK ] Stopped target Local File Systems. Unmounting /run/user/0... Unmounting /var/log... Unmounting /var/log.hdd... Unmounting /tmp... [ OK ] Stopped Load/Save Random Seed. [ OK ] Unmounted /run/user/0. [ OK ] Unmounted /var/log. [ OK ] Unmounted /var/log.hdd. [ OK ] Unmounted /tmp. [ OK ] Reached target Unmount All Filesystems. [ OK ] Stopped target Local File Systems (Pre). Stopping Create Static Device Nodes in /dev... [ OK ] Stopped Create Static Device Nodes in /dev. Stopping Remount Root and Kernel File Systems... [ OK ] Stopped Remount Root and Kernel File Systems. [ OK ] Reached target Shutdown. [ 62.764016] reboot: Restarting system U-Boot SPL 2017.01-armbian (Feb 02 2017 - 02:20:16) DR [ OK ] Stopped Serial Getty on ttyS0. [ OK ] Stopped Getty on tty1. [ OK ] Stopped User Manager for UID 0. [ OK ] Stopped LSB: Start/stop sysstat's sadc. [ OK ] Stopped LSB: Starts LIRC daemon.. [ OK ] Stopped LSB: Start NTP daemon. [ OK ] Stopped LSB: Advanced IEEE 802.11 management daemon. [ OK ] Stopped LSB: Armbian gathering hardware information. [ OK ] Stopped LSB: Set sysfs variables from /etc/sysfs.conf. [ OK ] Stopped LSB: disk temperature monitoring daemon. [ OK ] Started Store Sound Card State. [ OK ] Started Unattended Upgrades. Stopping LSB: set CPUFreq kernel parameters... [ OK ] Stopped target Network is Online. Stopping Login Service... [ OK ] Removed slice user-0.slice. [ OK ] Removed slice system-getty.slice. [ OK ] Removed slice system-serial\x2dgetty.slice. Stopping /etc/rc.local Compatibility... [ OK ] Stopped /etc/rc.local Compatibility. Stopping Permit User Sessions... [ OK ] Stopped Login Service. [ OK ] Stopped LSB: set CPUFreq kernel parameters. [ OK ] Stopped Permit User Sessions. [ OK ] Stopped target Network. Stopping LSB: Load kernel modules needed to enable cpufreq scaling... [ OK ] Stopped LSB: Load kernel modules needed to enable cpufreq scaling. [ OK ] Stopped target Basic System. [ OK ] Stopped target Slices. [ OK ] Removed slice User and Session Slice. [ OK ] Stopped target Paths. [ OK ] Stopped target Timers. [ OK ] Stopped target Sockets. [ OK ] Closed Syslog Socket. [ OK ] Closed D-Bus System Message Bus Socket. [ OK ] Stopped target System Initialization. Stopping Restore / save the current clock... [ OK ] Stopped target Encrypted Volumes. Stopping Update UTMP about System Boot/Shutdown... Stopping LSB: Raise network interfaces.... [ OK ] Stopped target Swap. Deactivating swap /var/swap... [ OK ] Stopped target Remote File Systems. [ OK ] Stopped target Remote File Systems (Pre). [ OK ] Stopped Restore / save the current clock. [ OK ] Stopped Update UTMP about System Boot/Shutdown. [ OK ] Deactivated swap /var/swap. Stopping Create Volatile Files and Directories... [ OK ] Stopped Create Volatile Files and Directories. [ OK ] Stopped LSB: Raise network interfaces.. Stopping Apply Kernel Variables... [ OK ] Stopped Apply Kernel Variables. Stopping Load Kernel Modules... [ OK ] Stopped Load Kernel Modules. Stopping Load/Save Random Seed... [ OK ] Stopped target Local File Systems. Unmounting /run/user/0... Unmounting /var/log... Unmounting /var/log.hdd... Unmounting /tmp... [ OK ] Stopped Load/Save Random Seed. [ OK ] Unmounted /run/user/0. [ OK ] Unmounted /var/log. [ OK ] Unmounted /var/log.hdd. [ OK ] Unmounted /tmp. [ OK ] Reached target Unmount All Filesystems. [ OK ] Stopped target Local File Systems (Pre). Stopping Create Static Device Nodes in /dev... [ OK ] Stopped Create Static Device Nodes in /dev. Stopping Remount Root and Kernel File Systems... [ OK ] Stopped Remount Root and Kernel File Systems. [ OK ] Reached target Shutdown. [ 62.764016] reboot: Restarting system U-Boot SPL 2017.01-armbian (Feb 02 2017 - 02:20:16) DR ---------------- And the only solution i can use is to disconnect PSU Thank in advance for your help Regards
  16. Hi, I've tested Armbian this week-end to replace my Cubian distro, and I failed to get the sound out of my speaker. I went back to Cubian X as sound works with stock image. Anyone could help me with it please ?
  17. Never had a problem with Armbian on my board. After last full upgrade (linux-image-next-sunxi 5.27.170427 etc) system is not booting. I tried with a fresh SD card (image Armbian_5.25_Cubieboard_Debian_jessie_next_4.9.7) - it's booting fine afresh, but also doesn't boot after full upgrade. Below are logs for both cases. Boot with old card: Inital boot of new card (Armbian_5.25_Cubieboard_Debian_jessie_next_4.9.7), upgrade and stuck on boot:
  18. Hi how i can enable usb driver modem 3G/4G model: Huawei E3272? Board type: Cubieboard 1 OS: armbian ubuntu xenial Legacy 3.4.113/ Mainline 4.9.7 Module huawei_cdc_ncm.ko driver is missing in kernel. How can I compile it in addition? I do not understand the kernel assembly? I use wvdial and sakis3g! Best regard Jaskies.
  19. Hi, I've got: My problem is: - no spdif. Why? Script.bin is ok. It seems that the driver is not built into the kernel... Please help.
  20. Hello everyone! I'm newbie with arm boards and i have Cubieboad A20(2012). I'm running on ARMBIAN 5.25 stable Ubuntu 16.04.2 LTS 3.4.113-sun7i and i have inssue than i can solve. tryin to load driver ath9k_htc for my usb dongle TLWN722N works with , but it don't do. Instructions to run script root@cubieboard2:/home/gui/Downloads/GitTPLINK/tlwn722n-linux-install# ./install.sh Installing firware... Changing to directory "compat-drivers-source"... Trying to select the ath9k_htc diver to be compiled... Processing new driver-select request... Backup exists: Makefile.bk Backup exists: Makefile.bk Backup exists: Makefile.bk Backup exists: Makefile.bk Backup exists: Makefile.bk Backup exists: drivers/net/wireless/Makefile.bk Backup exists: drivers/net/wireless/ath/Makefile.bk Backup exists: net/wireless/Makefile.bk Backup exists: drivers/ssb/Makefile.bk Backup exists: drivers/bcma/Makefile.bk Backup exists: drivers/misc/eeprom/Makefile.bk Backup exists: Makefile.bk Compiling modules... make -C /lib/modules/3.4.113-sun7i/build M=/home/gui/Downloads/GitTPLINK/tlwn722n-linux-install/compat-drivers-source modules make[1]: Entering directory '/usr/src/linux-headers-3.4.113-sun7i' /home/gui/Downloads/GitTPLINK/tlwn722n-linux-install/compat-drivers-source/config.mk:25: *** "ERROR: your kernel has CONFIG_CFG80211=y, you should have it CONFIG_CFG80211=m if you want to use this thing.". Stop. Makefile:1367: recipe for target '_module_/home/gui/Downloads/GitTPLINK/tlwn722n-linux-install/compat-drivers-source' failed make[1]: *** [_module_/home/gui/Downloads/GitTPLINK/tlwn722n-linux-install/compat-drivers-source] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-3.4.113-sun7i' Makefile:90: recipe for target 'modules' failed make: *** [modules] Error 2 There was a problem compiling the package. running dmesg comand: root@cubieboard2:~# dmesg [ 10.299582] usb 2-1: ath9k_htc: Firmware htc_9271.fw requested [ 10.304589] usbcore: registered new interface driver ath9k_htc [ 11.488199] usb 2-1: ath9k_htc: Failed to get firmware htc_9271.fw Thanks for trying to help me!
  21. I have problem with transmission-deamon on my CubieA20. It not starting listening on boot. Only after service restart. Met same problem on Raspberry-3 but it cured by enabling "boot to wait until a network connection is established" option. I checked the raspi-config and taken same measures on my A20 ("ExecStart=/sbin/dhcpcd -q -w" etc). Not succeeded! Anyone have alternate methods? There's some more applications that not starting on boot if connection not active, Blynk-client for ex. PS: I use legacy kernel on 5.25 Armbian. UPD: Problem resolved by editing /etc/network/interfaces.
  22. Hi everybody. My cubieboard does not boot with Armbian 5.25. Does anyone know what is the problem? I really thank you beforehand. Actually i turns off after a second! Armbian_5.25_Cubieboard2_Ubuntu_xenial_default_3.4.113_desktop.7z U-Boot SPL 2017.01-armbian (Feb 02 2017 - 02:16:24) DRAM: 1024 MiB CPU: 912000000Hz, AXI/AHB/APB: 3/2/2 Trying to boot from MMC1 U-Boot 2017.01-armbian (Feb 02 2017 - 02:16:24 +0100) Allwinner Technology CPU: Allwinner A20 (SUN7I) Model: Cubietech Cubieboard2 I2C: ready DRAM: 1 GiB MMC: SUNXI SD/MMC: 0 *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial SCSI: SATA link 0 timeout. AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode flags: ncq stag pm led clo only pmp pio slum part ccc apst Net: eth0: ethernet@01c50000 Hit any key to stop autoboot: 0 6944 bytes read in 150 ms (44.9 KiB/s) switch to partitions #0, OK mmc0 is current device Scanning mmc 0:1... Found U-Boot script /boot/boot.scr 2652 bytes read in 185 ms (13.7 KiB/s) ## Executing script at 43100000 U-boot loaded from SD Boot script loaded from mmc 135 bytes read in 128 ms (1000 Bytes/s) 5072326 bytes read in 543 ms (8.9 MiB/s) 5607392 bytes read in 590 ms (9.1 MiB/s) ** File not found /boot/.next ** ** File not found .next ** 46320 bytes read in 313 ms (143.6 KiB/s) ## Loading init Ramdisk from Legacy Image at 43300000 ... Image Name: uInitrd Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 5072262 Bytes = 4.8 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Starting kernel ... <6>Booting Linux on physical CPU 0 <6>Initializing cgroup subsys cpuset <6>Initializing cgroup subsys cpu <5>Linux version 3.4.113-sun7i (root@devel) (gcc version 5.4.0 20160609 (Ubuntu/ Linaro 5.4.0-6ubuntu1~16.04.4) ) #40 SMP PREEMPT Thu Feb 2 01:44:33 CET 2017 CPU: ARMv7 Processor [410fc074] revision 4 (ARMv7), cr=10c5387d CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache Machine: sun7i <6>Memory Reserved: <6> SYS : 0x43000000 - 0x4300ffff ( 64 kB) <6> VE : 0x44000000 - 0x48ffffff ( 80 MB) <6> G2D : 0x49000000 - 0x49ffffff ( 16 MB) <6> LCD : 0x4a000000 - 0x4bffffff ( 32 MB) Memory policy: ECC disabled, Data cache writealloc <6>sunxi: Allwinner A20 (AW1651/sun7i) detected. <7>On node 0 totalpages: 262144 <7>free_area_init_node: node 0, pgdat c0a89440, node_mem_map d0000000 <7> DMA zone: 512 pages used for memmap <7> DMA zone: 0 pages reserved <7> DMA zone: 65024 pages, LIFO batch:15 <7> Normal zone: 1008 pages used for memmap <7> Normal zone: 128016 pages, LIFO batch:31 <7> HighMem zone: 528 pages used for memmap <7> HighMem zone: 67056 pages, LIFO batch:15 <6>PERCPU: Embedded 8 pages/cpu @d0808000 s8256 r8192 d16320 u32768 <7>pcpu-alloc: s8256 r8192 d16320 u32768 alloc=8*4096<c> <7>pcpu-alloc: <c>[0] <c>0 <c>[0] <c>1 <c> Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260096 <5>Kernel command line: root=UUID=b0a1043b-e74f-4a09-a990-69933508743c rootwait rootfstype=ext4 console=tty1 console=ttyS0,115200 cgroup_enable=memory swapaccou nt=1 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 panic=10 consolebla nk=0 enforcing=0 loglevel=1 ubootpart=3fc3b5a1-01 ubootsource=mmc <6>PID hash table entries: 4096 (order: 2, 16384 bytes) <6>Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) <6>Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) <6>allocated 2097152 bytes of page_cgroup <6>please try 'cgroup_disable=memory' option if you don't want memory cgroups <6>Memory: 1024MB = 1024MB total <5>Memory: 888648k/888648k available, 159928k reserved, 270336K highmem <5>Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) vmalloc : 0xf0000000 - 0xff000000 ( 240 MB) lowmem : 0xc0000000 - 0xef800000 ( 760 MB) pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) modules : 0xbf000000 - 0xbfe00000 ( 14 MB) .text : 0xc0008000 - 0xc09e0ef4 (10084 kB) .init : 0xc09e1000 - 0xc0a19040 ( 225 kB) .data : 0xc0a1a000 - 0xc0a91d68 ( 480 kB) .bss : 0xc0a91d8c - 0xc0c66f78 (1877 kB) <6>SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 <6>Preemptible hierarchical RCU implementation. <6> RCU dyntick-idle grace-period acceleration is enabled. <6> Additional per-CPU info printed with stalls. <6>NR_IRQS:192 <6>Architected local timer running at 24.00MHz. <6>sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms <2>start_kernel(): bug: interrupts were enabled early <6>Console: colour dummy device 80x30 <6>console [tty1] enabled <6>Calibrating delay loop... <c>1816.98 BogoMIPS (lpj=9084928) <6>pid_max: default: 32768 minimum: 301 <6>Mount-cache hash table entries: 512 <6>Initializing cgroup subsys cpuacct <6>Initializing cgroup subsys memory <6>Initializing cgroup subsys devices <6>Initializing cgroup subsys freezer <6>Initializing cgroup subsys blkio <6>Initializing cgroup subsys perf_event <6>CPU: Testing write buffer coherency: ok <6>CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 <6>hw perfevents: enabled with ARMv7 Cortex-A7 PMU driver, 5 counters available <6>Setting up static identity map for 0x407255a8 - 0x40725600 CPU1: Booted secondary processor <6>CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 <6>Brought up 2 CPUs <6>SMP: Total of 2 processors activated (3640.52 BogoMIPS). <6>devtmpfs: initialized <6>dummy: <6>NET: Registered protocol family 16 <6>DMA: preallocated 256 KiB pool for atomic coherent allocations <6>hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. <6>hw-breakpoint: maximum watchpoint size is 8 bytes. <6>[ccu-inf] aw clock manager init <6>[ccu-inf] aw_ccu_init <6>[ccu-inf] script config pll3 to 297MHz <6>[ccu-inf] script config pll4 to 300MHz <6>[ccu-inf] script config pll6 to 600MHz <6>[ccu-inf] script config pll7 to 297MHz <6>[ccu-inf] script config pll8 to 336MHz <6>Init eGon pin module V2.0 <6>bio: create slab <bio-0> at 0 <6>sunxi_gpio driver init ver 1.3 <6>gpiochip_add: registered GPIOs 1 to 2 on device: A1X_GPIO <5>SCSI subsystem initialized <7>libata version 3.00 loaded. <6>usbcore: registered new interface driver usbfs <6>usbcore: registered new interface driver hub <6>usbcore: registered new device driver usb <6>Linux media interface: v0.10 <6>Linux video capture interface: v2.00 <6>Advanced Linux Sound Architecture Driver Version 1.0.25. <6>Switching to clocksource arch_sys_counter <5>FS-Cache: Loaded <6>CacheFiles: Loaded <6>cfg80211: Calling CRDA to update world regulatory domain [usb_manager]: CONFIG_USB_SW_SUNXI_USB0_OTG [sw_hcd0]: usb host driver initialize........ [sw_hcd0]: open_usb_clock [sw_hcd0]: host_init_state = 1 [sw_hcd0]: platform is usb host [sw_hcd0]: sw_hcd_host0: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx (X), HB-ISO Tx (X), SoftConn) [sw_hcd0]: sw_hcd_init_controller: sw_hcd_host0: USB Host mode controller at f1c 13000 using PIO, IRQ 70 <6>sw_hcd_host0 sw_hcd_host0: sw_hcd host driver <6>sw_hcd_host0 sw_hcd_host0: new USB bus registered, assigned bus number 1 <6>hub 1-0:1.0: USB hub found <6>hub 1-0:1.0: 1 port detected wrn: hcd is not enable, need not start hcd [sw_hcd0]: sw_usb_host0_disable start -------sw_hcd0_soft_disconnect--------- is_on = 0, hcd0_set_vbus_cnt = 0 [sw_hcd_host0]: Set USB Power Off wrn: hcd is not enable, need not stop hcd [sw_hcd0]: close_usb_clock [sw_hcd0]: sw_usb_host0_disable end [sw_udc]: udc_init: version 20080411 <6>NET: Registered protocol family 2 <6>IP route cache hash table entries: 32768 (order: 5, 131072 bytes) <6>TCP established hash table entries: 131072 (order: 8, 1048576 bytes) <6>TCP bind hash table entries: 65536 (order: 7, 786432 bytes) <6>TCP: Hash tables configured (established 131072 bind 65536) <6>TCP: reno registered <6>UDP hash table entries: 512 (order: 2, 16384 bytes) <6>UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) <6>NET: Registered protocol family 1 <6>RPC: Registered named UNIX socket transport module. <6>RPC: Registered udp transport module. <6>RPC: Registered tcp transport module. <6>RPC: Registered tcp NFSv4.1 backchannel transport module. <6>Trying to unpack rootfs image as initramfs... <6>Freeing initrd memory: 4952K <6>audit: initializing netlink socket (disabled) <5>type=2000 audit(0.960:1): initialized highmem bounce pool size: 64 pages <5>VFS: Disk quotas dquot_6.5.2 Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) <6>squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>NFS: Registering the id_resolver key type <6>NTFS driver 2.1.30 [Flags: R/W]. <6>fuse init (API version 7.18) <6>JFS: nTxBlock = 6981, nTxLock = 55850 <6>SGI XFS with ACLs, security attributes, large block/inode numbers, no debug e nabled <6>Btrfs loaded <6>msgmni has been set to 1217 <6>alg: No test for stdrng (krng) <6>Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) <6>io scheduler noop registered <6>io scheduler deadline registered <6>io scheduler cfq registered (default) <6>sunxi disp driver loaded (/dev/disp api 1.0) <6>Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled <6>[uart]: used uart info.: 0x01 <6>[uart]: serial probe 0 irq 33 mapbase 0x01c28000 <6>sunxi-uart.0: ttyS0 at MMIO 0x1c28000 (irq = 33) is a U6_16550A <6>console [ttyS0] enabled <7>G2D: drv_g2d_init <6>G2D: g2dmem: g2d_start=49000000, g2d_size=1000000 <6>G2D: head:c9000000,tail:ca000000 <6>G2D: Module initialized.major:250 <6>brd: module loaded <6>loop: module loaded [NAND] nand driver version: 0x2 0x9 PHY_PageReadSpare : too much ecc err,bank 0 block 0,page 0 <4>Dev Sunxi softw311 nand magic does not match for MBR 1: softw411 <4>Dev Sunxi softw311 nand magic does not match for MBR 2: <4>Dev Sunxi softw311 nand magic does not match for MBR 3: <4>Dev Sunxi softw311 nand magic does not match for MBR 4: â–’â–’â–’ â–’â–’ <4>Dev Sunxi softw311 nand header bad for all MBR copies, MBR corrupted or not p resent. <4>Dev Sunxi softw411 nand: part 1, start 65536, size 65536 <4>Dev Sunxi softw411 nand: part 2, start 131072, size 7651328 <6> nand: nand1 nand2 [NAND]nand driver, ok. pwm-sunxi: pwm0 configured - period: 20, duty_percent: 50, duty: 10 <6>sw_ahci sw_ahci.0: controller can't do PMP, turning off CAP_PMP <6>ahci: SSS flag set, parallel bus scan disabled <6>sw_ahci sw_ahci.0: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform m ode <6>sw_ahci sw_ahci.0: flags: ncq sntf stag pm led clo only pio slum part ccc <6>scsi0 : sw_ahci_platform <6>ata1: SATA max UDMA/133 mmio [mem 0x01c18000-0x01c18fff] port 0x100 irq 88 <3>[spi-err] Get spi devices number failed <3>[spi-err] register spi devices board info failed <4>spi: cannot find any using configuration for all 4 spi co ntrollers, return directly! <6>bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) <6>Fixed MDIO Bus: probed <6>sunxi_emac Using mii phy on PortA <6>sunxi_emac Using MAC from SID: 02:85:07:c1:f4:72<4>emac_init fetch emac using configuration failed <6>gmac driver is disabled <6>PPP generic driver version 2.4.2 <6>PPP BSD Compression module registered <6>PPP Deflate Compression module registered <6>PPP MPPE Compression module registered <6>NET: Registered protocol family 24 <6>ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver <6>ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [sw-ehci1]: open clock [sw-ehci1]: Set USB Power ON <6>sw-ehci sw-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver <6>sw-ehci sw-ehci.1: new USB bus registered, assigned bus number 2 <6>sw-ehci sw-ehci.1: irq 71, io mem 0x01c14000 <6>sw-ehci sw-ehci.1: USB 2.0 started, EHCI 1.00 <6>hub 2-0:1.0: USB hub found <6>hub 2-0:1.0: 1 port detected [sw-ohci1]: open clock <6>sw-ohci sw-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver <6>sw-ohci sw-ohci.1: new USB bus registered, assigned bus number 3 <6>sw-ohci sw-ohci.1: irq 96, io mem 0x01c14400 <6>hub 3-0:1.0: USB hub found <6>hub 3-0:1.0: 1 port detected [sw-ehci2]: open clock [sw-ehci2]: Set USB Power ON <6>sw-ehci sw-ehci.2: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver <6>sw-ehci sw-ehci.2: new USB bus registered, assigned bus number 4 <6>sw-ehci sw-ehci.2: irq 72, io mem 0x01c1c000 <6>sw-ehci sw-ehci.2: USB 2.0 started, EHCI 1.00 <6>hub 4-0:1.0: USB hub found <6>hub 4-0:1.0: 1 port detected [sw-ohci2]: open clock <6>ata1: SATA link down (SStatus 0 SControl 300) <6>sw-ohci sw-ohci.2: SW USB2.0 'Open' Host Controller (OHCI) Driver <6>sw-ohci sw-ohci.2: new USB bus registered, assigned bus number 5 <6>sw-ohci sw-ohci.2: irq 97, io mem 0x01c1c400 <6>hub 5-0:1.0: USB hub found <6>hub 5-0:1.0: 1 port detected <6>Initializing USB Mass Storage driver... <6>usbcore: registered new interface driver usb-storage <6>USB Mass Storage support registered. <6>usbcore: registered new interface driver ums-alauda <6>usbcore: registered new interface driver ums-cypress <6>usbcore: registered new interface driver ums-datafab <6>usbcore: registered new interface driver ums_eneub6250 <6>usbcore: registered new interface driver ums-freecom <6>usbcore: registered new interface driver ums-isd200 <6>usbcore: registered new interface driver ums-jumpshot <6>usbcore: registered new interface driver ums-karma <6>usbcore: registered new interface driver ums-onetouch <6>usbcore: registered new interface driver ums-realtek <6>usbcore: registered new interface driver ums-sddr09 <6>usbcore: registered new interface driver ums-sddr55 <6>usbcore: registered new interface driver ums-usbat <6>mousedev: PS/2 mouse device common for all mice ===========================hv_keypad_init===================== ========HV Inital =================== <3>tkey_fetch_sysconfig_para: tkey_unused. hv_keypad_init: after fetch_sysconfig_para: normal_i2c: 0x0. normal_i2c[1]: 0x0 <3>sunxi-rtc sunxi-rtc: Error: Set LOSC to external failed. <3>sunxi-rtc sunxi-rtc: Warning: RTC time will be wrong! <6>sunxi-rtc sunxi-rtc: rtc core: registered rtc as rtc0 <6>i2c /dev entries driver config i2c gpio with gpio_config api <6>axp_mfd 0-0034: AXP (CHIP ID: 0x41) detected <6>axp_mfd 0-0034: AXP internal temperature monitoring enabled <4>i2c i2c-0: Invalid probe address 0x00 <6>I2C: i2c-0: AW16XX I2C adapter [cedar dev]: install start!!! [cedar dev]: install end!!! [tt]----- avs_dev driver load... ---- [tt]----- register iomem ---- [tt]--- avs_dev driver load ok!! ----- [ace_drv] start!!! [ace_drv] init end!!! [pa_drv] start!!! [pa_drv] init end!!! <6>axp20_ldo1: 1300 mV <6>axp20_ldo2: 1800 <--> 3300 mV at 3000 mV â–’
  23. Hello! I have faced with following issue on CubieBoard. After upgrade from 5.11 to 5.23 I can't mount cifs remote drive (Apple Time Capsule). There is only one log in syslog during mount attempt. sun4i-ss 1c15000.crypto-engine: ERROR: Empty IV Is it known issue?
  24. Hi, with the Cubieboard 1 there's a bug with the kernel inotify's option. The problem is that Minidlna uses this feature in order to update its dabatase, but since on Cubie it doesn't work, I've tried both ArchLinux Arm and Armbian, i can't have an updated db. Do you know if there's any solution in order to fix this issue? Maybe trying another kernel, different from the default linux-sunxi? Thanks for your time! Marco
  25. Hi. I have Cubieboard 1 with Armbian Jessie installed on NAND. I've tried to disable output during boot as described here: https://docs.armbian.com/User-Guide_Fine-Tuning/#how-to-toggle-boot-output, but there are no existing boot.cmd and boot.scr in boot partition. I've found out that uEnv.txt have same purpose but it seems that editing this file doesn't affects arguments, /proc/cmdline remains the same.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines