From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Wed, 12 Mar 2014 12:56:03 +0000 Subject: [U-Boot] [linux-sunxi] [PATCH v3 0/4] uboot sata support for sunxi platform In-Reply-To: <37641e14-ba5c-4277-b430-d6a5690987a7@googlegroups.com> 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> Message-ID: <1394628963.21145.48.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 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. > env September fdt_high ffffffff WTF? Ian.