From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Wed, 12 Mar 2014 15:04:00 +0000 Subject: [U-Boot] [linux-sunxi] [PATCH v3 0/4] uboot sata support for sunxi platform In-Reply-To: <5C31B162-E474-47CD-A715-6C92DDAF57B2@dominion.thruhere.net> References: <1394155172.13270.18.camel@hastur.hellion.org.uk> <1394155447.13270.19.camel@hastur.hellion.org.uk> <83ed9c2f-49d1-4847-8934-8b9eed18685b@googlegroups.com> <1394252190.13270.32.camel@hastur.hellion.org.uk> <37641e14-ba5c-4277-b430-d6a5690987a7@googlegroups.com> <1394628963.21145.48.camel@kazak.uk.xensource.com> <5C31B162-E474-47CD-A715-6C92DDAF57B2@dominion.thruhere.net> Message-ID: <1394636640.3457.3.camel@kazak.uk.xensource.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 2014-03-12 at 14:17 +0100, Koen Kooi wrote: > Op 12 mrt. 2014, om 13:56 heeft Ian Campbell het volgende geschreven: > > > On Wed, 2014-03-12 at 05:43 -0700, Ezaul Zillmer wrote: > > > > I'm afraid much of your mail was incomprehensible to me. > > > >> setenv bootargs console = tty0 console = ttyS0, 115200 = hdmi.audio > >> EDID: 0 = disp.screen0_output_mode EDID: 1280x800p60 root = / dev/sda1 > >> rootfstype = ext4 rootwait panic = 10 > >> ext4load 0 0x43000000 scsi boot / script.bin > >> ext4load 0 0x46000000 scsi boot / uImage > >> ext4load scsi 0 0x49000000 boot/cubie2.dtb > > > > The first two and the last one are using a totally different syntax, > > only one of them can be correct, I suggest you check the uboot help/docs > > and experiment by hand on the uboot console before trying to construct a > > boot.scr. > > I've noticed 'ext4load' twice today, once in the mail above and once > in the 'fedora on panda' blog post. What's stopping people from using > the generic 'fsload' commands? Personally because I'd never heard of it ;-) Ian.