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:15] ounsatnakf_debian12 [2025/05/09 23:18] (current) ounsatn
Line 191: Line 191:
         APPEND root=/dev/mmcblk0p6 rw rootwait earlyprintk console=ttyS2,115200 vga=788 vga=788         APPEND root=/dev/mmcblk0p6 rw rootwait earlyprintk console=ttyS2,115200 vga=788 vga=788
  
-LABEL linux sda2 BulsEFxBx+LABEL linux sda2 BookwormLxde
         Kernel ../zImage         Kernel ../zImage
         FDT ../rk3288-az01-ada2-c.dtb         FDT ../rk3288-az01-ada2-c.dtb
         APPEND root=/dev/sda2 rw rootwait earlyprintk console=ttyS2,115200         APPEND root=/dev/sda2 rw rootwait earlyprintk console=ttyS2,115200
  
-LABEL linux sda3 BullsE DNT +LABEL linux sda3 AnotherBWlxde 
-        Kernel ../zImage+        Kernel /boot/zImage
         FDT ../rk3288-az01-ada2-c.dtb         FDT ../rk3288-az01-ada2-c.dtb
         APPEND root=/dev/sda3 rw rootwait earlyprintk console=ttyS2,115200         APPEND root=/dev/sda3 rw rootwait earlyprintk console=ttyS2,115200
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 341: Line 350:
         Driver "libinput"         Driver "libinput"
 EndSection EndSection
 +</code>
  
-then  
-systemctl restart lightdm  
  
 +Then restart lightdm 
 +
 +<code>
 +systemctl restart lightdm 
 </code> </code>
  
Line 410: Line 422:
  
 Then when you'll look for synthesizer or helm in apt, you have more choices , and now you can try various apps like lmms, helm, carla, ardour or mixxx. Then when you'll look for synthesizer or helm in apt, you have more choices , and now you can try various apps like lmms, helm, carla, ardour or mixxx.
- 
-A future improvements would be GPU acceleration, i have to dig on mesa/gpu stuff to understant how it works.  
  
 Have fun & enjoy.  Have fun & enjoy. 
Line 424: Line 434:
 {{http://dnttalo.cluster029.hosting.ovh.net/Pictures/Debian/IMG_20250507_113458_1.jpg}} {{http://dnttalo.cluster029.hosting.ovh.net/Pictures/Debian/IMG_20250507_113458_1.jpg}}
  
 +
 +=== Misc / Trouble ===
 +
 +Sometimes display fails if you let it displaying , maybe an triggering hibernate mode...
 +Improvements could be gpu acceleration instead of using lvvmpipe.
 +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.1746612930.txt.gz · Last modified: 2025/05/07 12:15 by ounsatn

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki