You can check it out here [1] if you are interested in what other stuff
menuconfig changed.
[1]
https://github.com/mamenyaka/android_kernel_samsung_smdk4412/commit/16eac3fb0f74028fe88a29dfdcd7cb17ea2be731
On Mon, Aug 5, 2013 at 1:20 PM, András Mamenyák wrote:
> Yes, I did it the exact same way
Yes, I did it the exact same way, only I simply loaded the defconfig file
from makeconfig after copying it to kernel root. But then I compared it to
the original using Meld, and only kept the changes that were with cmdline.
On Mon, Aug 5, 2013 at 10:41 AM, Oliver Grawert wrote:
> On So, 2013-08
On So, 2013-08-04 at 19:14 +0200, András Mamenyák wrote:
> Okay, now I think I got it right, but still, it sits on samsung logo.
> Sorry if I screwed up again.
> Is it ok BTW that menuconfig changes some other stuff in my defconfig
> file when I only edited the cmdline option?
>
no, it should not,
Okay, now I think I got it right, but still, it sits on samsung logo.
Sorry if I screwed up again.
Is it ok BTW that menuconfig changes some other stuff in my defconfig file
when I only edited the cmdline option?
[1] http://paste.ubuntu.com/5948192/
[2] http://paste.ubuntu.com/5948193/
On Sun, A
I am so sorry, I really had no clue. Thank you for still trying to help me.
>From now on I am now using make menuconfig to adjust the config.
On Sun, Aug 4, 2013 at 5:49 PM, Oliver Grawert wrote:
> hi,
> On So, 2013-08-04 at 17:23 +0200, András Mamenyák wrote:
> > My modification:
> ...
> >
> >
hi,
On So, 2013-08-04 at 17:23 +0200, András Mamenyák wrote:
> My modification:
...
>
> CONFIG_CMDLINE_FROM_BOOTLOADER=y
> CONFIG_CMDLINE_EXTEND=y
> CONFIG_CMDLINE_FORCE=y
>
only one of these three can be set at a time ...
seriously, use one of the tools the kernel ships instead of hacking the
c
My modification:
-CONFIG_CMDLINE="console=ttySAC2,115200"
+CONFIG_CMDLINE="console=tty1"
CONFIG_CMDLINE_FROM_BOOTLOADER=y
-# CONFIG_CMDLINE_EXTEND is not set
-# CONFIG_CMDLINE_FORCE is not set
+CONFIG_CMDLINE_EXTEND=y
+CONFIG_CMDLINE_FORCE=y
On Sun, Aug 4, 2013 at 5:09 PM, Oliver Grawert wrote
On So, 2013-08-04 at 16:40 +0200, András Mamenyák wrote:
> And what about my earlier dmesg without the patch? There were no
> errors like this.
>
>
> So, again, without the patch: [1][2]
> With patch: [3][4]
>
>
the kernel cmdline is identical in all your dmesg outputs ... and it
looks pretty w
And what about my earlier dmesg without the patch? There were no errors
like this.
So, again, without the patch: [1][2]
With patch: [3][4]
Also:
root@ubuntu-phablet:/# ls /dev/disk/by-name/
BOOT BOTA0 BOTA1 CACHE EFS PARAM RADIO RECOVERY SYSTEM
root@ubuntu-phablet:/# ls /dev/disk/by-part
hi,
On So, 2013-08-04 at 13:59 +0200, András Mamenyák wrote:
> I created the mentioned file, rebooted, but now I got these errors,
> and screen is still black:
> ...
> I/ServiceManager( 2361): Waiting for service sensorservice...
> I/ServiceManager( 1749): Waiting for service SurfaceFlinger...
> ..
That was indeed the problem, I managed to get adb after a while.
Now with your hack Ubuntu reboots into graphics just fine!
2013/8/4 Oliver Grawert
> On Fr, 2013-08-02 at 20:35 +0200, Max Wällstedt wrote:
> > Thanks, that worked, but I also had to unset CONFIG_CMDLINE_FORCE to
> > get the recov
I created the mentioned file, rebooted, but now I got these errors, and
screen is still black:
...
I/ServiceManager( 2361): Waiting for service sensorservice...
I/ServiceManager( 1749): Waiting for service SurfaceFlinger...
...
dmesg [1]. logcat [2]
[1] http://paste.ubuntu.com/5947271/
[2] http:/
On Fr, 2013-08-02 at 20:35 +0200, Max Wällstedt wrote:
> Thanks, that worked, but I also had to unset CONFIG_CMDLINE_FORCE to
> get the recovery.
heh, that would have been unset automatically when setting
CONFIG_CMDLINE_EXTEND with something like make menuconfig, sorry i didnt
take into account you
Here is my rules file
On Fri, Aug 2, 2013 at 10:47 PM, Jani Monoses wrote:
> Do you have an udev rule setting the graphics related device node
> accessible by non-root too ?
>
>
> On Fri, Aug 2, 2013 at 11:21 PM, András Mamenyák wrote:
>
>> And logcat: http://paste.ubuntu.com/5941366/
>>
>>
>> O
Do you have an udev rule setting the graphics related device node
accessible by non-root too ?
On Fri, Aug 2, 2013 at 11:21 PM, András Mamenyák wrote:
> And logcat: http://paste.ubuntu.com/5941366/
>
>
> On Fri, Aug 2, 2013 at 10:05 PM, András Mamenyák wrote:
>
>> IT WORKS!
>>
>> Thank you, my N
And logcat: http://paste.ubuntu.com/5941366/
On Fri, Aug 2, 2013 at 10:05 PM, András Mamenyák wrote:
> IT WORKS!
>
> Thank you, my Note 10.1 saucy port now boots!
> But to a black screen...
> Please look at my dmesg: http://paste.ubuntu.com/5941329
>
>
> On Fri, Aug 2, 2013 at 8:35 PM, Max Wälls
IT WORKS!
Thank you, my Note 10.1 saucy port now boots!
But to a black screen...
Please look at my dmesg: http://paste.ubuntu.com/5941329
On Fri, Aug 2, 2013 at 8:35 PM, Max Wällstedt wrote:
> Thanks, that worked, but I also had to unset CONFIG_CMDLINE_FORCE to get
> the recovery.
> I can howev
Thanks, that worked, but I also had to unset CONFIG_CMDLINE_FORCE to get
the recovery.
I can however only boot into Ubuntu once. After the first reboot it only
enters a state of black screen and no adb.
Thanks for all your hard work on Ubuntu Touch and i9100, it really has
moved things forward!
hi,
at http://paste.ubuntu.com/5939625/ is a patch that makes sure the
kernel cmdline string is appended (instead of prepending it) to the
bootloader args, this way we can put "console=tty1" into the kernel
cdmline string and have it override the "console=ram" the bootloader
sets by default.
usi
19 matches
Mail list logo