From: Christopher Preschern <christopher.preschern@tugraz.at>
To: u-boot@lists.denx.de
Subject: [U-Boot] Help needed: Boot signed RTOS
Date: Fri, 22 Nov 2013 13:56:06 +0100 [thread overview]
Message-ID: <528F5466.7030705@tugraz.at> (raw)
In-Reply-To: <CAPnjgZ1+JBEEmupjgmYZA7cFvTjoNvz18tVEFzSRSHQSHTwVJA@mail.gmail.com>
Hi Simon,
> Well I suppose you can use the split version of the bootm command to do
> this. Something like: 'bootm start <addr>; bootm loados; bootm prep;
> loadelf ...'
that helped me out - it works. I use the following commands to check and
load my RTOS.
setenv checkrtos 'bootm start 0x44000000'
tftp 0x44000000 rtos.fit
if run checkrtos; then bootelf 440000b4; else echo FAILD TO CHECK
SAFERTOS SIGNATURE; fi
Thank you & best regards,
Christopher
--
------------------------------------------------------------------
| Christopher Preschern
| Institute for Technical Informatics - TU Graz
| Tel: +43 (316) 873 - 6404
| EMail: christopher.preschern at tugraz.at
next prev parent reply other threads:[~2013-11-22 12:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-20 17:49 [U-Boot] Help needed: Boot signed RTOS Christopher Preschern
2013-11-20 18:45 ` Simon Glass
2013-11-21 11:04 ` Christopher Preschern
2013-11-21 17:11 ` Simon Glass
2013-11-22 12:56 ` Christopher Preschern [this message]
2013-11-22 16:54 ` Simon Glass
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=528F5466.7030705@tugraz.at \
--to=christopher.preschern@tugraz.at \
--cc=u-boot@lists.denx.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.