From: Boszormenyi Zoltan <zboszor@pr.hu>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Subject: Re: linux-imx_3.10.17 locks up hard at boot
Date: Fri, 07 Mar 2014 17:25:08 +0100 [thread overview]
Message-ID: <5319F2E4.3090007@pr.hu> (raw)
In-Reply-To: <CAP9ODKo-MppmoHR9Xif0vHpLEicO4Hkh2nqOH=06Ygo6A6vvFQ@mail.gmail.com>
2014-03-07 15:57 keltezéssel, Otavio Salvador írta:
> printenv fdtfile
=> printenv fdtfile
## Error: "fdtfile" not defined
The full set of environment is below.
You might have meant "fdt_file", it's listed.
=> printenv
baudrate=115200
boot_fdt=try
bootcmd=mmc dev ${mmcdev};if mmc rescan; then if run loadbootscript; then run bootscript;
else if run loaduimage; then run mmcboot; else run netboot; fi; fi; else run netboot; fi
bootdelay=4
bootscript=echo Running bootscript from mmc ...; source
console=ttymxc0
emmcdev=2
ethact=FEC
ethaddr=00:04:9f:02:34:c2
ethprime=FEC
fdt_addr=0x18000000
fdt_file=imx6q-sabresd.dtb
fdt_high=0xffffffff
initrd_high=0xffffffff
ip_dyn=yes
loadaddr=0x12000000
loadbootscript=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};
loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}
loaduimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${uimage}
mmcargs=setenv bootargs console=${console},${baudrate} root=${mmcroot} video=${video}
consoleblank=0 vt.global_cursor_default=0
mmcboot=echo Booting from mmc ...; run mmcargs; if test ${boot_fdt} = yes || test
${boot_fdt} = try; then if run loadfdt; then bootm ${loadaddr} - ${fdt_addr}; else if test
${boot_fdt} = try; then bootm; else echo WARN: Cannot load ;
mmcdev=1
mmcpart=1
mmcroot=/dev/mmcblk0p2 rootwait rw
netargs=setenv bootargs console=${console},${baudrate} root=/dev/nfs ip=dhcp
nfsroot=${serverip}:${nfsroot},v3,tcp
netboot=echo Booting from net ...; run netargs; if test ${ip_dyn} = yes; then setenv
get_cmd dhcp; else setenv get_cmd tftp; fi; ${get_cmd} ${uimage}; if test ${boot_fdt} =
yes || test ${boot_fdt} = try; then if ${get_cmd} ${fdt_add;
script=boot.scr
uimage=uImage
update_emmc_firmware=if test ${ip_dyn} = yes; then setenv get_cmd dhcp; else setenv
get_cmd tftp; fi; if ${get_cmd} ${update_sd_firmware_filename}; then if mmc dev ${emmcdev}
&& mmc open ${emmcdev} 1; then setexpr fw_sz ${filesize} i
update_sd_firmware=if test ${ip_dyn} = yes; then setenv get_cmd dhcp; else setenv get_cmd
tftp; fi; if mmc dev ${mmcdev}; then if ${get_cmd} ${update_sd_firmware_filename}; then
setexpr fw_sz ${filesize} / 0x200; setexpr fw_sz ${fw_i
video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32
video_hdmi=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32
video_lvds=mxcfb0:dev=ldb,LDB-LG,if=RGB24,bpp=32 ldb=spl0
Environment size: 2510/8188 bytes
Best regards,
Zoltán Böszörményi
next prev parent reply other threads:[~2014-03-07 16:25 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-07 14:15 linux-imx_3.10.17 locks up hard at boot Boszormenyi Zoltan
2014-03-07 14:20 ` Daiane.Angolini
[not found] ` <5319DA9C.9040106@pr.hu>
2014-03-07 14:48 ` Boszormenyi Zoltan
2014-03-07 14:57 ` Otavio Salvador
2014-03-07 16:25 ` Boszormenyi Zoltan [this message]
2014-03-07 16:44 ` Otavio Salvador
2014-03-07 17:22 ` Boszormenyi Zoltan
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=5319F2E4.3090007@pr.hu \
--to=zboszor@pr.hu \
--cc=meta-freescale@yoctoproject.org \
--cc=otavio@ossystems.com.br \
/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.