, by Crocodile
My test to flash Lyra Pi with mixed images from the one build from Lyra SDK and community "Ubuntu" image for Lyra_Ultra_eMMC: "Ubuntu_Luckfox_Lyra_Ultra_eMMC_250417.zip" as in post: /viewtopic.php?t=1760The simple suggestion is to replace the rootfs.img in the Lyra Pi image with the Ubuntu rootfs.img
Steps:
1. build from Lyra SDK for Lyra Pi EMMC (or Luckfox official image?, not tested)
2. extract "Ubuntu" image and copy 'rootfs.img' to replace the one by Lyra SDK
Code: Select all
~/lyra_1.5$ cp ubuntu_image/Ubuntu_Luckfox_Lyra_Ultra_eMMC_250417/rootfs.img buildroot/output/rockchip_rk3506_luckfox/images/rootfs.ext2
Code: Select all
~/lyra_1.5$ ./rkflash.sh all
Code: Select all
~/lyra_1.5$scp output/buildroot/target/usr/bin/luckfox-config [email protected]:/home/lyra/
Code: Select all
lyra@luckfox:~$ sudo ./luckfox-config
If in the desktop rotate display left, rotate touch coordinate with command:
Code: Select all
xinput set-prop 'pointer:2-005d Goodix Capacitive TouchScreen' 'Coordinate Transformation Matrix' 0 -1 1 1 0 0 0 0 1
