Re: [U-Boot] Newbies list?

2014-08-12 Thread Frank Ihle
Jonathan Ben Avraham 12.08.14 14.32 Uhr >>> >On Tue, 12 Aug 2014, Igor Grinberg wrote: > >> Date: Tue, 12 Aug 2014 15:09:41 +0300 >> From: Igor Grinberg >> To: Jonathan Ben Avraham , David Nelson >> Cc: u-boot@lists.denx.de >> Subject: Re: [U-Boot] Newbies list? >> >> On 08/12/14 14:35,

Re: [U-Boot] Quick guide to Kconfig

2014-07-31 Thread Frank Ihle
o add extra rows with information on our own. Kind Regards Frank >>>> Masahiro Yamada 31.07.14 8.39 Uhr >>> >Hi Frank, > > >On Thu, 31 Jul 2014 08:29:07 +0200 >"Frank Ihle" wrote: > >> Hi everyone, >> >> can you please give

Re: [U-Boot] Quick guide to Kconfig

2014-07-30 Thread Frank Ihle
Hi everyone, can you please give me a hint how to run the menuconfig? I just downloaded the latest U-Boot from ftp://ftp.denx.de/pub/u-boot/u-boot-latest.tar.bz2 (Version: 2014.07). When entering the /u-boot-2014.07/ directory and hitting "make menuconfig" then, it just tells me that there's

[U-Boot] [Question] Is it safe to use 'set verify n' ?

2014-07-06 Thread Frank Ihle
Hi everyone, when it comes to optimizing the boot sequence there are several documents with a lot of hints. One of them is to skip the check sum calculation of the image in U-Boot (set verify n) - some of them say "you don't need to verify every time you boot, since it is always the same image

[U-Boot] Re

2014-04-08 Thread Frank Ihle
Hello Stefano >>>> Stefano Babic 07.04.14 18.07 Uhr >>> >Hi Frank, > >On 07/04/2014 15:49, Frank Ihle wrote: >> Hi U-Boot, >> >> you recently gave me the hint about the Falcon Mode for my Fast >> Booting investigations. But I think

[U-Boot] [Question] How is the Falcon mode working

2014-04-07 Thread Frank Ihle
Hi U-Boot, you recently gave me the hint about the Falcon Mode for my Fast Booting investigations. But I think might got it wrong, could somebody correct me if so?: - According to the "Falcon Mode" Pdf of October 2013 (http://www.denx.de/wiki/pub/U-Boot/MiniSummitELCE2013/2013-ELCE-U-Boot-Falc

Re: [U-Boot] During boot is U-Boot doing its jobs sequentially or in parallel?

2014-03-18 Thread Frank Ihle
>In message <53283ca402460004b...@gwia2.rz.hs-offenburg.de> you wrote: >> >> I realized a behavior of U-Boot, which isn't quiet clear to me. I >> have an ARM9 SAM9G25, that has this boot sequence: AT91Bootstrap -> >> U-Boot 2010.06 -> Linux 2.6.39. With that system I did 4 Test series >> about

[U-Boot] During boot is U-Boot doing its jobs sequentially or in parallel?

2014-03-18 Thread Frank Ihle
Hello again, I recently wrote an E-Mail about silenting the output during the U-Boot sequence, but I thougt it's better to open up a new thread. BTW this is not a problem, I just want to know. I realized a behavior of U-Boot, which isn't quiet clear to me. I have an ARM9 SAM9G25, that has this

[U-Boot] Antw: Re: U-Boot doesn't silent the output

2014-03-18 Thread Frank Ihle
>I think preferred behavior for this may be to instead leave any >'console' arguments as they are and instead ensure that 'quiet' or >'loglevel=1' is present instead. There are two motivations for doing >this - the first is that when using a lower loglevel you still get >suppressed kernel output -

[U-Boot] Antw: Re: U-Boot doesn't silent the output

2014-03-18 Thread Frank Ihle
Wolfgang Denk 18.03.14 10.05 Uhr >>> >Dear Frank, > >In message <532816e002460004b...@gwia2.rz.hs-offenburg.de> you wrote: >> >> Anyway I wonder why the "setenv verify n" worked with the >> BOOTCOMMAND but the "silent" didn't. Should I shift all the commands >> from CONFIG_BOOTCOMMAND t

[U-Boot] Antw: Re: U-Boot doesn't silent the output

2014-03-18 Thread Frank Ihle
>CONFIG_BOOTCOMMAND is not the build-in environment. See >CONFIG_EXTRA_ENV_SETTINGS. Now that I'll have in the board header file the lines #define CONFIG_EXTRA_ENV_SETTINGS \ "silent=1\0" and it works :) I really feel happy about this, thanks for your help! The output is disabled during U-Boo

[U-Boot] Antw: Re: U-Boot doesn't silent the output

2014-03-17 Thread Frank Ihle
> The check is done in console_init_f(), the 'f' meaning before > relocation, and thus before the environment is loaded and much before > the boot command is run. You need to put "silent=1" into your built-in > environment in the board config file. In my U-boot 2010.06, I tried with #define CONFIG

[U-Boot] Antw: Re: How to silence the output of U-Boot

2014-03-12 Thread Frank Ihle
>Your U-Boot is too old. Are there any patches for the my version? I guess the new version is better but I'm forced to use this version >Usually, it helps if you pass "quiet" to the kernel command line. quiet is working but the "console=" does not, but this is not a problem of U-Boot, I just

[U-Boot] Looking for help with U-Boot, but where?

2014-03-12 Thread Frank Ihle
Hi everyone, I had some troubles with my U-Boot, that still aren't solved yet. I already sent the problem to the mailing list, but since haven't received any reply I guess nobody knew the answer. That's why I wonder if there is some kind of a Forum or community especially for U-Boot, unfortuna

[U-Boot] How to silence the output of U-Boot

2014-03-07 Thread Frank Ihle
Hi everyone, I searched the Internet but the help I found didn't work. I hope someone here may know how to fix it, here's the situation: I have this ARM9 SAM9G25 which is accessed by its ttyS0. I want to disable all of the output, that was made during the U-Boot (v. 2010.06) boot, to decrease

[U-Boot] U-Boot doesn't silent the output

2014-03-04 Thread Frank Ihle
Hi everyone, I searched the Internet but the help I found didn't work. I hope someone here may know how to fix it, here's the situation: I have this ARM9 SAM9G25 which is accessed by its ttyS0. I want to disable all of the output, that was made during the U-Boot (v. 2010.06) boot, to decrease

[U-Boot] tr

2013-11-14 Thread Frank Ihle
Hi everybody I'm writing you since you have been mentioned in the README as help I got this ARM9 SAM9G25, and i try to use it with embedded linux, I already made the images but there's an Error on the target while booting which says "No NandFlash detected !" and afterwards it continues with t