Any news about this?I don't build kernels, that said from my quick looking these should be the configs for the kernel.
I got them from the android source i downloaded from nvidia.
Any news about this?I don't build kernels, that said from my quick looking these should be the configs for the kernel.
I got them from the android source i downloaded from nvidia.
As in downloading the source or what?Any news about this?
think he means from TwistedAs in downloading the source or what?
EDIT
If you mean downloading the source go to https://developer.nvidia.com/develop4shield and follow the directions under 'Open Source Resources'
Those are the closest configs, but not the ones for Shield. I tested with those because many of the commits to the "roth" branches on their gitweb were Tegra11 commits as well. From what I could tell, those configs are actually the base configs that the tablets are built from.I don't build kernels, that said from my quick looking these should be the configs for the kernel.
I got them from the android source i downloaded from nvidia.
Are you sure you were on the original stock build? The kernel in the op wasn't updated for the newer ones.hello
I tried your kernel (just boot mode not flash) and it boot and not freeze but doesn't 'open the android desktop' (a sort of infinite loading...)
Bye![]()
helloAre you sure you were on the original stock build? The kernel in the op wasn't updated for the newer ones.
That's why it doesn't work.hello
I'm running the rooted 65 rom version
Bye
HelloThat's why it doesn't work.
adb reboot bootloader
fastboot flash boot boot.img
fastboot reboot
This is great! Looking forward to your work. Curious, what are some of the features you plan on adding?I just updated this for 4.3 tree I'll upload the boot.img
Sent from my SHIELD using XDA Premium 4 mobile app
//edit
attached you will find a boot.img for 4.3 *build 68*
profitCode:adb reboot bootloader fastboot flash boot boot.img fastboot reboot
ill start my own thread cuz imma make it badass
Probably governors and showps mpdecision and kexec bootingThis is great! Looking forward to your work. Curious, what are some of the features you plan on adding?
Should it be assumed you won't be releasing the config either? LOLProbably governors and showps mpdecision and kexec booting
Sent from my SHIELD using XDA Premium 4 mobile app
I couldn't figure out the configShould it be assumed you won't be releasing the config either? LOL
==========
HowTo Sync:
==========
Syncing this release requires git and the repo tool from Google:
[url]http://source.android.com/source/downloading.html#installing-repo[/url]
mkdir ~/shield-open-source
cd ~/shield-open-source
repo init -u git://nv-tegra.nvidia.com/manifest/android/binary.git -b rel-roth-r3-partner -m secureos/jb_roth.xml
repo sync -j5
==========
HowTo Build:
==========
Building this release requires a Linux build environment configured to
build Android: [url]http://source.android.com/source/initializing.html[/url]
Additionally, you will be required to agree to license terms when extracting
the binary drivers.
cd ~/shield-open-source
export TOP=`pwd`
cd vendor/nvidia/licensed-binaries
./extract-nv-bins.sh
cd $TOP
. build/envsetup.sh
setpaths
lunch thor-userdebug
mp dev
cd out/target/product/roth/
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash userdata userdata.img
fastboot flash dtb tegra114-roth.dtb
It should be the tegra11_android_defconfig:I couldn't figure out the config
Resorted to doing an entire repo sync and source build
https://github.com/zarboz/nvidia_shield
I tried flagging the terra11_defconfig to store a config.gz but ended up a no go so I know that's not the config to use
I'm trying to track it down but my pc is so slow I fell asleep before it got to the kernel part of the source build
I spent 5 hours looking for the defconfig too man.
==========
HowTo Sync:
==========
Syncing this release requires git and the repo tool from Google:
http://source.android.com/source/downloading.html#installing-repo
mkdir ~/shield-open-source
cd ~/shield-open-source
repo init -u git://nv-tegra.nvidia.com/manifest/android/binary.git -b rel-roth-r3-partner -m secureos/jb_roth.xml
repo sync -j5
==========
HowTo Build:
==========
Building this release requires a Linux build environment configured to
build Android: http://source.android.com/source/initializing.html
Additionally, you will be required to agree to license terms when extracting
the binary drivers.
cd ~/shield-open-source
export TOP=`pwd`
cd vendor/nvidia/licensed-binaries
./extract-nv-bins.sh
cd $TOP
. build/envsetup.sh
setpaths
lunch thor-userdebug
mp dev
Sent from my HTC6500LVW using XDA Premium 4 mobile app
tried that oneIt should be the tegra11_android_defconfig:
"CONFIG_MACH_ROTH=y"
after the repo syncIt should be the tegra11_android_defconfig:
"CONFIG_MACH_ROTH=y"
You realize if you do it that way, nothing you add will actually be in the kernel, right?after the repo sync
and then lunching roth-userdebug
then run
make kernel
and you produce just boot.img![]()
The config is produced funky like the Samsung kernelsYou realize if you do it that way, nothing you add will actually be in the kernel, right?
The configuration enables and disables options. You can add overclock if you don't have a flag for it, but governors, schedulers, etc need a config