[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/07 15:28 (UTC)] – spi flash notes mralk3slackwarearm: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.
 +<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 115: 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
  
-<note>sf probe+<code>sf probe
 sf erase 0 0x4000000 sf erase 0 0x4000000
 load mmc 0:1 0x90000000 lx2160acex7_2000_700_2400_8_5_2_flexspi_nor_ee5c233.img load mmc 0:1 0x90000000 lx2160acex7_2000_700_2400_8_5_2_flexspi_nor_ee5c233.img
-sf write 0x90000000 0 0x800000</note> +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 ()