Jump to content

Igor

Administrators
  • Posts

    13669
  • Joined

  • Last visited

Posts posted by Igor

  1. You can do it this way:

     

    First do a copy to larger image, than execute those commands manually to expand to whole space:

    fdisk /dev/mmcblk0
    d ENTER # delete
    1 ENTER # partition 1 which is the only one
    n ENTER # create new
    p ENTER # primary
    ENTER # default number is 1
    ENTER # default start
    ENTER # default end
    w ENTER # write to disk
    
    reboot
    
    # when system gets back
    
    resize2fs /dev/mmcblk0p1
    
  2. For default kernel 3.14.x

    https://github.com/igorpecovnik/lib/blob/next/config/boot-cubox.cmd

     

    Others: https://github.com/igorpecovnik/lib/tree/next/config

    boot*.cmd

     

    For rotation try this:

    Rotation
    You can rotate the framebuffer by supplying fbcon=rotate:<n> kernel parameter, where n can be one of the following.
    0 - normal orientation (0 degree)
    1 - clockwise orientation (90 degrees)
    2 - upside down orientation (180 degrees)
    3 - counterclockwise orientation (270 degrees)
    

    This is how it's done on Allwinner. I haven't try this with HB but it might work.

  3. One option is to boot SD image with 3.4.108 ...copy /lib/modules/*********-3-4-108 to nand2 and sda1, convert /boot/zImage to uImage with previously mentioned method and copy to NAND1 ... check uEnv.txt @NAND that it's pointing to proper root.

     

    So do step by step. First boot from NAND and rootfs=/dev/nand2 ... than copy modules to HDD and switch rootfs there.

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines