From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Thu, 17 Feb 2011 16:31:33 +0100 Subject: [U-Boot] Using an initramfs in SDRAM In-Reply-To: <0E62BBF85AF134469094EB502CE90A321EAC24@TAMPA202EM.se.sypris.com> References: <0E62BBF85AF134469094EB502CE90A321EAC24@TAMPA202EM.se.sypris.com> Message-ID: <20110217153133.DA175146940@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear "Boswell, Patrick", In message <0E62BBF85AF134469094EB502CE90A321EAC24@TAMPA202EM.se.sypris.com> you wrote: > > What bootargs should I pass to have a JTAG preloaded initramfs in SDRAM > be used by a booting Linux (2.6.32) kernel This is a Linux question, not an U-oot one, so you are actually off topic here. > Will a bootarg like "root=0x8f000000" work instead of > "root=/dev/mmcblk0p2"? No, it will not work. You want to read Documentation/kernel-parameters.txt and Documentation/initrd.txt in your Linux kernel tree. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de Real programmers don't comment their code. It was hard to write, it should be hard to understand.