Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • M mfgtools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Librem5
  • mfgtools
  • Merge requests
  • !2

Drop -O2

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Guido Gunther requested to merge guido.gunther/mfgtools:drop-o2 into master Apr 09, 2019
  • Overview 3
  • Commits 9
  • Pipelines 1
  • Changes 13

otherwise uuu aborts with an invalid pointer at the very end

https://github.com/NXPmicro/mfgtools/issues/75

I'd rather not debug this further until we forwarded to a newer version (#2 (closed))

This avoids

$ uuu flash_devkit.lst 
uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.2.31-11-g5df7059

Enjoy auto [tab] command complete by put below script into /etc/bash_completion.d/uuu
  _uuu_autocomplete()
  {
       COMPREPLY=($(/usr/bin/uuu $1 $2 $3))
  }
  complete -o nospace -F _uuu_autocomplete  uuu

Success 1    Failure 0                                                                                                                                                                                            
                                                                                                                                                                                                                   
1:1    4/ 4   [Done                        ] FB: Done                                                                                                                                                              
munmap_chunk(): invalid pointer
Aborted (core dumped)

Would be cool to merge this quickly so @david.boddie can make the docs point to the deb.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: drop-o2