On Tue, 23 Oct 2018, 10:00 PM Balanga Bar, <balanga....@gmail.com> wrote:
> Thanks for the suggestion. > > I'm not very experienced with git.... > > How would I 'git checkout v2013.02 tools/kwboot.c' ? > Clone the u-boot repo with git clone git://git.denx.de/u-boot.git Go back to an older version with git checkout v2013.02 (or any other tag you wish to have a look at) Have a look at git-scm.com for more info on using git. That all being said you haven't actually said what is stopping the current version of kwboot.c from working for you. > On Tue, Oct 23, 2018 at 2:18 AM Chris Packham <judge.pack...@gmail.com> > wrote: > >> >> >> On Tue, 23 Oct 2018, 10:33 AM Balanga Bar, <balanga....@gmail.com> wrote: >> >>> I'm trying to build kwboot on FreeBSD but the latest source I found is >>> not >>> posix compliant, containing various Linuxisms... I did find an old >>> version >>> here >> >> >>> https://github.com/LeMaker/u-boot/raw/master/tools/kwboot.c >>> >>> that I was able to compile. Is there anything newer? >>> >> >> You can just obtain older versions from the u-boot source (e.g git >> checkout v2013.02 tools/kwboot.c). >> >> >>> Alternatively is anyone aware of a binary which works on FreeBSD? >>> >> >> What linuxisms are problematic for you. Perhaps they can be avoided. >> >>> _______________________________________________ >>> U-Boot mailing list >>> U-Boot@lists.denx.de >>> https://lists.denx.de/listinfo/u-boot >>> >> _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot