26 Feb, 2018

1 commit


22 Feb, 2018

1 commit


18 May, 2017

2 commits


30 Apr, 2017

1 commit


14 Mar, 2017

1 commit


03 Jan, 2017

4 commits

  • Enable Flattened Image Tree support for all Engicam boards.

    Cc: Stefano Babic
    Cc: Matteo Lisi
    Cc: Michael Trimarchi
    Signed-off-by: Jagan Teki

    Jagan Teki
     
  • Create ubifs.img:
    $ mkfs.ubifs -q -r /rootfs -m 4096 -e 253952 -c 7936 -o ubifs.img

    Write ubifs.img:
    ---------------
    icorem6qdl> nand erase.part rootfs
    icorem6qdl> ubi part rootfs
    icorem6qdl> ubi create rootfs

    icorem6qdl> ext4load mmc 0:2 ${loadaddr} ubifs.img
    166592512 bytes read in 8091 ms (19.6 MiB/s)
    icorem6qdl> ubi write ${loadaddr} rootfs ${filesize}
    166592512 bytes written to volume rootfs
    icorem6qdl> ubifsmount ubi0:rootfs

    Cc: Stefano Babic
    Cc: Matteo Lisi
    Cc: Michael Trimarchi
    Signed-off-by: Jagan Teki

    Jagan Teki
     
  • For writing Linux or rootfs on to NAND, the best suitable way
    is to use MMC commands since MMC driver by default enabled by
    mx6_common.h, hence enabled MMC commands in nand defconfigs.

    Cc: Stefano Babic
    Cc: Matteo Lisi
    Cc: Michael Trimarchi
    Signed-off-by: Jagan Teki

    Jagan Teki
     
  • Boot Linux with uImage instead of zImage, so update
    bootz with bootm.

    Cc: Stefano Babic
    Cc: Matteo Lisi
    Cc: Michael Trimarchi
    Signed-off-by: Jagan Teki

    Jagan Teki
     

30 Dec, 2016

1 commit


17 Dec, 2016

1 commit