Jump to content

Igor

Administrators
  • Posts

    13659
  • Joined

  • Last visited

Posts posted by Igor

  1. Firmware upgrade is not needed because it's the same. Libc also not. Technically you only need to change kernel, U-boot is highly recommended since you can only boot up with one CPU if you don't change u-boot. This part might be fixed with latest u-boot but with the one available for download you need to do.

     

    If you want to boot old kernel you need to remove file .next in /boot That's the trick to mention - but it's seen from boot.cmd ... What else can be wrong? 4.0.5 ... If you are booting from SATA it's possible that it's not supported in this kernel yet. Rather use more recent kernel. That one boots from SATA for sure.

     

    Next image is coming with apt-get upgrade for kernel.

  2. Than let's check which modules do you load. What's inside your /etc/modules or better what's loaded:

     

    lsmod

     

    It should be:

    cpufreq_userspace       3524  0 
    bcmdhd                539724  0 
    sunxi_ir                4037  0 
    bnep                   14462  2 
    hidp                   17640  0 
    rfcomm                 58686  0 
    bt_gpio                 2741  0 
    wifi_gpio               6375  2 bcmdhd,bt_gpio
    hci_uart               25000  0 
    bluetooth             264185  12 bnep,hidp,hci_uart,rfcomm
    

    and which script.bin are you using. Where is /boot/script.bin pointing to?

  3. No, there are problems with booting on certain Cubietruck with latest image. But the problem is that ethernet is not initialized properly. The fix will be released soon - you can use some older images. Check archive.

     

    If it reboots after a while this is normal and a good sign. At second start you also need to wait a little longer since it's creating swap space. You should get login prompt when everything is done.

  4. If SD is inserted and there is an u-boot on it than it will always start from SD card.

     

    Forget about my install procedures. They are only good for fresh start.

     

    1. Create SD card

    2. Boot, wait that it finish first boot

    3. Login and alter boot scripts to point root to /dev/sda1 

    4. Copy /lib/modules/ to /dev/sda1 to make sure you have right modules

    5. Reboot

     

     

    I think that's all. 

  5. Power button is not supported by kernel 3.4.108 which is currently the only one where audio features and boot from NAND works. This is common for all distros.

     

    Possible solution is by using any A20 board with kernel 4.x and some supported external DAC while boot loader must remain on SD card. Loading system from SSD is possible in any case.

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines