-
Notifications
You must be signed in to change notification settings - Fork 116
Advice on version mismatch does not match version number #13
Comments
Offered a fix for this with other changes in my pull req #14 |
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 Thanks! |
Are you referring to the Jetsonhacks code? I used it for 28.2.1 and faced
no issues gui recommend a clean flash of jetson os using jetpack and then
running this repo to patch kernel.
…On Thu 16 Aug, 2018, 7:11 PM Alexander Robles, ***@***.***> wrote:
Hi @Shreeyak <https://github.com/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!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMNQudJRUYBC8SxTV90-0qiUtkcqLKN6ks5uRXaFgaJpZM4UZW_2>
.
|
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
The text was updated successfully, but these errors were encountered: