Re: [dev] FW: Android SECURED mode

2018-01-21 Thread Tonny Tzeng
I'm pretty sure, from my experiments, the device owner can't access to an application resource if it does not have proper ACE setup. Our smart home companion app has two roles -- a resource client, and a provisioning client,

Re: [dev] FW: Android SECURED mode

2018-01-20 Thread Tonny Tzeng
HI Chiayu, Did you specify the use of secure endpoint while registering the Server? If yes, when the Client received the discovered server resource info, the Client should designate the use of the secure endpoint using setHost() method. Then, if the Server has proper "auth-crypt" connection type A

Re: [dev] FW: Android SECURED mode

2017-12-24 Thread Tonny Tzeng
Resources: information of the resource like its href and >> interface and resource type. >> >> Permission: this is bitmask >> >> Set the rowneruuid of the ACL to the uuid of the client >> >> In the pstat section, set the dos.s to 3 and i

Re: [dev] Android SECURED mode

2017-12-19 Thread Tonny Tzeng
and wrote: > Hi Tonny, > > So that means I can't access a resource registered with > ResourceProperty.SECURE flag by using coap:// while setting an ACE for it > with "anon_clear", right? > > Best regards, > A. Lapprand > > Em ter, 19 de dez de 2017 às 10:

Re: [dev] Android SECURED mode

2017-12-19 Thread Tonny Tzeng
n the SVR > database if I want a wildcard ACE to work. Right now I'm fighting some > build issues when building SECURED=1 for Android that came with the 1.3.1 > release. I'll certainly give feedback once I manage to do that. > > Thank you, > A. Lapprand > > Em t

Re: [dev] Android SECURED mode

2017-12-19 Thread Tonny Tzeng
ng Tool to establish ownership with both the Client >>> and the Server; >> >> (4) mutual install the credentials of each other by pairing the devices >>> with the OBT >>> >> I'm trying to simulate these by setting the device owner through the AC

Re: [dev] Android SECURED mode

2017-12-17 Thread Tonny Tzeng
Hi, We just posted an article at 01.org talking few security concept in IoTivity. Though we were using iotivity-node as an example, I think the following steps would get your Client accesses to the Server securely:

Re: [dev] About the difference PUT and POST action

2017-10-31 Thread Tonny Tzeng
​PUT and POST are methods capsulated in the HTTP requests​, IMO they have no much difference from API perspective, however you should reference the oneiota data model or the OCF resource type spec to have the right meaning for these operations. In general, PUT is used for cre

Re: [dev] Iotivity based Android test client

2017-10-05 Thread Tonny Tzeng
-dev@lists.iotivity.org; Tzeng, Tonny >; > > Brian Scriber ; Matthew Forbes > > ; VanCutsem, Geoffroy > > ; Rami Alshafi > > Subject: Re: Iotivity based Android test client > > > > Thanks Margaret ! > > > > Tonny, Geoffroy, Rami, if you have any hints a

Re: [dev] One question about building

2017-08-31 Thread Tonny Tzeng
IMO, the key of SECURED=1 is the SVR (Security Virtual Resources) have been enforced, it's ACL decides whether the accesses can be granted, the OC_SECURE and OC_NONSECURE flags are used for enabling plain coap:// and secured coaps:// endpoints during the resource registration. If you register a res

Re: [dev] provisioning client discover no unowned devices with V2 ACL

2017-08-15 Thread Tonny Tzeng
.json file example of this config! > > Thanks, > Nathan > > > > *From:* iotivity-dev-boun...@lists.iotivity.org [mailto: > iotivity-dev-boun...@lists.iotivity.org] *On Behalf Of *Tonny Tzeng > *Sent:* Tuesday, August 15, 2017 9:21 AM > *To:* iotivity-dev > *Subject:

[dev] provisioning client discover no unowned devices with V2 ACL

2017-08-15 Thread Tonny Tzeng
Hi developers, I tried to supply my sampleserver_justworks app with a modified oic_svr_db_server_justworks.json, as I'd like to defines ACL in V1 format, instead of using the original V2 ACLs, but the provisioning client can't discover this unowned device anymore if the device uses V1 ACL. Is it r

Re: [dev] One question about resource interface name

2017-08-04 Thread Tonny Tzeng
You may reference section 7.6 in the OCF Core specification [1] for detailed description. Basically, OC_RSRVD_INTERFACE_DEFAULT is the default reserved interface name "oic.if.baseline", "core.rw" is just an example used in the sample code. You definitely could use your own "vendor-defined Interface

Re: [dev] Can I get examples writen in C language

2017-08-04 Thread Tonny Tzeng
You may reference the occlient.cpp and ocserver.cpp in resource/csdk/stack/samples/linux/SimpleClientServer folder, they actually invoke IoTivity C API. FYI. Best Regards, Tonny On 4 August 2017 at 16:35, sunlf wrote: > Hi, IoT devs, > > > > I’m studying writing a code for light deice, WIFI mod

[dev] INVALID_PARAM while provision credentials

2017-08-03 Thread Tonny Tzeng
Hi, I am developing an Android provisioning client app for my device, but the app always throws below error (OcExecption.getMessage()) while provisioning credentials between 2 selected devices. OcSecureResource_provisionCredentials INVALID_PARAM the following are the snippet of the code, I have

[dev] bluetooth integration in iotivity

2017-06-15 Thread Tonny Tzeng
F. > > > > Regards > > Veeraj S Khokale > > > > ----- *Original Message* - > > *Sender* : Tonny Tzeng > > *Date* : 2017-06-15 14:38 (GMT+5:30) > > *Title* : Re: [dev] bluetooth integration in iotivity > > > Hi Veeraj, > > Than

[dev] bluetooth integration in iotivity

2017-06-15 Thread Tonny Tzeng
Hi Veeraj, Thanks for the pointer, I'm also looking for how IoTivity uses BLE as the transport. >From the SimplaBase source tree, it seems IoTivity has defined his own service ID ADE3D529-C784-4F63-A987-EB69F70EE816, instead of the Internet Protocol service ID 1820--1000-8000-00805f9b34fb

Re: Which interface exposes user folder to root

2017-02-06 Thread Tonny Tzeng
y On Tue, Feb 7, 2017 at 1:50 AM, Jamie Strandboge wrote: > On Mon, 2017-02-06 at 23:10 +0800, Tonny Tzeng wrote: > > Hi, > > > > The 'home' interface provides non-hidden files access to the snap defined > > commands, but what if specific commands need to be

Which interface exposes user folder to root

2017-02-06 Thread Tonny Tzeng
Hi, The 'home' interface provides non-hidden files access to the snap defined commands, but what if specific commands need to be run with 'sudo', how can I read files from my user folder? For example, from below syslog, I run my snap with 'sudo' to enable the bluetooth, but once I run the snap wit

Re: Which snap interface allows accessing /dev/rfkill?

2017-01-19 Thread Tonny Tzeng
he Store? Best Regards, Tonny On Thu, Jan 19, 2017 at 10:13 PM, Tonny Tzeng wrote: > Thanks for your quick responses, Simon & Jamie, it works by connect the > snap to 'network-control' interface. Many thanks! > > Best Regards, > Tonny > > On Thu, Jan

Re: Which snap interface allows accessing /dev/rfkill?

2017-01-19 Thread Tonny Tzeng
Thanks for your quick responses, Simon & Jamie, it works by connect the snap to 'network-control' interface. Many thanks! Best Regards, Tonny On Thu, Jan 19, 2017 at 5:50 PM, Simon Fels wrote: > On 19.01.2017 10:41, Tonny Tzeng wrote: > > Hi, > > > >

Which snap interface allows accessing /dev/rfkill?

2017-01-19 Thread Tonny Tzeng
Hi, I'd like to unblock the Bluetooth interface on Ubuntu Core, so I use 'stage-packages' keyword to install 'rfkill' package to my snap. If I install the snap in devmode, the rfkill command works as expected. But if the snap is installed in confined mode, I always get 'Permission denied', and the

[dev] IoTivity 1.2.1 cannot build for Android in Linux

