Towards an ARM system-building script

Ganbold Tsagaankhuu ganbold at gmail.com
Tue Oct 9 06:40:18 UTC 2012


On Tue, Oct 9, 2012 at 1:59 PM, Tim Kientzle <tim at kientzle.com> wrote:
>
> On Oct 8, 2012, at 10:24 PM, Ganbold Tsagaankhuu wrote:
>
>> On Tue, Oct 9, 2012 at 12:42 PM, Tim Kientzle <tim at kientzle.com> wrote:
>>>
>>> On Oct 8, 2012, at 9:07 PM, Ganbold Tsagaankhuu wrote:
>>>
>>>> On Mon, Sep 24, 2012 at 2:55 AM, Tim Kientzle <tim at kientzle.com> wrote:
>>>>> On Sep 4, 2012, at 9:52 PM, Tim Kientzle wrote:
>>>>>> On Sep 4, 2012, at 9:33 PM, Dave Cheney wrote:
>>>>>>
>>>>>>> Sorry to butt in on this discussion, but how feasible would it be to adapt this build script to the pandaboard. I understand there may be a config in svn similar to the beaglebone which may be applicable.
>>>
>>>>> I've made significant progress and would
>>>>> appreciate any feedback:
>>>>>
>>>>>  github.com/kientzle/freebsd-beaglebone
>>>>>
>>>>> * PandaBoard:  I have a completely untested
>>>>>   sketch.  Someone with a PandaBoard will need
>>>>>   to work through the U-Boot configuration to make
>>>>>   this work.
>>>>
>>>> I tried your script on PandaBoard ES.
>>>> Basically it works with some modifications/considerations:
>>>
>>> Wonderful!  Thanks for trying it!
>>>
>>> Please send me any patches you used; I'll try
>>> to incorporate them.
>>
>> The patch (without building u-boot) is at:
>> http://people.freebsd.org/~ganbold/pandaboard.patch
>
> Are you using boot.scr?
>

No.

> Can you send me the uEnv.txt you're using?
>

Ok, here it is:

bootfile=kernel.bin
kloadaddr=0x80200000
uenvcmd=fatload mmc 0 \${kloadaddr} \${bootfile};go \${kloadaddr}"


Ganbold


> Tim
>


More information about the freebsd-arm mailing list