Changed to using pre
tag for code.
This commit is contained in:
parent
32edab3a83
commit
c0efe667c9
@ -2,4 +2,4 @@ filename = 2021-08-31-installing-archarm-with-uefi-on-the-mcbin.html
|
||||
title = Installing ArchLinuxARM with UEFI on the MACCHIATObin
|
||||
description = A guide to installing ArchLinuxARM with UEFI boot on a MACCHIATObin.
|
||||
created = 2021-08-31
|
||||
updated = 2021-09-06
|
||||
updated = 2021-11-16
|
||||
|
@ -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
|
||||
filename:</p>
|
||||
|
||||
<ul class="code" >
|
||||
<li>usb start</li>
|
||||
<li>load usb 0:1 $kernel_addr_r uefi-mcbin-spi.bin</li>
|
||||
<li>sf probe</li>
|
||||
<li>sf write $kernel_addr_r 0 0x$filesize</li>
|
||||
</ul>
|
||||
<code><pre>
|
||||
usb start
|
||||
load usb 0:1 $kernel_addr_r uefi-mcbin-spi.bin
|
||||
sf probe
|
||||
sf write $kernel_addr_r 0 0x$filesize
|
||||
</pre></code>
|
||||
|
||||
<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
|
||||
@ -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
|
||||
<code>vmlinuz-linux</code> as appears on my x86_64 machine:</p>
|
||||
|
||||
<ul class="code" >
|
||||
<li>cd /boot/</li>
|
||||
<li>ln -s Image vmlinuz-linux</li>
|
||||
</ul>
|
||||
<code><pre>
|
||||
cd /boot
|
||||
ln -s Image vmlinuz-linux
|
||||
</pre></code>
|
||||
|
||||
<h3>Reboot</h3>
|
||||
<p>At this point, the OS should be properly installed, and you should be able to
|
||||
|
Loading…
Reference in New Issue
Block a user