mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: "duhuanpeng" <548708880@qq.com>
To: barebox@lists.infradead.org
Subject: freescale-mx28-evk run from ram
Date: Fri, 2 Mar 2018 00:30:37 +0800	[thread overview]
Message-ID: <001601d3b17a$a176cbc0$e4646340$@qq.com> (raw)

Dear all,

Happy Yuanxiao(Lantern) Festival!

I have a modified mx28-evk board, I want to run barebox on it, but I don’t want to make change to the flash.

In System.map
00000000 T __image_start
00000000 T start
00000000 T _stext
00000000 T _text
00000004 T __bare_init_start
00000004 T get_runtime_offset
00000014 t linkadr
00000018 T __ld_var_base
00000018 T __ld_var__text
00000020 t ___text
00000024 T __ld_var___rel_dyn_start
0000002c t ____rel_dyn_start
00000030 T __ld_var___rel_dyn_end
00000038 t ____rel_dyn_end
0000003c T __ld_var___dynsym_start
00000044 t ____dynsym_start
00000048 T __ld_var___dynsym_end
00000050 t ____dynsym_end
00000054 T __ld_var___bss_start
0000005c t ____bss_start
00000060 T __ld_var___bss_stop
00000068 t ____bss_stop

So, I load barebox.bin to address 0x00000000:

Hit any key to stop autoboot:  0 
MX28 U-Boot > tftpboot 0 barebox.bin
Using FEC0 device
TFTP from server 192.168.12.61; our IP address is 192.168.12.62
Filename 'barebox.bin'.
Load address: 0x0
Loading: T #############################
done
Bytes transferred = 424776 (67b48 hex)
MX28 U-Boot > go 0
## Starting application at 0x00000000 ...


I believe the sram is too small to load the binary.

So, I change the TEXT_BASE to 0x41600000 in menuconfig, build and update barebox.bin, it print funny characters:

MX28 U-Boot > <INTERRUPT>
MX28 U-Boot > <INTERRUPT>
MX28 U-Boot > tftpboot 0x41600000 barebox.bin
Using FEC0 device
TFTP from server 192.168.12.61; our IP address is 192.168.12.62
Filename 'barebox.bin'.
Load address: 0x41600000
Loading: T #############################
done
Bytes transferred = 424776 (67b48 hex)
MX28 U-Boot > go 0x41600000
## Starting application at 0x41600000 ...
���������������������������������������������������������������������������������������������������������������������������������������������

For imx283, How to run barebox from ram?

Thanks,
Du Huanpeng



_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2018-03-01 16:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-01 16:30 duhuanpeng [this message]
2018-03-02  7:36 ` Sascha Hauer
2018-03-02  9:53   ` 答复: " duhuanpeng
     [not found]   ` <000001d3b205$12bea160$383be420$@qq.com>
2018-03-02 10:15     ` 'Sascha Hauer'
2018-03-02 10:55       ` 答复: " duhuanpeng
2018-03-02 10:56       ` duhuanpeng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='001601d3b17a$a176cbc0$e4646340$@qq.com' \
    --to=548708880@qq.com \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox