Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
howto:chroot-debug [2016/04/23 19:38]
sebian created
howto:chroot-debug [2016/04/24 14:58]
sebian
Line 24: Line 24:
 baloo:~# umount /mnt baloo:~# umount /mnt
 baloo:~# cryptsetup --type luks close brique baloo:~# cryptsetup --type luks close brique
 +</​code>​
 +
 +<​code>​
 +# kernel problem with 4.5.0-1-armmp
 +cd /boot
 +ls -al dtbs/​4.5.0-1-armmp/​sun7i-a20-olinuxino-lime.dtb
 +# debug
 +dd bs=1 skip=72 if=boot.scr of=boot.script
 +vi boot.script
 +# :​%s/​4.5.0-1-armmp/​4.3.0-1-armmp/​g
 +cp boot.scr boot.scr.bak
 +mkimage -A arm -T script -C none -n "​Sebian boot.scr"​ -d boot.script ​ boot.scr
 +ln -svf dtbs/​4.3.0-1-armmp/​sun7i-a20-olinuxino-lime.dtb dtb
 </​code>​ </​code>​
  • howto/chroot-debug.txt
  • Last modified: 2018/12/08 22:28
  • (external edit)