[KERNEL] This is the official update thread for XU3/XU4
-
- Site Admin
- Posts: 11698
- Joined: Fri Feb 22, 2013 11:34 pm
- languages_spoken: english, portuguese
- ODROIDs: -
- Location: Brazil
- Contact:
[KERNEL] This is the official update thread for XU3/XU4
Please post here requests for features / modules on XU3/XU4 kernel.
Track changes here -> https://github.com/hardkernel/linux/tre ... xu3-3.10.y
Track changes here -> https://github.com/hardkernel/linux/tre ... xu3-3.10.y
- meveric
- Posts: 9694
- Joined: Mon Feb 25, 2013 2:41 pm
- languages_spoken: german, english
- ODROIDs: X2, U2, U3, XU-Lite, XU3, XU3-Lite, C1, XU4, C2, C1+, XU4Q, HC1, N1, Go
- Contact:
Re: [KERNEL] This is the official update thread for XU3
any particular reason, why joydev is deactivated again?
Donate to support my work on the ODROID GameStation Turbo Image for U2/U3 XU3/XU4 X2 X C1 as well as many other releases.
Check out the Games and Emulators section to find some of my work or check the files in my repository to find the software i build for ODROIDs.
If you want to add my repository to your image read my HOWTO integrate my repo into your image.
Check out the Games and Emulators section to find some of my work or check the files in my repository to find the software i build for ODROIDs.
If you want to add my repository to your image read my HOWTO integrate my repo into your image.
- memeka
- Posts: 4144
- Joined: Mon May 20, 2013 10:22 am
- languages_spoken: english
- ODROIDs: XU rev2 + eMMC + UART
U3 + eMMC + IO Shield + UART - Contact:
Re: [KERNEL] This is the official update thread for XU3
or HID_APPLE?
)
I had to hack my keyboard and mouse in again

I had to hack my keyboard and mouse in again

Images: U2/U3 Trusty Dev Center | XU Trusty Dev Center | XU4 Hipster Stretchy Pants
Information: U2/U3 Dashboard | XU Dashboard
Say thank you with a beer
Information: U2/U3 Dashboard | XU Dashboard
Say thank you with a beer
-
- Site Admin
- Posts: 11698
- Joined: Fri Feb 22, 2013 11:34 pm
- languages_spoken: english, portuguese
- ODROIDs: -
- Location: Brazil
- Contact:
-
- Posts: 176
- Joined: Thu Sep 12, 2013 1:09 pm
- languages_spoken: English, Spanish, French, and a little German
- ODROIDs: O̶D̶R̶O̶I̶D̶-̶X̶U̶, ODROID-XU3, ODROID-XU4
- Location: Switzeerland
- Contact:
Re: [KERNEL] This is the official update thread for XU3
can you enable CONFIG_TASKSTATS, CONFIG_TASK_DELAY_ACCT, CONFIG_TASK_IO_ACCOUNTING for iotop?
-
- Site Admin
- Posts: 11698
- Joined: Fri Feb 22, 2013 11:34 pm
- languages_spoken: english, portuguese
- ODROIDs: -
- Location: Brazil
- Contact:
Re: [KERNEL] This is the official update thread for XU3
Done
Building it.