2016-12-12 Thread Tonny Tzeng
Thanks for the pointer! Philippe, by downloading the boost zip file manually, it can build Android deliverable now. :) Best Regards, Tonny On Sat, Dec 10, 2016 at 12:30 AM, Philippe Coval < philippe.coval at osg.samsung.com> wrote: > Hi, > > On 09/12/16 08:29, Tonny Tzeng w

[dev] IoTivity 1.2.1 cannot build for Android in Linux

2016-12-09 Thread Tonny Tzeng
building associated VariantDir targets: out/android/x86/release scons: *** [ http://downloads.sourceforge.net/project/boost/boost/1.58.0/boost_1_58_0.zip?r=&ts=1421801329&use_mirror=iweb] AttributeError : 'ValueNodeInfo' object has no attribute 'timestamp' scons: buildi

[dev] IoTivity 1.2.1 cannot build for Android in Linux

2016-12-09 Thread Tonny Tzeng
Hi, My build machine can build Android base libraries and sample APKs from the Iotivity 1.1.1 tarball successfully without any trouble. However, when I tried to rebuild the libraries from Iotivity 1.2.1 tarball, I got below errors. I saw there was tinycbor caused the build issue on OSX while build

[dev] OCF data model question

2016-11-19 Thread Tonny Tzeng
Hi Thiago, Drarka, Uze, Thanks for the clarifications. Does that mean the receiving end should take the type attribute from CBOR data stream as a reference, and interpret the properties with flexibility? If any floating point number with no fractional part can be transmitted as an integer, how ab

[dev] OCF data model question

2016-11-16 Thread Tonny Tzeng
Hi, My Iotivity Android client observes updates from a illuminance resource, but it crashes sometimes when the received illuminance value is a java.lang.Integer. Is it the wrong implementation in the server or should I examine the type attribute (java.lang.Interger or Double) before casting the pr

[dev] DeviceDiscoveryServer crashes in Android

2016-08-17 Thread Tonny Tzeng
a hack, but it > works for me, for the moment. > > OCDeviceInfo deviceInfo = { > .deviceName = NULL, > .types = NULL, > .specVersion = NULL, > .dataModelVersions = NULL > }; > > HTH, > > Gregg > > On Tue, Aug 16, 2016 at 11:21 PM, Tonny Tzeng > wrote: &g

[dev] DeviceDiscoveryServer crashes in Android

2016-08-17 Thread Tonny Tzeng
Hi, Does anyone successfully run the devicediscoveryserver example code in Android? it always crashes on my x86 tablet with the following stack trace, and it looks to me the abort was caused by calling OcPlatform. registerDeviceInfo(),so I am wondering whether there already has a fix for it? Any p

[dev] Android API examples not working

2015-06-16 Thread Tonny Tzeng
You could set it to OcConnectivityType.IPv4, it works for me. Regards, Tonny On Tue, Jun 16, 2015 at 4:58 AM, Xin Li wrote: > Hello, > > > > I have met some problems with android-api in Iotivity 0.9.1. > > > > 1, in the BuildInstructionsForAndroidAPI.txt file, it says there are 9 > .so fil

[dev] Facing build issue for Android platform

2015-05-22 Thread Tonny Tzeng
Hi Joseph, The problem is not related to the invalid -march option, it's about the SConscript scripts never take the given 'ANDROID_HOME', 'ANDROID_NDK' etc settings from the command line, so the build system always download the sdk, ndk, and gradle at the 1st build, because the scripts only check

[Tizen Application-dev] -tonny.tzeng-

2013-06-02 Thread Tonny Tzeng
http://doninvest.org.ua/rcfeenti/sihrkiyqt.avbe ___ Application-dev mailing list Application-dev@lists.tizen.org https://lists.tizen.org/listinfo/application-dev

Re: [Tizen Application-dev] Musicplayer app src code broken

2013-05-21 Thread Tonny Tzeng
Hi Prabhu, Please keep in mind that the music player included in Tizen SDK/emulator is different than the one included in the real devices[1]. The built-in music player (i.e. apps.MusicPlayer) in the emulator is one of "Ref" apps using Tizen native API, and the music player (i.e. org.tizen.music-

Re: [PATCH] Specify vendor ID for Huawei modem while creating GPRS context

2010-12-11 Thread Tonny Tzeng
Hi Denis, No, you don't. You are confusing gprs atom and the gprs-context atom. > Grep for VENDOR in drivers/atmodem/gprs-context.c if you do not believe > me. There is no vendor specific code in the atmodem gprs-context driver. > Yes, my bad, I misunderstood the program flow... So, is huawei_p

Re: [PATCH v2] Skip unsolicied CREG/CGREG correctly while checking GPRS attach status

2010-12-11 Thread Tonny Tzeng
Hi Denis, On Sat, Dec 11, 2010 at 10:52 PM, Denis Kenzior wrote: > Hi Tonny, > > > In your proposed patch, it bypass the unsolicited response only if the > > 2nd number after +CGREG: is not single digit, however if the lac is > > single digit, we will still get the wrong state number. > > The la

Re: [PATCH] Specify vendor ID for Huawei modem while creating GPRS context

2010-12-11 Thread Tonny Tzeng
Hi Denis, On Tue, Dec 7, 2010 at 11:21 AM, Denis Kenzior wrote: > > > diff --git a/plugins/huawei.c b/plugins/huawei.c > > index 25dfaca..32cf70d 100644 > > --- a/plugins/huawei.c > > +++ b/plugins/huawei.c > > @@ -454,7 +454,7 @@ static void huawei_disconnect(gpointer user_data) > >

Re: [PATCH v2] Skip unsolicied CREG/CGREG correctly while checking GPRS attach status

2010-12-11 Thread Tonny Tzeng
> > > diff --git a/gatchat/gatresult.c b/gatchat/gatresult.c > > index 8a6dfae..c919305 100644 > > --- a/gatchat/gatresult.c > > +++ b/gatchat/gatresult.c > > @@ -39,6 +39,11 @@ void g_at_result_iter_init(GAtResultIter *iter, > > GAtResult *result) > > iter->line_pos = 0; > > } > > > > +gboo

[PATCH] Specify vendor ID for Huawei modem while creating GPRS context

2010-12-03 Thread Tonny Tzeng
--- plugins/huawei.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/huawei.c b/plugins/huawei.c index 25dfaca..32cf70d 100644 --- a/plugins/huawei.c +++ b/plugins/huawei.c @@ -454,7 +454,7 @@ static void huawei_disconnect(gpointer user_data)

[PATCH v2] Skip unsolicied CREG/CGREG correctly while checking GPRS attach status

2010-12-03 Thread Tonny Tzeng
This patch is to skip unsolicited CGREG while checking the GPRS attach status, especially for Huawei modem which sends lac and ci strings in unquoted format, and casues at_util_parse_reg() return lac value as status. --- drivers/atmodem/atutil.c | 12 gatchat/gatresult.c |

Re: [PATCH] Skip unsolicited CREG/CGREG correctly

2010-12-03 Thread Tonny Tzeng
Hi Denis, Thanks for reviewing. On Fri, Dec 3, 2010 at 5:22 AM, Denis Kenzior wrote: >>               /* Some firmware will report bogus lac/ci when unregistered */ >> +             /* in this case, we should skip it                          */ >>               if (s != 1 && s != 5) >> -        

[PATCH] Skip unsolicited CREG/CGREG correctly

2010-12-02 Thread Tonny Tzeng
This patch skip unsolicited CREG/CGREG correctly. Signed-off-by: Tonny Tzeng --- drivers/atmodem/atutil.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/atmodem/atutil.c b/drivers/atmodem/atutil.c index b6f0d92..2ca7b44 100644 --- a/drivers/atmodem/atutil.c

Re: [ofono] vendor code

2010-11-30 Thread Tonny Tzeng
Hi Dennis, On Tue, Nov 30, 2010 at 8:22 PM, Denis Kenzior wrote: >> While debugging a connection issue using huawei EM770W modem, I added >> a DBG code to print out the status value received in at_cgreg_cb() in >> drivers/atmodem/gprs.c, I found the status got from the >> at_util_parse_reg() is i

Re: [U-Boot] [PATCH] KGDB set / remove breakpoints

2010-04-19 Thread Tonny Tzeng
Thanks for the review, Mike. >> Please note, after applying this patch, those architectures, which >> already enabled KGDB support, have to create a new asm/kgdb.h and >> define the length of the break instruction (BREAK_INSTR_SIZE) in that >> file. > > i dont think breaking build is a good idea.

[U-Boot] [PATCH v2 0/4] [ARM] Add KGDB support for ARM platforms

2010-04-17 Thread Tonny Tzeng
This patchset adds KGDB support for ARM platforms. Since the KGDB support for ARM is through the undef instruction handler, we need to add code to the startup file to restore the user context after exception. Unfortunately, each ARM variant has his own start.S, so please reference the patch desig

[U-Boot] [PATCH v2 1/4] [ARM] Add KGDB support for ARM platforms

2010-04-17 Thread Tonny Tzeng
Signed-off-by: Tonny Tzeng --- arch/arm/lib/board.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c index f5660a9..f2b028c 100644 --- a/arch/arm/lib/board.c +++ b/arch/arm/lib/board.c @@ -381,6 +381,10 @@ void start_armboot

[U-Boot] [PATCH v2 4/4] [ARM] Add KGDB support for ARM platforms

2010-04-17 Thread Tonny Tzeng
Signed-off-by: Tonny Tzeng --- arch/arm/cpu/arm720t/start.S |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/arch/arm/cpu/arm720t/start.S b/arch/arm/cpu/arm720t/start.S index 90b7240..fd06298 100644 --- a/arch/arm/cpu/arm720t/start.S +++ b/arch/arm/cpu/arm720t

[U-Boot] [PATCH v2 3/4] [ARM] Add KGDB support for ARM platforms

2010-04-17 Thread Tonny Tzeng
Signed-off-by: Tonny Tzeng --- arch/arm/include/asm/kgdb.h | 66 +++ arch/arm/lib/Makefile |1 + arch/arm/lib/kgdb.c | 194 +++ 3 files changed, 261 insertions(+), 0 deletions(-) create mode 100644 arch/arm/include/asm

[U-Boot] [PATCH v2 2/4] [ARM] Add KGDB support for ARM platforms

2010-04-17 Thread Tonny Tzeng
Signed-off-by: Tonny Tzeng --- arch/arm/lib/interrupts.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/arm/lib/interrupts.c b/arch/arm/lib/interrupts.c index 1f2b815..6ee4309 100644 --- a/arch/arm/lib/interrupts.c +++ b/arch/arm/lib/interrupts.c @@ -37,6

[U-Boot] [PATCH] KGDB set / remove breakpoints

2010-04-17 Thread Tonny Tzeng
Please note, after applying this patch, those architectures, which already enabled KGDB support, have to create a new asm/kgdb.h and define the length of the break instruction (BREAK_INSTR_SIZE) in that file. Signed-off-by: Tonny Tzeng --- common

Re: [U-Boot] [PATCH] Add KGDB support for ARM platforms

2010-04-09 Thread Tonny Tzeng
Mike, thanks for your review. Here need your further clarifications, thanks in advance. On Fri, Apr 9, 2010 at 5:36 AM, Mike Frysinger wrote: > On Thursday 08 April 2010 05:40:02 Tonny Tzeng wrote: >> --- a/common/kgdb.c >> +++ b/common/kgdb.c >> @@ -220,6 +220,29 @@ hex

[U-Boot] [PATCH] Add KGDB support for ARM platforms

2010-04-08 Thread Tonny Tzeng
These patches add kgdb support for ARM platforms. The add and invocation of the bad_restore_user_regs macro in cpu/arm720t/start.S should be made to other cpu/arm*/start.S files as well. Signed-off-by: Tonny Tzeng ---  common/kgdb.c          |   30 ++  cpu/arm720t/start.S    |    7

[U-Boot] [PATCH] Add KGDB support for ARM platforms

2010-04-07 Thread Tonny Tzeng
These patches add kgdb support for ARM platforms. The add and invocation of the bad_restore_user_regs macro in cpu/arm720t/start.S should be made to other cpu/arm*/start.S files as well. Signed-off-by: Tonny Tzeng --- common/kgdb.c | 30 ++ cpu/arm720t/start.S|7

Re: [Moblin Dev] problem of uxlaunch ?

2010-01-20 Thread Tonny Tzeng
Remove the panel applet though will disable the associated option, but that option still occupy the toolbar space, FYI. 2010/1/20 Zhao, Forrest : > A dirty but effective way is to "mv /usr/libexec/moblin-panel-people > /usr/libexec/moblin-panel-people-app", then people panel will not show. I > o

Re: [Moblin Dev] problem of uxlaunch ?

2010-01-20 Thread Tonny Tzeng
I think those icons in Moblin toolbar are hard coded in mutter-moblin, so if you want to remove the People option, you may check the mnb-toolbar.c in mutter-moblin. I removed the "Pasteboard" option from there, FYI. Best Regards, Tonny On Fri, Dec 25, 2009 at 5:51 PM, Eric wrote: > Hi, >  I do

Re: [Moblin Dev] Mobline2.0 or 2.1 Dual Display Issue

2010-01-19 Thread Tonny Tzeng
est Regards > Adam > > -Original Message- > From: Tonny Tzeng [mailto:tonny.tz...@gmail.com] > Sent: Wednesday, January 20, 2010 10:08 AM > To: Huang, Adam [NETPWR/EMBED/SHZH] > Cc: dev@moblin.org > Subject: Re: [Moblin Dev] Mobline2.0 or 2.1 Dual Display Issue > >

Re: [Moblin Dev] Mobline2.0 or 2.1 Dual Display Issue

2010-01-19 Thread Tonny Tzeng
In Moblin 2.1, since the Moblin toolbar requires at least >=1024 pixels in width, the built-in gnome-display-property applet will filter out any resolutions which are less 1024 pixels in width, so you have to setup dual displays by using xrandr command manually. FYI. Best Regards, Tonny On Wed,

Re: [Moblin Dev] how to disable auto login?

2009-10-18 Thread Tonny Tzeng
IMHO, checking password does not secure your data, an intruder still can boot to runlevel 3, or boot from any live USB key and mount your home directory to get your data. However, if your system contains multiple user accounts, you could set to boot with gdm in /etc/sysconfig/desktop, install addi

Re: [Moblin Dev] Webcast doesn't work on Moblin

2009-10-06 Thread Tonny Tzeng
Hi Phoenix, Would you post the link of the problematic video clip here? Thanks. Best Regards, Tonny On Tue, Oct 6, 2009 at 3:12 PM, Phoenix Lee wrote: > > I got Moblin 2 running on my Sony netbook. Trying to watch video from the > IDF 2009 in SFO. It didn't work with the native web browser. Do

Re: [Moblin Dev] Timer in moblin

2009-09-29 Thread Tonny Tzeng
Hi Sam, >> I try to use timeline to be a time for every one second. When my > >> project is running, I try to change the system date or time. The > >> program is down. How do I do? Any other timer or function? > If the resolution is one second, I'd use pthread + sleep to do the job, no need to

Re: [Moblin Dev] always crash in Toshiba NB

2009-09-12 Thread Tonny Tzeng
Oops, forgot to mention, the setting is in /etc/sysconfig/desktop. On Sat, Sep 12, 2009 at 8:43 PM, Tonny Tzeng wrote: > I had similar problem before, but my case can be workaround by changing > DISPLAYMANAGER from "UXLAUNCH" to "GDM", it looks like the UX launc

Re: [Moblin Dev] always crash in Toshiba NB

2009-09-12 Thread Tonny Tzeng
I had similar problem before, but my case can be workaround by changing DISPLAYMANAGER from "UXLAUNCH" to "GDM", it looks like the UX launcher does not work for me. Maybe you could give it a try. Best Regards, Tonny On Wed, Sep 9, 2009 at 7:46 PM, bob wrote: > I don't get anything in Xorg.0.log

Re: [Moblin Dev] Developer Moblin2 image

2009-04-26 Thread Tonny Tzeng
Hi Eli, Here are steps I used to re-install the moblin v2 developer image to an external USB disk, hopefully it works for you. (1) Boot the developer image and select "Boot" option, because we need to do some modifications after the installation. (2) Launch the liveinst by clicking the "Install to

Re: [Moblin Dev] Alpha2: How *not* to build kernel-ivi/etc. from kernel source rpm?

2009-04-10 Thread Tonny Tzeng
You could try to remove those redundant lines... On Fri, Apr 10, 2009 at 5:12 PM, Peter-Jan Deweirdt wrote: > Hi, > > I had to do almost the same (I needed the menlow platform). > These are the changes I made in the .spec file > > #BuildKernel %make_target %kernel_image netbook > BuildKernel %mak

Re: [Moblin Dev] LiveUSB with MIC2 cannot booting

2009-02-04 Thread Tonny Tzeng
Hi Wang, My live USB can boot and install to Asus eeepc 901, and there are 2 folders the same as yours, so you may check whether the USB key is broken. I wonder the 'dd if=/dev/sdb1' would work, because the image should contain MBR which must be written to the starting of the device instead of par

Re: [Moblin Dev] About Moblin Enabling Center

2009-02-04 Thread Tonny Tzeng
IMHO, I "wish" the MEC would help to enable more 3rd party drivers on Moblin, because I believe Intel should have in-depth knowledge on Intel components, but normally ODMs integrate 3rd party controllers such as wifi to build the final products, so if the MEC would extend the coverage to support 3r

Re: [Moblin Dev] About MIC2 and MIC handling

2009-02-03 Thread Tonny Tzeng
Per MIC1 git log, it seems MIC1 will be used to build images for Moorestown, so will those supports be merged to MIC2? or we will back to MIC1 someday? Would any gentlemen advise the roadmap planning for MIC? Thanks Tonny On Wed, Feb 4, 2009 at 7:18 AM, Mitsutaka Amano wrote: > As you understan

Re: [Moblin Dev] Moblin 2.0 source code repositories

2009-02-02 Thread Tonny Tzeng
Hi Amano, I found source rpms in the http://repo.moblin.org/moblin/releases/test/alpha1/source/ folder, you could take a look. FYI. Thanks Tonny On Mon, Feb 2, 2009 at 11:03 PM, Mitsutaka Amano wrote: > Dear Intel Developers, > > I have some questions. > > 1. When will you show us the source re

Re: [Moblin Dev] Target Platform

2009-02-02 Thread Tonny Tzeng
I think the recommended board is the Diamondville platform or any N270 + 945GSE netbooks should work. As I recalled, the Moblin v2 Core distribution had been validated on Acer's Aspire One and Asus EeePC 901, so perhaps these netbooks are more popular. Thanks Tonny On Mon, Feb 2, 2009 at 11:11 PM

Re: [Moblin Dev] Moblin Image creator

2008-12-18 Thread Tonny Tzeng
You could try to mirror the Moblin repository and edit the repository setting in MIC to your local server. FYI. - Tonny On Thu, Dec 18, 2008 at 6:23 PM, Samant Rae wrote: > Hello ! >I have successfully installed Moblin Image Creator on my Fedora 9. > > I would like to know... after clic

Call for Specification of EVK

2001-06-11 Thread Tonny Tzeng
Hi there, We are a system design house, and we have port arm linux to several customers' boards. Now, we are planing to make a cost-effective ARM evaluation board not only for our internal usage, but also provides students with a low-cost arm-linux hands on tool, so I'd like to know what's the mi

Re: DC, Server setup

2000-04-26 Thread Tonny Tzeng
Can you mount pax0 from other machine? I had similiar problem before, the "blocked mount" of mine is caused by corrupt routing table, when I remove the default route, everything fine. - Tonny > > Once again, I have hit a wall. > > [snip] > > > pax0 mountd[142]: NFS mount of /tftpboot/paxx attemp