Port-arm archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: netbooting a beaglebone
On Jun 24, 2014, at 12:23 PM, Manuel Bouyer <bouyer%antioche.eu.org@localhost>
wrote:
> On Tue, Jun 24, 2014 at 08:04:26PM +0100, Robert Swindells wrote:
>>
>> Manuel Bouyer wrote:
>>> On Sun, Jun 22, 2014 at 01:04:09PM -0700, Matt Thomas wrote:
>>>>>> tftp ; bootm
>>>>>
>>>>> Does it bring in extra functionalities ?
>>>>
>>>> Depends. netbsd.gz.ub is usually faster to load since it's compressed.
>>>> For u-boot, we really recommend using the .ub
>>>
>>> It doens't seem to work for me:
>>> U-Boot# tftpboot 0x80300000 netbsd.gz.ub; bootm 0x80300000
>>
>> You need to use a different address from the one the kernel is linked
>> at. It will then either be copied or decompressed to the address in
>> the u-boot header.
>
> indeed, using 0x80000000 worked. thanks !
I use 0x86400000. I think the default loadaddr is fine.
Or you can add setenv loadaddr 0x86400000 to uEnv.txt
so that just tftp works
Home |
Main Index |
Thread Index |
Old Index