Jump to content

Igor

Administrators
  • Posts

    13652
  • Joined

  • Last visited

Posts posted by Igor

  1. It works fine on Hummingboard 1 and 2 ... just built from sources.

     

    This board looks like it's not properly recognised by u-boot or it's simply not supported. What kind of hardware is this? You can try to force fdtfile to imx6q-cubox-i.dtb (add fdt_file=xxxxx to /boot/armbianEnv.txt) or one of those:

     

     

    imx6dl-apf6dev.dtb
    imx6dl-aristainetos2_4.dtb
    imx6dl-aristainetos2_7.dtb
    imx6dl-aristainetos_4.dtb
    imx6dl-aristainetos_7.dtb
    imx6dl-cubox-i.dtb
    imx6dl-dfi-fs700-m60.dtb
    imx6dl-gw51xx.dtb
    imx6dl-gw52xx.dtb
    imx6dl-gw53xx.dtb
    imx6dl-gw54xx.dtb
    imx6dl-gw551x.dtb
    imx6dl-gw552x.dtb
    imx6dl-gw553x.dtb
    imx6dl-hummingboard2.dtb
    imx6dl-hummingboard.dtb
    imx6dl-nit6xlite.dtb
    imx6dl-nitrogen6x.dtb
    imx6dl-phytec-pbab01.dtb
    imx6dl-rex-basic.dtb
    imx6dl-riotboard.dtb
    imx6dl-sabreauto.dtb
    imx6dl-sabrelite.dtb
    imx6dl-sabresd.dtb
    imx6dl-ts4900.dtb
    imx6dl-tx6dl-comtft.dtb
    imx6dl-tx6s-8034.dtb
    imx6dl-tx6s-8035.dtb
    imx6dl-tx6u-801x.dtb
    imx6dl-tx6u-8033.dtb
    imx6dl-tx6u-811x.dtb
    imx6dl-tx6u-81xx-mb7.dtb
    imx6dl-udoo.dtb
    imx6dl-wandboard.dtb
    imx6dl-wandboard-revb1.dtb
    imx6q-apalis-ixora.dtb
    imx6q-apf6dev.dtb
    imx6q-arm2.dtb
    imx6q-b450v3.dtb
    imx6q-b650v3.dtb
    imx6q-b850v3.dtb
    imx6q-cm-fx6.dtb
    imx6q-cubox-i.dtb
    imx6q-dfi-fs700-m60.dtb
    imx6q-dmo-edmqmx6.dtb
    imx6q-evi.dtb
    imx6q-gk802.dtb
    imx6q-gw51xx.dtb
    imx6q-gw52xx.dtb
    imx6q-gw53xx.dtb
    imx6q-gw5400-a.dtb
    imx6q-gw54xx.dtb
    imx6q-gw551x.dtb
    imx6q-gw552x.dtb
    imx6q-gw553x.dtb
    imx6q-h100.dtb
    imx6q-hummingboard2.dtb
    imx6q-hummingboard.dtb
    imx6q-icore-rqs.dtb
    imx6q-marsboard.dtb
    imx6q-nitrogen6_max.dtb
    imx6q-nitrogen6x.dtb
    imx6q-novena.dtb
    imx6q-phytec-pbab01.dtb
    imx6qp-nitrogen6_max.dtb
    imx6qp-sabreauto.dtb
    imx6qp-sabresd.dtb
    imx6q-rex-pro.dtb
    imx6q-sabreauto.dtb
    imx6q-sabrelite.dtb
    imx6q-sabresd.dtb
    imx6q-sbc6x.dtb
    imx6q-tbs2910.dtb
    imx6q-ts4900.dtb
    imx6q-tx6q-1010-comtft.dtb
    imx6q-tx6q-1010.dtb
    imx6q-tx6q-1020-comtft.dtb
    imx6q-tx6q-1020.dtb
    imx6q-tx6q-1036.dtb
    imx6q-tx6q-1110.dtb
    imx6q-tx6q-11x0-mb7.dtb
    imx6q-udoo.dtb
    imx6q-utilite-pro.dtb
    imx6q-wandboard.dtb
    imx6q-wandboard-revb1.dtb
    imx6sl-evk.dtb
    imx6sl-warp.dtb
    imx6sx-nitrogen6sx.dtb
    imx6sx-sabreauto.dtb
    imx6sx-sdb.dtb
    imx6sx-sdb-reva.dtb
    imx6sx-sdb-sai.dtb
    imx6ul-14x14-evk.dtb
    imx6ul-geam-kit.dtb
    imx6ul-pico-hobbit.dtb
    imx6ul-tx6ul-0010.dtb
    imx6ul-tx6ul-0011.dtb
    imx6ul-tx6ul-mainboard.dtb

     

     

    BTW: I notice on cool feature on recent imx mainline builds - display configuration works out of the box. 

     

    Screenshot_2017-01-21_21-20-01.png

  2. Hi,

     

    I run a Linux Armbian_5.24_Cubietruck_Debian_jessie_4.8.15 on a Cubietruck with the kernel on version 4.8.15-sunxi.

     

    When i want to enable the wifi module, this don't work.

     

    I have see a response on https://forum.armbian.com/index.php/topic/252-cubietrack-wifi-bug-hostapd-bcmdhd/    so i do "modprobe brcmfmac" which return any message.

     

    But after that, i can't use the wifi.

     

    When i do an ifconfig, i see only eth0, bond0 an lo butno wlan0.

     

    Can you help me to use the wifi on my cubietruck ?

     

     

    PS : Sorry for that bad english, i'm a french user which don't speak english very well.

     

    Login as root and type:

    apt-get install armbian-firmware

    Reboot after that.

  3. Hi,

    sorry for my newbie question. What version of Armbian should I use for my Orange PI Lite if I want to use it with Docker (Debian or Ubuntu and what kernel)?

    After installing Docker on that board can I use Ubuntu 16.04 docker image? 

    Fo my purpose I want to use Ubuntu with Swift runtime 

     

    Thanks

     

    The one where kernel is higher than 3.10 ... which in this case means only Ubuntu experimental nightly builds. You can found it at download page ... but development versions are unfinished product meant for testing purposes only and certainly not for newbies. We don't provide any help for them.

  4. The answers to your questions are already on the forum while AFAIK there is no proper working solution yet. That means, you can go back to 4.9.0 (also use search if you don't know how) an loose some other features and bug fixes or write a new, bug less, future compatible driver ... if you want a working Ethernet. This board is going toward mainline support, where simple dirty hacks are usually waste of time.

    You are using development kernel, so don't expect that you can actually use it in production.

  5. AFAIK M1 does not have I2S on header. You need PRO, Cubietruck, Orangepi PC+ ... check which have I2S. Further it might not be connector compatible so you will need to wire things together.

    Better check something like this:

     

    s-l1600.jpg

    http://www.ebay.com/itm/PCM5102-DAC-Decoder-I2S-Player-Board-32Bit-384K-Beyond-ES9023-PCM1794-/142125650366?hash=item21175951be:g:b5sAAOSwLF1X48tC

     

    This one is among cheapest ... but you can easily find something more PRO.

  6. I had a similar bad crc error after I was updating my working banana pro with the Micro Home Server install script. The installation of Sync thing failed, and on a reboot after the system froze, it said the same as what his does.. 

     

    Bad CRC within bootloader is not an bug. 

     

    This is some other problem ... it's possible that apt-get upgrade (which is conduced prior to install on that script) was broken during kernel upgrade and you ended up with not boot-able system. Without more detailed data, screenshot, initial image version, ... I can only guess.

     

    Check this.

  7. 3. How can I provide this output, if Logitech wireless keyboard does not function?

     

    There are two alternatives:

    • serial console login
    • remote login via SSH. Plugin Ethernet and check your IP on your router, than connect with putty or similar ssh client.

    A20 Oranges are among rare boards and since they are virtually the same as Banana Pi, we share the image. Next reason is building time and server space ...

  8. Well, we plan to officially support S912, we got two boxes, while RK hasn't come to the wish list yet. 

    Vorke V3 looks beast "on paper", true. Just don't rely solo on technical specs and sellers data since without solid software support this is just a paperweight.

     

    And the device is not even in stores yet.

  9. Have you been able to activate Bluetooth on your Beelink GT1 ?

    I only boot the board with one of balbes images once, nothing else.

     

    So Beelink GT1 is officially supported on ARMBIAN, and that means ARMBIAN can be installed on the eMMC of the Beelink GT1 ?

    Unfortunately not. What's officially supported you can find here. I wrote will be. It depend of the troubles, but certanly not in next 30-60 days since we are planning major images update for all boards in between and a one bug-fixing session. We are small team and we support lot's of different designs. Amlogic is currently not very well supported by us and we are planning to improve that.

     

    MALI is 3D engine and a marketing tool, useful for (retro) gaming as example. Video playing has nothing to do with this part of the chip.

     

    About package installation : ARMBIAN works like Debian/Ubuntu ?

    Yes of course. In this sense all are the same.

  10.  

    So I would like to know  :

    - once balbes150 Ubuntu image is installed can new packages be installed "as normal" ?

    - is ALSA included and does it run OK ?

    - can bluetooth be activated quite easily on the S905 boxes that have it ?

    - can the system be installed on the eMMC

    - is there two ARMBIAN :on UBUNTU and one DEBIAN ( from the Dodc : "What is ARMBIAN?:  Lightweight Debian or Ubuntu based distribution specialized for ARM developing boards")

    - in this image what is the windowing system ? XFCE ?

     

    I'll try to address general questions since Balbes build is unofficial Armbian port, but we are planning to merge it upstream, that at least some of the most popular TV boxes will be officially supported. That will bring some more choices and an added value.

     

    - HDMI sound should work, for spdif don't know.

    - Bluetooth could be enabled but it's generally problematic so the answer is: perhaps

    - yes, but currently not as simple as on stock Armbian. Our stock installer is not yet ready nor tested on those boards. 

    - when official support arrives, you will be able to choose Debian as a base, but only if you built it yourself. We don't plan to provide two different desktop version for download.

    - yes, it's an XFCE

     

    First officially supported Amlogic box will be Beelink GT1, since it sits on my desk. (thanks to @p-i-u.de for donation one).

  11. Have you considered 'cloud' storage options, or quite possibly the 'unlimited bandwidth' hosting providers?

     

    That's the last option to consider. We are community project and I was offered such resources in several occasions - as contribution to the project. The real problem is to organise / talk / setup and I rather do that than just click "buy now" button  :)

     

    I'll check up suggestions. Thanks.

     

    P.S. I refreshed download pages yesterday, again. Missing data is because Github had severe problems yesterday and I haven't yet planned for such situation. Some more debug and hardening ...

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines