[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
Next revisionBoth sides next revision
slackwarearm:development_di_rk3399 [2022/01/04 09:55 (UTC)] mozesslackwarearm:development_di_rk3399 [2022/01/19 12:28 (UTC)] mozes
Line 128: Line 128:
 | This is a simple script and should not be made more complex, because this code typically never changes, thus modularising it serves no utility. Please email a diff to the Slackware ARM devel mailing list and it will be applied | | This is a simple script and should not be made more complex, because this code typically never changes, thus modularising it serves no utility. Please email a diff to the Slackware ARM devel mailing list and it will be applied |
  
-====== Local Console (HDMI video, USB Keyboard / Mouse ) ======+====== Linux Virtual Console (Local Console (HDMI video, USB Keyboard / Mouse )) ======
  
 ==== Console Video Display ==== ==== Console Video Display ====
Line 144: Line 144:
  
 Other Hardware Models contain configuration within this doinst.sh script. Other Hardware Models contain configuration within this doinst.sh script.
 +
 +====== Slackware Operating System Post Boot Configuration ======
 +
 +Package: a/etc
 +Assets: /etc/rc.d/rc.platform - load helper scripts from /etc/rc.d/rc.platform.d/<arch>
 +These scripts perform such things as setting the LCD panel brightness, setting fan speeds, etc.
 +
 +Used on the RockPro64, Pinebook Pro.
  
 ====== Slackware Installer ====== ====== Slackware Installer ======
Line 161: Line 169:
 Pinebook Pro and RockPro64 - select larger font size. Pinebook Pro and RockPro64 - select larger font size.
  
 +==== Set the clock ====
 +
 +/usr/lib/setup/armedslack-clock-set
 +
 +This is called from /etc/rc.d/rc.S
  
 ==== Configure console settings: RockPro64 and Pinebook Pro ==== ==== Configure console settings: RockPro64 and Pinebook Pro ====
 slackwarearm:development_di_rk3399 ()