Sorry, that was not the right file.
Please download again
https://dl.dropboxusercontent.com/u/20403943/mp30ar0_tianocore_binaries.ta r.xz
You should find mp30ar0_tianocore_media.img
# md5sum mp30ar0_tianocore_media.img 0bd49584eb7bedb513d0b1c545eee6ce mp30ar0_tianocore_media.img
-Phong
-----Original Message----- From: Richard W.M. Jones [mailto:rjones@redhat.com] Sent: Monday, March 07, 2016 6:57 PM To: Conversations around CentOS on ARM hardware; pvo@apm.com Subject: Re: [Arm-dev] Gigabyte MP30-AR0
On Mon, Mar 07, 2016 at 04:58:57PM +0700, Phong Vo wrote:
The above looks like a subset of what printenv returns in u-boot. To
set
it the equivalent incantation would be:
setenv media_addr_r '0x4001000000' setenv media_img 'mp30ar0_tianocore_media.img' setenb spi_load=tftp '${media_addr_r} ${user_dir}/${media_img}' setenv spi_update=sf 'probe 0; sf erase 0x0 ${filesize}; sf write
${media_addr_r} 0x0 ${filesize}'
Just a note that it's likely that these env variables are already there, except for media_img. In which case, you just need to
setenv media_img 'mp30ar0_tianocore_media.img'
Can I check I have the right version of this file? I have a file with a different name:
$ ls -l mp30ar0_media.img -rw-r--r--. 1 root root 620032 Mar 5 10:57 mp30ar0_media.img $ md5sum mp30ar0_media.img 7d31c9b9dd40b791adf92067ed2a236a mp30ar0_media.img
Rich.