Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cook appears successful but no files are generated #100

Open
patogit opened this issue Jun 29, 2019 · 0 comments
Open

Cook appears successful but no files are generated #100

patogit opened this issue Jun 29, 2019 · 0 comments

Comments

@patogit
Copy link

patogit commented Jun 29, 2019

Both --remote and local appear to create firmware but the output directory is empty. I can't find the prepared firmware anywhere.

[user@system lime-sdk]$ ./cooker -c ar71xx/generic --profile=tl-wdr4300-v1 --flavor=lime_default --remote
[... lots of stuff...]
-> Firmware for target ar71xx/generic, profile PROFILE=tl-wdr4300-v1 and flavor lime_default cooked!
Find the binaries in /run/media/user/linux-home/git-dev/LibreMesh-GitHub/lime-sdk/output/ar71xx/generic/tl-wdr4300-v1/lime_default directory
[user@system lime-sdk]$ ls output/ar71xx/generic/tl-wdr4300-v1/lime_default/ -alh
total 8.0K
drwxr-xr-x 2 user user 4.0K Jun 28 21:34 .
drwxr-xr-x 3 user user 4.0K Jun 28 21:34 ..
[user@system lime-sdk]$ 

local build:

[user@system lime-sdk]$ ./cooker -c ar71xx/generic --profile=tl-wdr3500-v1 --flavor=lime_default
[... lots of stuff ...]
-> Firmware for target ar71xx/generic, profile PROFILE=tl-wdr3500-v1 and flavor lime_default cooked!
Find the binaries in /run/media/user/linux-home/git-dev/LibreMesh-GitHub/lime-sdk/output/ar71xx/generic/tl-wdr3500-v1/lime_default directory
[user@system lime-sdk]$ ls output/ar71xx/generic/tl-wdr3500-v1/lime_default/ -alh
total 8.0K
drwxr-xr-x 2 user user 4.0K Jun 28 20:50 .
drwxr-xr-x 3 user user 4.0K Jun 28 20:50 ..
[user@system lime-sdk]$ 

Am I on the wrong branch?

[user@system lime-sdk]$ git status
On branch develop
Your branch is up to date with 'origin/develop'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)

	last-build.log

nothing added to commit but untracked files present (use "git add" to track)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant