Changes between Version 5 and Version 6 of suse
- Timestamp:
- 08/04/2020 08:33:30 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
suse
v5 v6 24 24 Plan this installation process could take around 1 hour of time. 25 25 26 These instructions are what has been used on the Gateworks board, however more installation instructions are on the SUSE website: [https://documentation.suse.com/sles/15-SP2/] 27 26 28 1. Register for a registration key 27 29 1. Provided at time of sign up for trial download here: [https://www.suse.com/products/server/download/] 28 30 1. Download installation media for SLES15SP2 for ARM 29 31 1. An online install will require a smaller initial download which is recommended, filename: SLE-15-SP2-Online-aarch64-GM-Media1.iso 30 1. Flash ISO image to USB Drive using the following command on a Linux PC: ( adjust sdx to actual device)32 1. Flash ISO image to USB Drive using the following command on a Linux PC: (IMPORTANT: Adjust sdx to actual device) 31 33 {{{ 32 34 sudo dd if=SLE-15-SP2-Online-aarch64-GM-Media1.iso of=/dev/sdx bs=4M 33 35 }}} 34 36 1. Flash Newport SBC with latest bootloader: [http://trac.gateworks.com/wiki/newport/boot] 35 1. Insert USB drive into Newport SBC and break into the bootloader and type the following commands to boot the installation media37 1. Insert USB drive into Newport SBC and break into the bootloader and type the following commands in uboot to boot the installation media: 36 38 {{{ 37 39 usb start … … 48 50 }}} 49 51 1. Modify the installation line by pressing the letter e on the keyboard and append the following on the end of the kernel command line: 52 1. Note this will kick off an installation process over SSH 50 53 {{{ 51 54 console=ttyAMA0,115200n8 earlycon=pl011,0x87e028000000 cma=64M network=1 usessh=1 sshpassword=linux 52 55 }}} 56 1. SSH into the board from a system on the network given the provided commands and address on the screen 57 1. Now, going through installation process, overall choose default options or adjust as desired. 58 1. You will need a registration key (as mentioned above) 59 1. During the partitioning step, if any partitions try to default to btrfs, use ext4 instead. Install on /dev/mmcblock0 60 1. It is suggested that the /boot/efi install go on the Gateworks FAT partition instead of creating another one. This was tested manually modifying the partitions during the install process on the GUI menu and this worked. 61 1. During the username setup, you can use the same password for the root user if desired 62 1. System will reboot once complete 63 1. Once the system reboots, the USB stick can be removed and now it will boot the installed OS off EMMC. 64 1. By default, it should take you automatically to the grub prompt. 65 1. Then 2 items appear in the GRUB menu to boot SLES. Select the standard boot. 66 {{{ 67 GNU GRUB version 2.02 53 68 54 To be continued... 69 ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐ 70 │*SLES 15-SP2 │ 71 │ Advanced options for SLES 15-SP1 │ 72 │ 73 }}} 74 1. If this does not happen automatically, another command to try from the grub command prompt is: 75 {{{ 76 grub> configfile (hd0,2)/efi/boot/grub.cfg 77 }}} 78 1. The system should now boot. Username and password should match what was used during the installation. 79 80 See more installation instructions on the SUSE website: [https://documentation.suse.com/sles/15-SP2/] 81 82 Contact Gateworks support for questions with the installation. 55 83 56 84 == OpenSUSE