

djojo
-
Posts
3 -
Joined
-
Last visited
Reputation Activity
-
djojo reacted to chradev in Armbian customization
Hi Igor,
I use dev branch and put the new patch in userpatches/kernel/sunxi-dev.
The new patch create a new device tree source file named sun7i-a20-olinuxino-lime2-emmc.dts and add it to Makefile be compiled.
Unfortunately, I cannot find a way to add new board lime2-emmc without modifying Armbian code base.
Is there such a way or I have to modify Armbian code base for adding the new board?
And if so where and what I have to add as a staff for the new board?
I prefer to add completely new board named lime2-emmc with all needed configuration staff instead of patching other board staff.
Best regards
Chris
-
djojo got a reaction from Igor in Olimex Lime A20 Wont boot armbian
With the v2016.05-rc1 , it's ok now !
-
djojo reacted to zador.blood.stained in Freezing problem with Olimex A20 Lime 2
More specifically, after editing config file, execute in u-boot sources root directory
git diff configs/A20-OLinuXino-Lime2_defconfig > my_dram_settings.patch and place it in one or both of these paths
userpatches/u-boot/u-boot-default userpatches/u-boot/u-boot-next -
djojo reacted to Igor in Freezing problem with Olimex A20 Lime 2
Create a patch from lime u-boot config file difference
diff -u originalconfig updatedconfig > my_dram_settings.patch and once this "my_dram_settings.patch" is done, place it to the
userpatches/kernel/sunxi-next and your u-boot will be always build with those altered settings.