-
- Posts: 203
- Joined: Sun Sep 07, 2014 2:34 am
- languages_spoken: english
- ODROIDs: XU3, C1
- Contact:
Re: [KERNEL] This is the official update thread for XU3
Hi,
I am trying to get lxc-docker up&running on my XU3.
It appears there are some kernel configs not set, that are needed. (installed docker.io, but running a container failed).
Note:
I tried to create a new config based on the odroidxu3_defconfig supplied with the git trunk, but it also appears that in this config
the entry for User-Namespace "CONFIG_USER_NS" is completely missing (not part of the odroidxu3_defconfig at all, so using menuconfig to enable it will fail.).
This is what is needed, based on lxc-checkconfig (install lxc userland tools):
...and here's the config diff
...the little box is now compiling the kernel...will see what comes out of that when I get up.
Edit:
nope, I can't get the CONFIG_USER_NS=y entry to stick with the config. Some dependencies are beyond my skills (last time I worked with linux kernels was in v0.9 and I am balding fast
)
I really could use some help with this ...AFAIU something in the odroidxu3_defconfig is wrong, so menuconfig will not set this element at all.
Edit-2: OK, found a hint somewhere in a Slack forum..somethings wrong with config dependencies in kernel 3.10.y ....aparently, when you de-select the XFS filesystem, the User-Namespace element re-appears
....got a .config now...re-compiling
I am trying to get lxc-docker up&running on my XU3.
It appears there are some kernel configs not set, that are needed. (installed docker.io, but running a container failed).
Note:
I tried to create a new config based on the odroidxu3_defconfig supplied with the git trunk, but it also appears that in this config
the entry for User-Namespace "CONFIG_USER_NS" is completely missing (not part of the odroidxu3_defconfig at all, so using menuconfig to enable it will fail.).
This is what is needed, based on lxc-checkconfig (install lxc userland tools):
Code: Select all
root@odroid:~/odroidxu3-3.10.y# lxc-checkconfig
--- Namespaces ---
Namespaces: enabled
Utsname namespace: enabled
Ipc namespace: enabled
Pid namespace: enabled
User namespace: missing
Network namespace: enabled
Multiple /dev/pts instances: missing
--- Control groups ---
Cgroup: enabled
Cgroup clone_children flag: enabled
Cgroup device: missing
Cgroup sched: enabled
Cgroup cpu account: enabled
Cgroup memory controller: missing
Cgroup cpuset: missing
--- Misc ---
Veth pair device: enabled
Macvlan: enabled
Vlan: enabled
File capabilities: enabled
Note : Before booting a new kernel, you can check its configuration
usage : CONFIG=/path/to/config /usr/bin/lxc-checkconfig
root@odroid:~/odroidxu3-3.10.y#
Code: Select all
root@odroid:~/odroidxu3-3.10.y# diff ./arch/arm/configs/odroidxu3_defconfig ./arch/arm/configs/odroidxu3_defconfig.old
112,114c112,113
< CONFIG_CGROUP_DEVICE=y
< CONFIG_CPUSETS=y
< CONFIG_PROC_PID_CPUSET=y
---
> # CONFIG_CGROUP_DEVICE is not set
> # CONFIG_CPUSETS is not set
117,118c116
< CONFIG_MEMCG=y
< # CONFIG_MEMCG_KMEM is not set
---
> # CONFIG_MEMCG is not set
124,125c122
< CONFIG_BLK_CGROUP=y
< # CONFIG_DEBUG_BLK_CGROUP is not set
---
> # CONFIG_BLK_CGROUP is not set
129d125
< CONFIG_USER_NS=y
134d129
< CONFIG_MM_OWNER=y
229d223
< # CONFIG_BLK_DEV_THROTTLING is not set
259d252
< # CONFIG_CFQ_GROUP_IOSCHED is not set
1744c1737
< CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
---
> # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
root@odroid:~/odroidxu3-3.10.y#
Edit:
nope, I can't get the CONFIG_USER_NS=y entry to stick with the config. Some dependencies are beyond my skills (last time I worked with linux kernels was in v0.9 and I am balding fast

I really could use some help with this ...AFAIU something in the odroidxu3_defconfig is wrong, so menuconfig will not set this element at all.
Edit-2: OK, found a hint somewhere in a Slack forum..somethings wrong with config dependencies in kernel 3.10.y ....aparently, when you de-select the XFS filesystem, the User-Namespace element re-appears

-
- Posts: 203
- Joined: Sun Sep 07, 2014 2:34 am
- languages_spoken: english
- ODROIDs: XU3, C1
- Contact:
Re: [KERNEL] This is the official update thread for XU3
OK, when setting LXC required configs, the CONFIG_USER_NS=y breaks the kernel.
It won't compile:
..any chance to go to more upstream kernel, like the "true/actual" one from trusty (LXC is working in there, at least for amd64) ?
It won't compile:
Code: Select all
kernel/sched/core.c: In function ‘cpu_cgroup_allow_attach’:
kernel/sched/core.c:7771:18: error: invalid operands to binary != (have ‘kuid_t’ and ‘kuid_t’)
cred->euid != tcred->uid && cred->euid != tcred->suid)
^
kernel/sched/core.c:7771:46: error: invalid operands to binary != (have ‘kuid_t’ and ‘kuid_t’)
cred->euid != tcred->uid && cred->euid != tcred->suid)
^
-
- Site Admin
- Posts: 11698
- Joined: Fri Feb 22, 2013 11:34 pm
- languages_spoken: english, portuguese
- ODROIDs: -
- Location: Brazil
- Contact:
Re: [KERNEL] This is the official update thread for XU3
No. Upstream kernel doesn't boot a few of the 8-cores, doesn't have HMP scheduler.
I'll see what's wrong..
I'll see what's wrong..
-
- Posts: 203
- Joined: Sun Sep 07, 2014 2:34 am
- languages_spoken: english
- ODROIDs: XU3, C1
- Contact:
Re: [KERNEL] This is the official update thread for XU3
...your help is very much appreciated, thanks!
Here's a close hint that it indeed should work: http://blog.tutum.co/2013/12/14/enablin ... -10-saucy/
Here's a close hint that it indeed should work: http://blog.tutum.co/2013/12/14/enablin ... -10-saucy/
-
- Site Admin
- Posts: 11698
- Joined: Fri Feb 22, 2013 11:34 pm
- languages_spoken: english, portuguese
- ODROIDs: -
- Location: Brazil
- Contact:
Re: [KERNEL] This is the official update thread for XU3
I already found the issues
Just checking if I won't break anything with it.

Just checking if I won't break anything with it.
-
- Site Admin
- Posts: 11698
- Joined: Fri Feb 22, 2013 11:34 pm
- languages_spoken: english, portuguese
- ODROIDs: -
- Location: Brazil
- Contact:
Re: [KERNEL] This is the official update thread for XU3
Its fixed. Download the sources again.
-
- Posts: 203
- Joined: Sun Sep 07, 2014 2:34 am
- languages_spoken: english
- ODROIDs: XU3, C1
- Contact:
Re: [KERNEL] This is the official update thread for XU3
.....wow...that was blazing fast!
I configured the kernel for lxc-docker and it did indeed build
...need to run some tests and report back
Thanks again for your excellent support!
I configured the kernel for lxc-docker and it did indeed build

...need to run some tests and report back
Thanks again for your excellent support!
-
- Posts: 203
- Joined: Sun Sep 07, 2014 2:34 am
- languages_spoken: english
- ODROIDs: XU3, C1
- Contact:
Re: [KERNEL] This is the official update thread for XU3
Hi mdrjr,
I have successfully installed/used docker.
Can you permanently enable the configs explained here http://forum.odroid.com/viewtopic.php?f ... 638#p52786
in order to support the use of docker for ubuntu hosts, based on your kernel and without having the users to build their own?
TIA,
hominidae
I have successfully installed/used docker.
Can you permanently enable the configs explained here http://forum.odroid.com/viewtopic.php?f ... 638#p52786
in order to support the use of docker for ubuntu hosts, based on your kernel and without having the users to build their own?
TIA,
hominidae
-
- Site Admin
- Posts: 11698
- Joined: Fri Feb 22, 2013 11:34 pm
- languages_spoken: english, portuguese
- ODROIDs: -
- Location: Brazil
- Contact:
Re: [KERNEL] This is the official update thread for XU3
Can you send me a PR or the list of the CONFIG_ symbols ?
-
- Posts: 203
- Joined: Sun Sep 07, 2014 2:34 am
- languages_spoken: english
- ODROIDs: XU3, C1
- Contact:
Re: [KERNEL] This is the official update thread for XU3
...yes, will do....asap, as I am currently traveling with no access to my systems.
-
- Posts: 238
- Joined: Mon Aug 26, 2013 6:05 pm
- languages_spoken: english
- Contact:
Re: [KERNEL] This is the official update thread for XU3
Would CONFIG_SWAP=y be possible?
-
- Site Admin
- Posts: 11698
- Joined: Fri Feb 22, 2013 11:34 pm
- languages_spoken: english, portuguese
- ODROIDs: -
- Location: Brazil
- Contact:
Re: [KERNEL] This is the official update thread for XU3
Yes.. I'll add that tomorrowMastaG wrote:Would CONFIG_SWAP=y be possible?

-
- Posts: 14
- Joined: Tue Oct 07, 2014 3:51 am
- languages_spoken: english
- ODROIDs: XU3
- Contact:
Re: [KERNEL] This is the official update thread for XU3
Is there a reason that the ondemand governor is not in the kernel? I have a xu3 and would like to use it for a low power application. Or would there be a problem with the HMP scheduler?
Regards
Regards
-
- Site Admin
- Posts: 11698
- Joined: Fri Feb 22, 2013 11:34 pm
- languages_spoken: english, portuguese
- ODROIDs: -
- Location: Brazil
- Contact:
Re: [KERNEL] This is the official update thread for XU3
There's a problem right now with ondemand and hmp/cpu qos.. So its impossible right now..cnaumer wrote:Is there a reason that the ondemand governor is not in the kernel? I have a xu3 and would like to use it for a low power application. Or would there be a problem with the HMP scheduler?
Regards
But even with ondemand the power comsumption won't be much lower.
- recliq
- Posts: 111
- Joined: Mon Feb 25, 2013 6:07 pm
- languages_spoken: english, german
- ODROIDs: 2xU2 + U3 + XU3 + 2xXU4 + C2
- Location: Germany
- Contact:
Re: [KERNEL] This is the official update thread for XU3
Please enable uinput in kernel.
I tried to get sixad working on XU3 (for Sony DS3 Pad) and it requires uinput module, after compiling it myself everything now works.
I tried to get sixad working on XU3 (for Sony DS3 Pad) and it requires uinput module, after compiling it myself everything now works.
-
- Site Admin
- Posts: 11698
- Joined: Fri Feb 22, 2013 11:34 pm
- languages_spoken: english, portuguese
- ODROIDs: -
- Location: Brazil
- Contact:
Re: [KERNEL] This is the official update thread for XU3
Android or Ubuntu ?
- recliq
- Posts: 111
- Joined: Mon Feb 25, 2013 6:07 pm
- languages_spoken: english, german
- ODROIDs: 2xU2 + U3 + XU3 + 2xXU4 + C2
- Location: Germany
- Contact:
Re: [KERNEL] This is the official update thread for XU3
oh, sorry forgot to mention that, ubuntu please
- recliq
- Posts: 111
- Joined: Mon Feb 25, 2013 6:07 pm
- languages_spoken: english, german
- ODROIDs: 2xU2 + U3 + XU3 + 2xXU4 + C2
- Location: Germany
- Contact:
Re: [KERNEL] This is the official update thread for XU3
I see there's a new kernel for XU3, still no uinput module though... :/
-
- Site Admin
- Posts: 11698
- Joined: Fri Feb 22, 2013 11:34 pm
- languages_spoken: english, portuguese
- ODROIDs: -
- Location: Brazil
- Contact:
Re: [KERNEL] This is the official update thread for XU3
Oh kill me
I'm really sorry.. I've forgot that
Can you ping me in 3 days? I'll add for you
Right now I'm waiting to board for my flight back to Brazil




Can you ping me in 3 days? I'll add for you

Right now I'm waiting to board for my flight back to Brazil

- recliq
- Posts: 111
- Joined: Mon Feb 25, 2013 6:07 pm
- languages_spoken: english, german
- ODROIDs: 2xU2 + U3 + XU3 + 2xXU4 + C2
- Location: Germany
- Contact:
Re: [KERNEL] This is the official update thread for XU3
No need to hurry, not that important, don't worry. I can just compile it myself for now.. 
Just would be nice to have it in future kernel versions.

