Error getting TB-96AIOT 96Boards source code

Hi,
Im trying to build an image for the TB-96AIoT as described here Build Buildroot Linux Source for TB-96AIoT - 96Boards. However I cant get the source. It fails as shown below, any ideas what Im doing wrong?

Checking out project QLauncher
fatal: failed to unpack tree object HEAD
error: Cannot checkout QLauncher: GitError: cannot initialize work tree for QLauncher
Traceback (most recent call last):
File “/home/pdunlop/TB-96AIOT/.repo/repo/main.py”, line 572, in
_Main(sys.argv[1:])
File “/home/pdunlop/TB-96AIOT/.repo/repo/main.py”, line 547, in _Main
result = run()
File “/home/pdunlop/TB-96AIOT/.repo/repo/main.py”, line 540, in
run = lambda: repo._Run(name, gopts, argv) or 0
File “/home/pdunlop/TB-96AIOT/.repo/repo/main.py”, line 201, in _Run
result = cmd.Execute(copts, cargs)
File “/home/pdunlop/TB-96AIOT/.repo/repo/subcmds/sync.py”, line 997, in Execute
self._Checkout(all_projects, opt)
File “/home/pdunlop/TB-96AIOT/.repo/repo/subcmds/sync.py”, line 554, in _Checkout
self._CheckoutWorker(**kwargs)
File “/home/pdunlop/TB-96AIOT/.repo/repo/subcmds/sync.py”, line 439, in _CheckoutWorker
return self._CheckoutOne(opt, project, *args, **kwargs)
File “/home/pdunlop/TB-96AIOT/.repo/repo/subcmds/sync.py”, line 474, in _CheckoutOne
project.Sync_LocalHalf(syncbuf, force_sync=opt.force_sync)
File “/home/pdunlop/TB-96AIOT/.repo/repo/project.py”, line 1492, in Sync_LocalHalf
self._InitWorkTree(force_sync=force_sync, submodules=submodules)
File “/home/pdunlop/TB-96AIOT/.repo/repo/project.py”, line 2719, in _InitWorkTree
raise GitError("cannot initialize work tree for " + self.name)
error.GitError: cannot initialize work tree for QLauncher

1 Like

Problems solved.

You can repo sync the codes again now.

$ repo init --repo-url http://github.com/aosp-mirror/tools_repo.git -u https://github.com/96boards-tb-96aiot/manifest.git
$ repo sync