[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
slackwarearm:development_di_lx2160acex7 [2023/07/04 12:01 (UTC)] mozesslackwarearm:development_di_lx2160acex7 [2023/10/22 13:44 (UTC)] (current) – [UEFI Firmware Installer to SPI Flash] add SFP+ Network Ports section mralk3
Line 1: Line 1:
 <note warning>Work in progress Direct Integration documentation</note> <note warning>Work in progress Direct Integration documentation</note>
  
-====== TO Do ======+https://docs.slackware.com/slackwarearm:inst_sa64_lx2160a_honeycomb
  
-  * /boot/grub/grub.cfg needs to be tweaked to point to SLKroot +====== To Do ======
-  * /etc/defaults/grub needs GRUB_ENABLE_LINUX_LABEL=true added +
-  * don't version number Slackware's GRUB entry - e.g. '/boot/efi/EFI/slackware-15.0+/grubaa64.efi'+
  
-usr/lib/setup/SeTEFI needs to filter SLKins_efi file system label so it'not picked up as the OS's EFI partition+  * Flashing tool  - look at creating a microroot function within the sdcards.build that processes the os initrd 
 + 
 +== Installer post install scripts == 
 + 
 +Fix up GRUB config tool - see notes in these two scripts. 
 +<code> 
 +root@dastardly:~/ac/source/installer/arm/hwm-configure/platform/aarch64/installer/helper.scr# ls -la 
 +total 32 
 +drwxr-xr-x 2 root root  4096 Sep 29 12:03 ./ 
 +drwxr-xr-x 4 root root  4096 Mar 24  2022 ../ 
 +-rw-r--r-- 1 1001 users 5274 Sep 29 12:01 grub-configure-honeycomb 
 +-rw-r--r-- 1 1001 users 4165 Sep 29 12:04 grub-configure-vm 
 +</code> 
 + 
 +== Installer image todo == 
 + 
 + 
 +<code> 
 +/platform/aarch64/bootware/src/platform/aarch64/lx2160acex7/sdcards.build-functions 
 +</code> 
 + 
 +Potentially name the image files 'usb' not 'sd' in function: 
 + 
 +<code> 
 +#hwm_sdimage_installtotree () { 
 +</code>
  
 ===== Slackware Installer image SD card layout ===== ===== Slackware Installer image SD card layout =====
Line 113: Line 136:
  
  
 +==== Fan ====
 +
 +Fan control and info: https://community.solid-run.com/t/fan-control/205/3
 +
 +==== UEFI Firmware Installer to SPI Flash ====
  
 +https://community.solid-run.com/t/anyone-tried-flashing-uefi-f-w-to-spi/185
  
 +<code>sf probe
 +sf erase 0 0x4000000
 +load mmc 0:1 0x90000000 lx2160acex7_2000_700_2400_8_5_2_flexspi_nor_ee5c233.img
 +sf write 0x90000000 0 0x800000</code>
  
 +==== SFP+ Network Ports ====
 +  * Add to the restool package the following udev rule: [[https://src.fedoraproject.org/rpms/restool/blob/rawhide/f/fsl_mc_bus.rules | fsl_mc_bus.rules]]
 +  * Can add it to /etc/udev/rules.d/ to test with reboot.
 +  * Link to Fedora restool source [[https://src.fedoraproject.org/rpms/restool]]
 +  * The latest is restool is version 2.4.0 but 2.3.0 is working as it should
 +  * Decide what package will install this rule.  Maybe it can fit itself in one of the integration scripts?
 slackwarearm:development_di_lx2160acex7 ()