Re: Ralink RT3050F
- Reply: Archimedes Gaviola : "Re: Ralink RT3050F"
- In reply to: Mori Hiroki : "Re: Ralink RT3050F"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Aug 2022 00:56:26 UTC
On Fri, Aug 19, 2022 at 8:33 AM Mori Hiroki <yamori813@yahoo.co.jp> wrote: > Hi. > > 0x80800000 is only u-boot image load offset. You will do bootm command > on u-boot then start at 0x80001100 if you create this address by > uboot_mkimage . > > Hiroki Mori > Hi Hiroki Mori, Oh I see, got it, thanks for the explanation! Best regards, Archimedes > > ----- Original Message ----- > > From: "Archimedes Gaviola" <archimedes.gaviola@gmail.com> > To: "freebsd-mips@freebsd.org" <freebsd-mips@freebsd.org> > Date: 2022/08/18 木 21:38 > Subject: Ralink RT3050F > > > Hi, > > I have successfully compiled an RT3050F SoC kernel image with FreeBSD > 11.4-RELEASE by following this reference here > https://wiki.freebsd.org/mips/RT3052F. However, I want to know how this > value 0x80800000 is derived for the tftpboot? My generated image entry > point value address is 80001100. > > root@freebsd114:/usr/obj/mips.mipsel/usr/src/sys/RT305X # readelf -h > kernel | grep 'Entry point address:' > Entry point address: 0x80001100 > > Thanks and best regards, > Archimedes > >