Changed to using pre tag for code.

This commit is contained in:
Nicolás A. Ortega Froysa 2021-11-16 17:48:14 +01:00
parent 32edab3a83
commit c0efe667c9
2 changed files with 11 additions and 11 deletions

View File

@ -2,4 +2,4 @@ filename = 2021-08-31-installing-archarm-with-uefi-on-the-mcbin.html
title = Installing ArchLinuxARM with UEFI on the MACCHIATObin title = Installing ArchLinuxARM with UEFI on the MACCHIATObin
description = A guide to installing ArchLinuxARM with UEFI boot on a MACCHIATObin. description = A guide to installing ArchLinuxARM with UEFI boot on a MACCHIATObin.
created = 2021-08-31 created = 2021-08-31
updated = 2021-09-06 updated = 2021-11-16

View File

@ -115,12 +115,12 @@ instructions for installing an image to the SPI Flash via U-Boot found in the
documentation,<sup><a href="#r5" >[5]</a></sup> modifying, of course, for the documentation,<sup><a href="#r5" >[5]</a></sup> modifying, of course, for the
filename:</p> filename:</p>
<ul class="code" > <code><pre>
<li>usb start</li> usb start
<li>load usb 0:1 $kernel_addr_r uefi-mcbin-spi.bin</li> load usb 0:1 $kernel_addr_r uefi-mcbin-spi.bin
<li>sf probe</li> sf probe
<li>sf write $kernel_addr_r 0 0x$filesize</li> sf write $kernel_addr_r 0 0x$filesize
</ul> </pre></code>
<p>To test to see if this has worked, turn off the MACCHIATObin, switch the <p>To test to see if this has worked, turn off the MACCHIATObin, switch the
jumpers to boot from SPI, and check to see if you get a UEFI prompt. This should jumpers to boot from SPI, and check to see if you get a UEFI prompt. This should
@ -181,10 +181,10 @@ solved by just making a simple symbolic link to the kernel file with a filename
that is recognized. In my case, I simply created a link named that is recognized. In my case, I simply created a link named
<code>vmlinuz-linux</code> as appears on my x86_64 machine:</p> <code>vmlinuz-linux</code> as appears on my x86_64 machine:</p>
<ul class="code" > <code><pre>
<li>cd /boot/</li> cd /boot
<li>ln -s Image vmlinuz-linux</li> ln -s Image vmlinuz-linux
</ul> </pre></code>
<h3>Reboot</h3> <h3>Reboot</h3>
<p>At this point, the OS should be properly installed, and you should be able to <p>At this point, the OS should be properly installed, and you should be able to