Skip to content

Jcc99/linux-4.4.38-for-tiny4412

 
 

Repository files navigation

linux-4.4.38-for-tiny4412

linux-4.4.38-for-tiny4412 made by FriendlyARM Corp.

  • how to boot and flash the uboot

  • how to build the linux-4.4.38-for-tiny4412

    1. download the correct version of arm-linux-gcc I use arm-linux-gcc version 4.9.4 download from Linaro https://releases.linaro.org/components/toolchain/binaries/4.9-2017.01/arm-linux-gnueabi/

    2. cp tiny4412_linux_4_4_defconfig .config

    3. make LOADADDR=0x40008000 uImage

    4. make dtbs

  • how to flash the linux kernel and dtb image

    • use uboot fastboot run fastboot in uboot

    • fastboot flash kernel-4-4 arch/arm/boot/uImage

    • fastboot flash dtb arch/arm/boot/dts/exynos4412-tiny4412.dtb

    • run reset in uboot

  • set your user partition and flash your rootfs to your emmc

About

linux-4.4.38-for-tiny4412

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.0%
  • Assembly 1.8%
  • C++ 1.3%
  • Objective-C 0.3%
  • Makefile 0.3%
  • Perl 0.1%
  • Other 0.2%