Which uboot to use

It seems that there is some divergence between uboot version used by ubuntu release and openwrt release

  1. SRC - Openwrt release pulls this uboot: https://github.com/BPI-SINOVOIP/BPI-R2-LEDE-Uboot.git

  2. SRC - While ubuntu image seems to use: https://github.com/BPI-SINOVOIP/BPI-R2-bsp

Which is the most current one? I am using openwrt but because the openwrt build uses squashfs I can’t use that because of the squashfs errors. So I am finding myself adding code to SRC 1 to give it functionality of SRC 2

Can someone clarify why the divergence?

Thanks

Hello, the first one is for openwrt, the second one is for Ubuntu.

the latest version of openwrt is here: BPI-R2 new image: BPI-R2 OpenWrt(LEDE) Souce code : 2018-05-09

Hi Jack-

thanks for your response, yes I understand that one is for ubuntu and other is for openwrt. What I am wondering is why are the code changes not in a single repository. As in why is the single uboot repository made to work with both ubuntu and openwrt.

Thanks