Hi! I have a librem5 devkit (1.0.0), and to the best of my knowledge tried to flash it with Mobian. The flashing process itself went well in the sense that uuu printed success:
$ uuu flash_devkit.lst
uuu (Universal Update Utility) for nxp imx chips -- lib1.4.193
Success 1 Failure 0
3:1 4/ 4 [Done ] FB: Done
The problem is that now it won’t boot, as it did before the flash. The screen remains black, and it does not “shake” like it did before upon boot.
This is the uuu script I used:
uuu_version 1.0.1
SDP: boot -f u-boot-librem5.imx
# This command will be run when use SPL
SDPU: delay 1000
SDPU: write -f u-boot-librem5.imx -offset 0x57c00
SDPU: jump
SDPV: delay 1000
SDPV: write -f u-boot-librem5.imx -skipspl
SDPV: jump
# This command will be run when ROM support stream mode
SDPS: boot -f u-boot-librem5.imx
SDPU: delay 1000
FB: ucmd setenv fastboot_dev mmc
FB: ucmd setenv mmcdev 0
FB: flash -raw2sparse all devkit.img
FB: Done
and I downloaded the two images from here:
https://arm01.puri.sm/job/u-boot_builds/job/uboot_librem5_build/lastSuccessfulBuild/artifact/output/uboot-librem5/u-boot-librem5.imx
https://images.mobian-project.org/librem5/weekly/mobian-librem5-phosh-20220621.img.gz
(I gunzipped it and renamed to devkit.img)
I’m thinking perhaps the images I used are not compatible with the librem5 devkit 1.0.0?