From mboxrd@z Thu Jan 1 00:00:00 1970 From: Siarhei Siamashka Date: Mon, 29 Sep 2014 08:46:26 +0300 Subject: [U-Boot] [linux-sunxi] [PATCH 5/7] sun4i: Add support for a number of new sun4i boards In-Reply-To: <20140929083842.040b923d@i7> References: <1406496323-13093-1-git-send-email-hdegoede@redhat.com> <1406496323-13093-5-git-send-email-hdegoede@redhat.com> <20140918190753.14734b9b@i7> <54283031.5080700@redhat.com> <20140929083842.040b923d@i7> Message-ID: <20140929084626.1b738fcb@i7> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 29 Sep 2014 08:38:42 +0300 Siarhei Siamashka wrote: > On Sun, 28 Sep 2014 17:58:41 +0200 > Hans de Goede wrote: > > > Do you have any easy step-by-step document (or ready to use sdcard > > image to download) to do some stress tests on my revision A ? > > The easy step-by-step document was there since the beginning of May: > https://www.mail-archive.com/linux-sunxi at googlegroups.com/msg04343.html > > If you don't mind to download random binaries from the Internet, there > was also a link to the static djpeg binary if you are unsure about the > one used in your distro and don't want to waste time compiling > libjpeg-turbo yourself. > > Also it looks like now we need to try a little bit harder with the > mainline kernel, so I have posted some updates in my reply to > Arnd Gronenberg: > http://lists.denx.de/pipermail/u-boot/2014-September/190061.html > > Taking all of this into account and with the use of the djpeg static > binary download, it's just a few lines to type in the console: > > > cd /tmp && wget http://linux-sunxi.org/images/8/83/A10-LIME.jpg > wget http://people.freedesktop.org/~siamashka/files/20140504/djpeg-static > chmod +x djpeg-static while true ; do ./djpeg-static A10-LIME.jpg | > md5sum ; done Sorry, my e-mail client decided to unhelpfully reshuffle line breaks. This was supped to be: cd /tmp && wget http://linux-sunxi.org/images/8/83/A10-LIME.jpg wget http://people.freedesktop.org/~siamashka/files/20140504/djpeg-static chmod +x djpeg-static while true ; do ./djpeg-static A10-LIME.jpg | md5sum ; done -- Best regards, Siarhei Siamashka