Just would be nice to have it in future kernel versions.
-
- Posts: 203
- Joined: Sun Sep 07, 2014 2:34 am
- languages_spoken: english
- ODROIDs: XU3, C1
- Contact:
Re: [KERNEL] This is the official update thread for XU3
Hominidae wrote:Hi mdrjr,
I have successfully installed/used docker.
Can you permanently enable the configs explained here http://forum.odroid.com/viewtopic.php?f ... 638#p52786
in order to support the use of docker for ubuntu hosts, based on your kernel and without having the users to build their own?
TIA,
hominidae
mdrjr wrote:Can you send me a PR or the list of the CONFIG_ symbols ?
...bump!
I did send you a PM with the symbols some weeks ago...don't know if you have found the time but if I interpret the commits on git correctly, you did not.
...about to try the updated Ubuntu with XBMC soon

it would simply be great to have Docker on this too....
-
- Site Admin
- Posts: 11698
- Joined: Fri Feb 22, 2013 11:34 pm
- languages_spoken: english, portuguese
- ODROIDs: -
- Location: Brazil
- Contact:
Re: [KERNEL] This is the official update thread for XU3
My fear here is to disable XFS and someone is using it
I'll break this person boot
I need more time to check if there's any patch that enables both to be built together

I'll break this person boot

I need more time to check if there's any patch that enables both to be built together

-
- Posts: 203
- Joined: Sun Sep 07, 2014 2:34 am
- languages_spoken: english
- ODROIDs: XU3, C1
- Contact:
Re: [KERNEL] This is the official update thread for XU3
Ah, right!
...in fact the ARCH image comes without xfs module indeed.
...in fact the ARCH image comes without xfs module indeed.
-
- Posts: 7
- Joined: Mon Nov 03, 2014 6:16 am
- languages_spoken: english
- ODROIDs: xu3
- Contact:
Re: [KERNEL] This is the official update thread for XU3
mdrjr wrote:There's a problem right now with ondemand and hmp/cpu qos.. So its impossible right now..cnaumer wrote:Is there a reason that the ondemand governor is not in the kernel? I have a xu3 and would like to use it for a low power application. Or would there be a problem with the HMP scheduler?
Regards
But even with ondemand the power comsumption won't be much lower.
So, is there no way to change a frequency?
-
- Site Admin
- Posts: 11698
- Joined: Fri Feb 22, 2013 11:34 pm
- languages_spoken: english, portuguese
- ODROIDs: -
- Location: Brazil
- Contact:
Re: [KERNEL] This is the official update thread for XU3
Sigh.....
(for A7)
echo frequency_in_kHz > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
(for A15)
echo frequency_in_kHz > /sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq
(for A7)
echo frequency_in_kHz > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
(for A15)
echo frequency_in_kHz > /sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq
-
- Posts: 7
- Joined: Mon Nov 03, 2014 6:16 am
- languages_spoken: english
- ODROIDs: xu3
- Contact:
Re: [KERNEL] This is the official update thread for XU3
Thanks, mdrjr.
One more question is that [scaling_available_governors] returns only "performance". In my Ubuntu machine, it returns "ondemand conservative powersave userspace performance". Do you know how to change governor? Do we need to install another OS? Sorry that I have lack of background of governor.
One more question is that [scaling_available_governors] returns only "performance". In my Ubuntu machine, it returns "ondemand conservative powersave userspace performance". Do you know how to change governor? Do we need to install another OS? Sorry that I have lack of background of governor.
-
- Site Admin
- Posts: 11698
- Joined: Fri Feb 22, 2013 11:34 pm
- languages_spoken: english, portuguese
- ODROIDs: -
- Location: Brazil
- Contact:
Re: [KERNEL] This is the official update thread for XU3
Only performance is working....
-
- Posts: 31
- Joined: Wed Oct 08, 2014 9:54 pm
- languages_spoken: english
- ODROIDs: XU3
- Contact:
Re: [KERNEL] This is the official update thread for XU3
So do I have to use only performance?
I need make a experiment with using ondemand, powersave, governer.....
How can I do it?
I need make a experiment with using ondemand, powersave, governer.....
How can I do it?
-
- Site Admin
- Posts: 11698
- Joined: Fri Feb 22, 2013 11:34 pm
- languages_spoken: english, portuguese
- ODROIDs: -
- Location: Brazil
- Contact:
Re: [KERNEL] This is the official update thread for XU3
You go ahead and fix the devfreq so it works. 

