Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A20 => Topic started by: Sagar on December 11, 2020, 12:55:56 PM

Title: Parabola OpenRC img (feedback) [s16M]
Post by: Sagar on December 11, 2020, 12:55:56 PM
I have created img file of parabola image uploaded at the following repo.

 parabola_openrc_olinuxino_lime2 (https://notabug.org/sagaracharya/parabola_openrc_olinuxino_lime2)

I have installed this image on my server lime2. Since no OS with linux-libre and only free software is out there, I hope this to be helpful. Please give feedback if it works for you.

root password : parabola
Title: Re: Parabola OpenRC img (feedback) [s16M]
Post by: Sagar on December 16, 2020, 02:01:46 PM
u-boot does not have lan support in the above image. Have updated a new compiled u-boot at the above repository which needs to be flashed.

Alternatively, you can compile your own u-boot on the above parabola system by editing config file in configs/A20-OLinuXino-Lime2_defconfig and making the following changes

-CONFIG_PHY_REALTEK=y
+CONFIG_PHY_MICREL=y
+CONFIG_PHY_MICREL_KSZ9031=y
+CONFIG_GMAC_TX_DELAY=4

And then execute in u-boot directory:
make A20-OLinuXino-Lime2_defconfig
make