03-01-2020, 02:18 AM
It is a partition image not disk image so partition table needs to be created
I'm flashing it with command:
sudo dd if=generated/ubuntu_20.04_gnome.img of=/dev/mmcblk1p1 bs=1024k status=progress
where mmcblk1p1 is a sdcard partition, uboot looks for /boot/extlinux/extlinux.conf on partition
About u-boot ... i'm not sure if it comes from stock debian, ayufan ubuntu or manjaro ... this three i've tested before.
I do know that it boots nvme as my emmc boot part is blank.
About sleep ... with nvme it doesn't sleep ... without nvme it should sleep... kernel is from tsys manjaro source so same sleep issues in both systems
Btw. TSYS is working on mainlining kernel patches so in a few months there should be mainline kernel with pbp support
I'm flashing it with command:
sudo dd if=generated/ubuntu_20.04_gnome.img of=/dev/mmcblk1p1 bs=1024k status=progress
where mmcblk1p1 is a sdcard partition, uboot looks for /boot/extlinux/extlinux.conf on partition
About u-boot ... i'm not sure if it comes from stock debian, ayufan ubuntu or manjaro ... this three i've tested before.
I do know that it boots nvme as my emmc boot part is blank.
About sleep ... with nvme it doesn't sleep ... without nvme it should sleep... kernel is from tsys manjaro source so same sleep issues in both systems
Btw. TSYS is working on mainlining kernel patches so in a few months there should be mainline kernel with pbp support