Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #59884
| From | eHenry Berg <ehenry.berg@gmail.com> |
|---|---|
| Newsgroups | linux.debian.bugs.dist, linux.debian.kernel |
| Subject | Bug#884601: Raspberry pi 3 and 2 hang at boot with kernel 4.14 |
| Date | 2018-01-07 17:30 +0100 |
| Message-ID | <v5lZE-1Do-5@gated-at.bofh.it> (permalink) |
| References | <uXHXj-1IM-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Cross-posted to 2 groups.
Hi,
Thank you for your responses. I used the information from this script
to get a clean Debian environment:
https://www.raspberrypi.org/forums/viewtopic.php?t=104981&p=745746
https://github.com/ShorTie8/my_pi_os
my_pi_os.sh
My /etc/fstab:
#<file system> <dir> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/mmcblk0p1 /boot/firmware vfat noauto,noatime 0 2
/dev/mmcblk0p2 /boot ext2 defaults,noatime 0 0
/dev/mmcblk0p3 / f2fs defaults,noatime 0 0
/dev/sda1 /evsj f2fs defaults,noatime 0 0
My /etc/apt/sources.list:
deb http://ftp.fi.debian.org/debian sid main contrib non-free
deb-src http://ftp.fi.debian.org/debian sid main contrib non-free
Kernel 4.14:
Test1: console=tty0 console=${serial} root=/dev/mmcblk0p3
rootfstype=f2fs rw elevator=deadline fsck.repair=yes net.ifnames=0
rootwait
Test2: dwc_otg.lpm_enable=0 console=tty0 root=/dev/mmcblk0p3
rootfstype=f2fs elevator=deadline rootwait
Test3: rpi2 and rpi3
Test4: .dtb from 4.14 and 4.13.
Test5: Firmware from
anonscm.debian.org/cgit/pkg-raspi/raspi3-firmware.git/tree/boot
Test6: Disabled Sddm i.e. Gui to Cli interface
Test7: /etc/modules: f2fs,vc4; I removed vc4
Test8: Firmware from github.com/raspberrypi/firmware/tree/next
// All tests failed, same unsuccess as before
Kernel 4.13 works!
Another issue and maybe another bug number:
My rpi3 Bluetooth (or wlan) did not work before or now. Installation:
apt-get install firmware-brcm80211
cp from Rasbian /lib/firmware/brcm/brcmfmac43430-sdio.txt to my Debian
/lib/firmware/brcm/brcmfmac43430-sdio.txt // No success
wget -N https://anonscm.debian.org/cgit/pkg-raspi/raspi3-firmware.git/plain/brcm80211/brcmfmac43430-sdio.txt
// No success
Best Regards,
Evald
Back to linux.debian.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Bug#884601: Raspberry pi 3 and 2 hang at boot with kernel 4.14 eHenry Berg <ehenry.berg@gmail.com> - 2017-12-17 15:20 +0100
Bug#884601: "console=ttyAMA0,115200" --> "console=tty0" Matthias Luescher <lueschem@gmail.com> - 2017-12-27 17:10 +0100
Bug#884601: "console=ttyAMA0,115200" --> "console=tty0" Michael Stapelberg <stapelberg@debian.org> - 2018-01-04 18:10 +0100
Bug#884601: "console=ttyAMA0,115200" --> "console=tty0" Matthias Luescher <lueschem@gmail.com> - 2018-01-05 23:00 +0100
Bug#884601: Raspberry pi 3 and 2 hang at boot with kernel 4.14 eHenry Berg <ehenry.berg@gmail.com> - 2018-01-07 17:30 +0100
Bug#884601: Raspberry pi 3 and 2 hang at boot with kernel 4.14 eHenry Berg <ehenry.berg@gmail.com> - 2018-05-09 21:50 +0200
Bug#884601: Raspberry pi 3 and 2 hang at boot with kernel 4.14 Ben Hutchings <ben@decadent.org.uk> - 2018-05-09 22:40 +0200
Bug#884601: Raspberry pi 3 and 2 hang at boot with kernel 4.14 eHenry Berg <ehenry.berg@gmail.com> - 2018-06-03 21:10 +0200
csiph-web