User Tools

Site Tools


akf_debian12

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
akf_debian12 [2025/05/07 12:22] ounsatnakf_debian12 [2025/05/09 23:18] (current) ounsatn
Line 214: Line 214:
   - Kernel : relative to /boot/extlinux/ , but you can put /boot/zImage too, it works.     - Kernel : relative to /boot/extlinux/ , but you can put /boot/zImage too, it works.  
   - FDT    : here you specify your device tree, on my side i keep the one provided by akai.     - FDT    : here you specify your device tree, on my side i keep the one provided by akai.  
-  - APPEND... : root=/dev/sda4 rw rootwait earlyprintk console=ttyS2,115200   : here you can choose the rootfs you want to boot. +  - APPEND... : root=/dev/sda2 rw rootwait earlyprintk console=ttyS2,115200   : here you can choose the rootfs you want to boot. 
  
-On my side I have an SD card with and ext4 partition (/dev/sda4) , and on this partition i've put the debian12 files.+On my side I have an SD card with and ext4 partition (/dev/sda2) , and on this partition i've put the debian12 files.
 It's my debian12 rootfs.  It's my debian12 rootfs. 
 rw is for read/write, rootwait ( idk ) , and console etc.. to print whats happen in the console tty.  rw is for read/write, rootwait ( idk ) , and console etc.. to print whats happen in the console tty. 
Line 243: Line 243:
  
  
-==== Linux boot ====+==== Linux boot & Configuration ====
  
  
Line 269: Line 269:
 apt-get install lightdm apt-get install lightdm
  
-# create new user +</code> 
 + 
 + 
 +Create new user 
 +<code> 
 # GID : 100 correspond to group users in /etc/group  # GID : 100 correspond to group users in /etc/group 
 # UID : 1100 new uid for myuser # UID : 1100 new uid for myuser
Line 279: Line 284:
 passwd myuser passwd myuser
  
 +</code>
 +
 +Adjust lightdm configuration for autologin: 
 +<code>
 # Edit /etc/lightdm/lightdm.conf # Edit /etc/lightdm/lightdm.conf
 # Change in [Seat:*] section  # Change in [Seat:*] section 
Line 426: Line 435:
  
  
-==== Misc ==== +=== Misc / Trouble ===
  
 Sometimes display fails if you let it displaying , maybe an triggering hibernate mode... Sometimes display fails if you let it displaying , maybe an triggering hibernate mode...
 Improvements could be gpu acceleration instead of using lvvmpipe. Improvements could be gpu acceleration instead of using lvvmpipe.
 I have to dig ....   I have to dig ....  
 +
 +In case of trouble you can always access to your / and linux with method described here [[uboot|]]
 +
 +
 +
 +
 +=== Other configuration / notes for myself ===
 +
 +Instead of LXDE, it's possible to install LXQT
 +To have it : 
 +
 +<code>
 +apt-get install lxqt 
 +(~ 2gig .. be patient ) 
 +</code>
 +
 +lxqt use sddm by default
 +
 +for autologin ( change PAM options )
 +https://wiki.archlinux.org/title/SDDM
 +
 +
 +
  
  
akf_debian12.1746613326.txt.gz · Last modified: 2025/05/07 12:22 by ounsatn

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki