Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Advice on version mismatch does not match version number #13

Open
jetsonhacks opened this issue Jun 4, 2018 · 3 comments
Open

Advice on version mismatch does not match version number #13

jetsonhacks opened this issue Jun 4, 2018 · 3 comments
Assignees

Comments

@jetsonhacks
Copy link
Owner

Advice on version mismatch does not match actual version numbers.
In the files:
getKernelSources.sh
getKernelSourcesNoGUI.sh

For example
$ git checkout v1.0-L4T28.1

Actual Tag number:
vL4T28.1

Detail example below:

This repository branch is for installing the kernel sources for L4T 28.2
You are attempting to use these kernel sources on a L4T 28.1 system.
The kernel sources do not match their L4T release!

Please git checkout the appropriate kernel sources for your release

You can list the tagged versions.
$ git tag -l
And then checkout the latest version:
For example
$ git checkout v1.0-L4T28.1

nvidia@tegra-ubuntu:~/buildJetsonTX2Kernel/buildJetsonTX2Kernel$ git tag -l
vL4T27.1
vL4T28.1
vL4T28.2
vL4T28.2r2
vL4T28.2r3

@jetsonhacks jetsonhacks self-assigned this Jun 4, 2018
@Shreeyak
Copy link

Offered a fix for this with other changes in my pull req #14

@Alro10
Copy link

Alro10 commented Aug 16, 2018

Hi @Shreeyak ! the tag v4LT28.2.1 works well? I found an issue when trying to run makeKernel.sh:

drivers/net/wireless/bcmdhd_pcie/dhd_linux.c:8512:40: note: each undeclared identifier is reported only once for each function it appears in
scripts/Makefile.build:261: recipe for target 'drivers/net/wireless/bcmdhd_pcie/dhd_linux.o' failed
make[4]: *** [drivers/net/wireless/bcmdhd_pcie/dhd_linux.o] Error 1
scripts/Makefile.build:406: recipe for target 'drivers/net/wireless/bcmdhd_pcie' failed
make[3]: *** [drivers/net/wireless/bcmdhd_pcie] Error 2
scripts/Makefile.build:406: recipe for target 'drivers/net/wireless' failed
make[2]: *** [drivers/net/wireless] Error 2
scripts/Makefile.build:406: recipe for target 'drivers/net' failed
make[1]: *** [drivers/net] Error 2
Makefile:973: recipe for target 'drivers' failed
make: *** [drivers] Error 2
Make did not successfully build
Please fix issues and retry build

Thanks!

@Shreeyak
Copy link

Shreeyak commented Aug 16, 2018 via email

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

No branches or pull requests

3 participants