-
- Posts: 31
- Joined: Wed Oct 08, 2014 9:54 pm
- languages_spoken: english
- ODROIDs: XU3
- Contact:
Re: [KERNEL] This is the official update thread for XU3
um.... I tried and I checked the available_freq_governor.... that was only performance...
How can I change the governor to powersave or interactive???
How can I change the governor to powersave or interactive???
-
- Site Admin
- Posts: 11698
- Joined: Fri Feb 22, 2013 11:34 pm
- languages_spoken: english, portuguese
- ODROIDs: -
- Location: Brazil
- Contact:
Re: [KERNEL] This is the official update thread for XU3
Rebuild the kernel with supports for it.
Btw, this is not the thread for this discussion.
Btw, this is not the thread for this discussion.
-
- Posts: 31
- Joined: Wed Oct 08, 2014 9:54 pm
- languages_spoken: english
- ODROIDs: XU3
- Contact:
Re: [KERNEL] This is the official update thread for XU3
As I know, the kernel which hardkernel provided doesnt include another governor code....
and that is only the kernel to support HMP scheduling on XU3...isnt it?
Do you mean I am supposed to rebuild the kernel code with modifying configuration to use another governor ?
thats all?
and that is only the kernel to support HMP scheduling on XU3...isnt it?
Do you mean I am supposed to rebuild the kernel code with modifying configuration to use another governor ?
thats all?
- memeka
- Posts: 4144
- Joined: Mon May 20, 2013 10:22 am
- languages_spoken: english
- ODROIDs: XU rev2 + eMMC + UART
U3 + eMMC + IO Shield + UART - Contact:
Re: [KERNEL] This is the official update thread for XU3
yes you can select additional governors in the kernel configuration.
the problem is currently on the xu3 only performance works well - that's why the others aren't enabled in the default config.
the problem is currently on the xu3 only performance works well - that's why the others aren't enabled in the default config.
Images: U2/U3 Trusty Dev Center | XU Trusty Dev Center | XU4 Hipster Stretchy Pants
Information: U2/U3 Dashboard | XU Dashboard
Say thank you with a beer
Information: U2/U3 Dashboard | XU Dashboard
Say thank you with a beer
-
- Posts: 31
- Joined: Wed Oct 08, 2014 9:54 pm
- languages_spoken: english
- ODROIDs: XU3
- Contact:
Re: [KERNEL] This is the official update thread for XU3
One more thing..
could you let me know why the other governor has problem to work on JUST Xu3 even though many os is using interactive or ondemand typically?
what is the main problem???? cuz of XU3's hardware characteristics?
could you let me know why the other governor has problem to work on JUST Xu3 even though many os is using interactive or ondemand typically?
what is the main problem???? cuz of XU3's hardware characteristics?
-
- Site Admin
- Posts: 11698
- Joined: Fri Feb 22, 2013 11:34 pm
- languages_spoken: english, portuguese
- ODROIDs: -
- Location: Brazil
- Contact:
Re: [KERNEL] This is the official update thread for XU3
HMP Scheduler.
-
- Posts: 6
- Joined: Tue Nov 18, 2014 4:40 am
- languages_spoken: english
- ODROIDs: XU3
- Contact:
Re: [KERNEL] This is the official update thread for XU3
hi
can the SCSI driver be activated, e.g. to enable connecting a USB CDROM?
currently (in 14.04 as supplied with an XU3) the config file has:
# CONFIG_BLK_DEV_SR is not set
https://raw.githubusercontent.com/hardk ... _defconfig
so I'm not getting /dev/sr0 for example...
thanks!
h
can the SCSI driver be activated, e.g. to enable connecting a USB CDROM?
currently (in 14.04 as supplied with an XU3) the config file has:
# CONFIG_BLK_DEV_SR is not set
https://raw.githubusercontent.com/hardk ... _defconfig
so I'm not getting /dev/sr0 for example...
thanks!
h
- meveric
- Posts: 9694
- Joined: Mon Feb 25, 2013 2:41 pm
- languages_spoken: german, english
- ODROIDs: X2, U2, U3, XU-Lite, XU3, XU3-Lite, C1, XU4, C2, C1+, XU4Q, HC1, N1, Go
- Contact:
Re: [KERNEL] This is the official update thread for XU3
i've just build a kernel with CDROM support and tested it with XBMC works perfectly fine. You can download it from my repository if you don't want to wait.
Donate to support my work on the ODROID GameStation Turbo Image for U2/U3 XU3/XU4 X2 X C1 as well as many other releases.
Check out the Games and Emulators section to find some of my work or check the files in my repository to find the software i build for ODROIDs.
If you want to add my repository to your image read my HOWTO integrate my repo into your image.
Check out the Games and Emulators section to find some of my work or check the files in my repository to find the software i build for ODROIDs.
If you want to add my repository to your image read my HOWTO integrate my repo into your image.
-
- Site Admin
- Posts: 11698
- Joined: Fri Feb 22, 2013 11:34 pm
- languages_spoken: english, portuguese
- ODROIDs: -
- Location: Brazil
- Contact:
Re: [KERNEL] This is the official update thread for XU3
Done, should be live in 30minutes.
-
- Posts: 6
- Joined: Tue Nov 18, 2014 4:40 am
- languages_spoken: english
- ODROIDs: XU3
- Contact:
Re: [KERNEL] This is the official update thread for XU3
SCSI USB CDROM working now, thanks for the quick fix!
h
h
- wombat
- Posts: 37
- Joined: Mon Mar 10, 2014 9:43 am
- languages_spoken: english
- ODROIDs: Odroid-XU Odroid-XU+E 4412 Odroid XU3
- Contact:
Re: [KERNEL] This is the official update thread for XU3
Please enable POSIX_MQUEUE in the default configs, as without it, NILFS2 cleaner daemon won't start.
-
- Site Admin
- Posts: 11698
- Joined: Fri Feb 22, 2013 11:34 pm
- languages_spoken: english, portuguese
- ODROIDs: -
- Location: Brazil
- Contact:
Re: [KERNEL] This is the official update thread for XU3
Addedwombat wrote:Please enable POSIX_MQUEUE in the default configs, as without it, NILFS2 cleaner daemon won't start.

-
- Posts: 9
- Joined: Mon Dec 15, 2014 12:41 pm
- languages_spoken: english
- ODROIDs: xu3 lite
- Contact:
Re: [KERNEL] This is the official update thread for XU3
I saw earlier in the thread you added uinput support for ubuntu. Can you also add this for android? DroidMote depends on this
- odroid
- Site Admin
- Posts: 29673
- Joined: Fri Feb 22, 2013 11:14 pm
- languages_spoken: English
- ODROIDs: ODROID
- Contact:
Re: [KERNEL] This is the official update thread for XU3
"uinput" included Android image will be released soon.otherush wrote:I saw earlier in the thread you added uinput support for ubuntu. Can you also add this for android? DroidMote depends on this
-
- Posts: 9
- Joined: Mon Dec 15, 2014 12:41 pm
- languages_spoken: english
- ODROIDs: xu3 lite
- Contact:
Re: [KERNEL] This is the official update thread for XU3
Fantastic! Thank you so much
Who is online
Users browsing this forum: No registered users and 0 guests