Jump to content

Igor

Administrators
  • Posts

    13612
  • Joined

  • Last visited

Posts posted by Igor

  1. OK, some quick tips:

    v3.7 jessie image is broken due to some systemd changes. I saw too late. 3.8 is boots ok - at least with network attached. I haven't tested without for a while. On new kernel there is no output to serial console by default.

     

    loading with

    bcmdhd op_mode=2

     

    works with wheezy and trusty but not jessie ;)

     

    4.0.4 different module

    brcmfmac. It should work ... I haven't tested with 4.0.4 but with 3.19.x and it was working w/o problems.

     

    If you want a proven configuration, stick to Wheezy with kernel 3.4.x

     

    Video resolution. I'll go down with default one or made some other solution.

     

    Waiting for 3min might not be enough. I am doing apt-get update at first boot. 

  2. My images are not designed to be installed directly to NAND because in this case they must be prepared in some Allwinner specific / nonstandard way. A complete waste of time from my perspective.

     

    Yes, there is another way. Create a SD card, plug it into Cubie, power on and wait for one automatic restart. Login as root and run my "Sata NAND install tool" which resist in /root directory. Simply follow the guide.

     

    Use image with kernel 3.4.10x which is the only one that supports NAND. At the moment.

  3. Yes. Jessie & systemd are causing some additional troubles and this is one of them. 

    It started in latest build - the build before Jessie was anyway completely broken.

     

    You simply need to wait that it reboots than it works just fine.

     

    I know it's not noted under bugs. I'll add. Thanks for bringing up.

  4. This will keep the password which you set at first login.

     

    If you want to force users to change (root) password in next login use:

    chage -d 0 root
    

    There is also an option to use my script for generating a custom distribution. 

     

    I am using one parameter for this:

    AFTERINSTALL=""                             # command before closing image 
    

    So if you put everything in one script you run this script here or just download additional packages with apt-get ...

     

    In this case you will have the same startup procedure as mine - same root pwd, shrunk install image, auto expand, ...

  5. PMP is not enabled by default in any image and there is no modular solution yet. I was not working anything in this field yet.

     

    You need to hack and recompile kernel - a quick summary for those who don't know how:

    nano drivers/ata/sw_ahci_platform.c

    Change from:

    .private_data = (void*)(AHCI_HFLAG_32BIT_ONLY | AHCI_HFLAG_NO_MSI
                 | AHCI_HFLAG_NO_PMP | AHCI_HFLAG_YES_NCQ),
    };

    to:

    .private_data = (void*)(AHCI_HFLAG_32BIT_ONLY | AHCI_HFLAG_NO_MSI
                 | AHCI_HFLAG_YES_NCQ),
    };

    Recompile kernel.

     

     

    Do any of your images have dvb header support like Raspbian?

    There is a lot of stuff in both kernels and I keep adding. What exactly do you miss? 

  6. You mean this?

    https://github.com/igorpecovnik/lib/blob/next/config/lamobo-r1.fex#L697

    [sata_para]
    sata_used = 1
    sata_power_en = port:PB03<1><default><default><0>
    

    I haven't notice such problems. All I know regarding SATA is it's proper powering - that's patch about. Is there any other solution? Once it's powered it works. I am having a rotating hard drive on it and it's working fine ... if I don't use HDMI and/or USB :huh:


    Powering is in general problem with this board but thanks to poor board design. There is little we can do with software.

     

    73   :)

  7. Cubietruck has one exception and only with kernel 3.4.x - wifi module must be loaded (/etc/modules) this way to enable AP mode:

    bcmdhd op_mode=2
    

    I suggest you to use this predefined configuration - which you probably already set.

    /etc/network/interfaces.hostapd  

    You need to have some DHCP server running on the network - which usually is.

  8. Thanks  :P 

    I open an H3 thread in forum Development and add how far I got. Not much.

     

    The idea is that H3 goes to the general Allwinner section when it looses development status. I only booted manufacturer Debian server and it's horrible, unusable.

     

    Regarding Bitcoin - go to:

     

    https://blockchain.info/wallet

     

    and open a wallet by "Create My Free Wallet". Remember to printout the paper backup when done.

     

    download.jpg

     

    And you are ready for money flow  :D

     

    Your account ID will be something like this:

    17vT6hV83EQ6rizbWeasfy1tWEzFpzYqEE (this is mine)

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines