Andrey Skvortsov
Andrey Skvortsov
still exists in 1.10.0
Or at least jump by default to first unread message instead of last one.
Android phones don't boot strait into OS as well, when the battery is discharged. Usually there are couple precharge loops: 1. with minimal enabled consumers (no display, no backlight, no...
As a workaround for that I'm using Tow-Boot's feature to boot from SD-card. My main system is installed to eMMC and SD-card contains content of pine64-pinephone-charging.img. When PinePhone is discharged...
What CMA size is set for this platform? 64Mb? Have you tried increase it to 256Mb? CONFIG_CMA_SIZE_MBYTES=256
It would be nice to have ScratchJr update for the latest Debian and Ubuntu versions.
1. Different batches may have different eMMC chips installed. Could you post information about yours for statistics. This one is on my 1.2a (3/32) revision: ``` root@mobian-dev:/sys/block/mmcblk2/device# cat /sys/block/mmcblk2/device/oemid 0x0100...
BTW, have you managed to get working pstore on OG PP? ramoops?
JFYI u-boot doesn't support compressed pstore now. So any pstore compression algorithms should be disabled in the kernel config. By default DEFLATE compression is used. It looks like compression is...
This is one of the changes needed for pstore: https://github.com/Tow-Boot/Tow-Boot/pull/291