Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Volunteer for "Add FFS support to U-Boot"



Aarch64 should be fine here on the Orange Pi Win, but be aware that building U-Boot for sun50i family boards is a bit more complicated than others due to the dependency on ARM Trusted Framework.

There is a U-Boot framework in pkgsrc (currently based on 2017.11 release) that you may want to use as a starting point. Creating a package for your board will be simple:

 $ cd /usr/pkgsrc/sysutils
 $ cp -r u-boot-pine64 u-boot-orangepi-win
 $ cd u-boot-orangepi-win
 $ vi DESCR
 (Change last line of description to match your board name)
 $ vi Makefile
 (Change UBOOT_TARGET to orangepi-win, UBOOT_CONFIG to orangepi_win_defconfig, remove PKGREVISION)
 $ vi PLIST
 (Change share/u-boot/pine64 to share/u-boot/orangepi-win)

That should give you a working u-boot-sunxi-with-spl.bin.

Cheers,
Jared


> On Feb 15, 2018, at 4:46 PM, berte <behzaterte%yandex.com@localhost> wrote:
> 
> 
> I've raspberry pi (v1), orange pi zero and orange pi win. So I can quickly change architecture if aarch64 not suitable. 
> 
> 
> 
> 15.02.2018, 23:42, "Jared McNeill" <jmcneill%invisible.ca@localhost>:
>> What board are you using?
>> 
>>>  On Feb 15, 2018, at 3:31 PM, berte <behzaterte%yandex.com@localhost> wrote:
>>> 
>>>  Hi Jared,
>>> 
>>>  Thanks for your support.
>>> 
>>>  I'll start with u-boot master branch and also I want to compile that for aarch64, is it okay for you?
>>> 
>>>  Cheers,
>>>  -- berte.
>>> 
>>>  15.02.2018, 20:05, "Jared McNeill" <jmcneill%invisible.ca@localhost>:
>>>>  Hi berte --
>>>> 
>>>>  Do you have any specific questions in mind?
>>>> 
>>>>  Cheers,
>>>>  Jared
>>>> 
>>>>  On Thu, 15 Feb 2018, berte wrote:
>>>> 
>>>>>   Hi all,
>>>>> 
>>>>>   I want to work for this title so could you please guide me about that ?
>>>>> 
>>>>>   Cheers,
>>>>>   --berte.



Home | Main Index | Thread Index | Old Index