Jump to content

Igor

Administrators
  • Posts

    14414
  • Joined

  • Last visited

Posts posted by Igor

  1. A bug ;)

     

    This is also an exception. When added to configuration it should work properly, like for .configs

    https://github.com/igorpecovnik/lib/blob/master/configuration.sh#L269-L270

     

    https://github.com/zador-blood-stained/lib/blob/master/patching.sh#L147

    This part can be dumped. I made patches, fbtft sources are not changing anymore. It has been merged into mainline for some time.

     

    Tnx.

     

    I'll try later to merge this together

     

    EDIT:
    adv.patches doesn't collect my custom patches even they are in proper dir.

  2.                                             ┌───────────────────────┤ Choose a board ├────────────────────────┐                                             
                                                │                                                                 │                                             
                                                │  Supported:                                                     │                                             
                                                │                                                                 │                                             
                                                │    cubieboard4           A80 octa core 2Gb SoC Wifi             │                                             
                                                │    aw-som-a20            A20 dual core SoM                      │                                             
                                                │    cubieboard            A10 single core 1Gb SoC                │                                             
                                                │    cubieboard2           A20 dual core 1Gb SoC                  │                                             
                                                │    cubietruck            A20 dual core 2Gb SoC Wifi             │                                             
                                                │    lime-a10              A10 single core 512Mb SoC              │                                             
                                                │    lime                  A20 dual core 512Mb SoC                │                                             
                                                │    lime2                 A20 dual core 1Gb SoC                  │                                             
                                                │    micro                 A20 dual core 1Gb SoC                  │                                             
                                                │    pcduino3nano          A20 dual core 1Gb SoC                  │                                             
                                                │    bananapim2            A31 quad core 1Gb SoC Wifi             │                                             
                                                │    bananapi              A20 dual core 1Gb SoC                  │                                             
                                                │    bananapipro           A20 dual core 1Gb SoC Wifi             │                                             
                                                │    lamobo-r1             A20 dual core 1Gb SoC Switch           │                                             
                                                │    orangepi              A20 dual core 1Gb SoC Wifi USB hub     │                                             
                                                │    orangepimini          A20 dual core 1Gb SoC Wifi             │                                             
                                                │    orangepiplus          H3 quad core 1Gb SoC Wifi USB hub      │                                             
                                                │    cubox-i               Freescale iMx dual/quad core Wifi      │                                             
                                                │    udoo                  Freescale iMx dual/quad core Wifi      │                                             
                                                │    udoo-neo              Freescale iMx singe core Wifi          │                                             
                                                │    guitar                S500 Lemaker Guitar Action quad core   │                                             
                                                │    odroid                Exynos5422 XU3/XU4 octa core           │                                             
                                                │                                                                 │                                             
                                                │                                                                 │                                             
                                                │                                                                 │                                             
                                                │                                                                 │                                             
                                                │                                                                 │                                             
                                                │                <Ok>                    <Cancel>                 │                                             
                                                │                                                                 │                                             
                                                └─────────────────────────────────────────────────────────────────┘                                             
    
    

    This far I got:

     

    - added few new boards

    - proper git sources switching

    - completely reorganized configuration

    - legacy / next / dev versions

    - 80% of code cleaned.

     

    Starting tomorrow from here:

    https://github.com/igorpecovnik/lib

  3. And one more idea:

     

    1. Make two boot images.

    2. Boot one and wait until everything is done

    3. Plug second SD card into board via USB card reader

    4. Re-partition this card (usually it will be /dev/sda), create one cca. 10Mb FAT boot and the rest EXT4 for root

    5. Run nand-sata-install and install system to /dev/sda2

    6. Copy /boot to FAT boot partition, alter boot.cmd -> point root to /dev/mmcblk0p2

    7. Recreate boot script on this first boot partition

    8. Execute: sync & power off

    9. Exchange cards and boot with this newly created "two partition SD card"

  4. Possible, but you will need to have some Linux box to move partitions around with Parted.

     

    http://askubuntu.com/questions/147132/move-ext4-partition

    https://www.gnu.org/software/parted/manual/html_chapter/parted_2.html

     

    Another option is to mount or boot current image, create new (virtual or real) one with two partition, mount and rsync it over. Make sure you that your /boot is going to first partition and that you write a boot loader to new image - or bin copy (DD) from one image to anther.

  5. https://github.com/igorpecovnik/lib -b master (not default yet)

     

    1. Redesigned patching process: "per kernel family", picking patches from dirs, fixed and cleaned patches

    AFTER

    https://github.com/igorpecovnik/lib/blob/master/patching.sh

    BEFORE

    https://github.com/igorpecovnik/lib/blob/second/patching.sh

    2. Added user patches dirs, one for kernel, one for u-boot, outside of /lib 

    https://github.com/igorpecovnik/lib/blob/master/documentation/geek-faq.md#user-patching

    3. Added new devices with "WIP" status: Lemaker Guitar and H3 Orange

    4. Cleaning sources (WIP)

    5. Many bug fixes + probably produced new bugs ...  need help with testing & fixing  :P

     

    Now it's time for (new) suggestions   :D

  6. I don't understand what are you doing wrong. First you need to use a proper image - some images might work on non dedicated hw some not.

     

    If it stuck on u-boot it's possible that your SD card is invalid, was not written properly, some strange device is attached to USB, ...

     

    If you can't type, your USB keyboard might not be supported by u-boot,

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines