[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/09/29 11:04 (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 3: Line 3:
 https://docs.slackware.com/slackwarearm:inst_sa64_lx2160a_honeycomb https://docs.slackware.com/slackwarearm:inst_sa64_lx2160a_honeycomb
  
-====== TO Do ======+====== To Do ======
  
-  * /boot/grub/grub.cfg needs to be tweaked to point to SLKroot 
-  * /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' 
-  *  grub-mkconfig - potentially patch to prevent use, with option to override. - eg /sbin/mkinitrd is not implemented on ARM. See os-initrd-mgr(8) for details. 
   * Flashing tool  - look at creating a microroot function within the sdcards.build that processes the os initrd   * 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. Fix up GRUB config tool - see notes in these two scripts.
Line 20: Line 17:
 -rw-r--r-- 1 1001 users 5274 Sep 29 12:01 grub-configure-honeycomb -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 -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> </code>
  
Line 126: Line 136:
  
  
 +==== Fan ====
  
 +Fan control and info: https://community.solid-run.com/t/fan-control/205/3
  
-=== UEFI Firmware Installer to SPI Flash ===+==== UEFI Firmware Installer to SPI Flash ====
  
 https://community.solid-run.com/t/anyone-tried-flashing-uefi-f-w-to-spi/185 https://community.solid-run.com/t/anyone-tried-flashing-uefi-f-w-to-spi/185
Line 137: Line 149:
 sf write 0x90000000 0 0x800000</code> 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 ()