Re: Ralink RT3050F

From: Mori Hiroki <yamori813_at_yahoo.co.jp>
Date: Fri, 19 Aug 2022 00:33:05 UTC
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

----- 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