Add support for the uuu flasher
Merge request reports
Activity
mentioned in merge request pmbootstrap!1760 (merged)
By clayton craft on 2019-02-28T05:14:12
- Resolved by Administrator
added 1 commit
- 5e3ee845 - device/device-purism-librem5dev: add support for using uuu flasher
By clayton craft on 2019-02-28T05:38:32
- Resolved by Administrator
added 1 commit
- c7cfbc83 - u-boot-librem5dev: add !tracedeps in options
By Bhushan Shah on 2019-02-28T08:17:15
mentioned in merge request pmbootstrap!1761 (merged)
By Bhushan Shah on 2019-02-28T08:17:44
added 18 commits
-
c7cfbc83...e8a7926e - 13 commits from branch
postmarketOS:master
- 93d8d542 - uuu: create directory for uuu cmd lists
- 26d5d288 - device/u-boot-librem5dev: update m4 image
- 1cc22ea5 - device/u-boot-librem5dev: Use defconfig compatible with uuu
- 6fbf20fd - device/device-purism-librem5dev: add support for using uuu flasher
- 75b115e0 - u-boot-librem5dev: add !tracedeps in options
By clayton craft on 2019-02-28T18:50:31
Toggle commit list-
c7cfbc83...e8a7926e - 13 commits from branch
added 6 commits
-
8909e932 - 1 commit from branch
postmarketOS:master
- b44b7418 - u-boot-librem5dev: add !tracedeps in options
- f8aecf83 - device/u-boot-librem5dev: update m4 image
- 7965a7dc - device/u-boot-librem5dev: Use defconfig compatible with uuu
- 7c2b20f1 - device/device-purism-librem5dev: add support for using uuu flasher
- 08a62cae - uuu: update to 1.2.91
By clayton craft on 2019-03-02T00:53:58
Toggle commit list-
8909e932 - 1 commit from branch
This finally works for me \o/
➜ ./pmbootstrap.py flasher flash_rootfs [09:22:54] (native) flash rootfs image [09:22:55] (native) install abuild build-base ccache [09:22:58] (native) install bzip2-dev cmake libusb-compat libusb-compat-dev libusb-dev libzip-dev [09:22:59] (native) build x86_64/uuu-1.2.91-r0.apk [09:23:15] (native) install uuu uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.2.91 Success 1 Failure 0 1:2 4/ 4 [Done ] FB: Done [09:24:03] NOTE: chroot is still active (use 'pmbootstrap shutdown' as necessary) [09:24:03] Done
By Bhushan Shah on 2019-03-02T04:06:25
- Resolved by Administrator
(Please squash my commit with your commit to u-boot)
Looks like @craftyguy moved the commits around, so now it is the first commit. This also looks good in the history IMHO, so I'm not changing it.
Everything is great now
It might be that I broke CI though, with !248 (merged). Currently investigating, why it did not run at all.
By Oliver Smith on 2019-03-03T08:59:39
added 5 commits
- f6c9cbdc - u-boot-librem5dev: add !tracedeps in options (!245 (merged))
- e4d9e37f - device/u-boot-librem5dev: update m4 image (!245 (merged))
- 2a678ef4 - device/u-boot-librem5dev: Use defconfig compatible with uuu (!245 (merged))
- 20e1366c - device/device-purism-librem5dev: add support for using uuu flasher (!245 (merged))
- 45fd30fa - uuu: update to 1.2.91 (!245 (merged))
By Oliver Smith on 2019-03-03T09:11:05
Toggle commit listHmmm, CI I still working for all the other MRs.
@craftyguy: did you change something in the gitlab settings, possibly disabled CI or pipelines?
As usually I have force pushed the commits with the MR-ID appended, and that did not help. I've looked at a diff of your MR and !250 (closed)'s gitlab API call for the MR, which is also based on the current CI code and where CI is working. The only relevant difference is this:
< "pipeline": { < "id": 49971139, < "sha": "9c3780e8981d22a7733062d0e39caab65a593195", < "ref": "bshah/librem5-ofono", < "status": "success", < "web_url": "https://gitlab.com/bshah/pmaports/pipelines/49971139" < }, --- > "pipeline": null,
I'll test this MR locally before merging.
EDIT: compiled locally with strict mode, shipping!
By Oliver Smith on 2019-03-03T09:32:49
Edited by Administrator