Feeds:
Posts
Comments

Archive for the ‘Raspberry PI’ Category

I have’nt introduced one of the most fascinate activities for Japanese RPi community – Eject command Users group by Ouchi Akira , @akkiesoft though I have known him for a long while 🙂

Eject Command is doing something through pushing and pulling out CD’s tray – ex.it powering on/off air conditioners.for more info please check the link his activities and if you are interested please join his community.

Akkie!

http://eject.kokuda.org/

I’m remembering akkiesoft playing around at Open Source Conference and Raspberry Jam – was very cool thus make Eben and us happy.and has become famous RPi communities all over the world.Liz mentioned on official blog and said the he was ‘great’.now he going and work toward ‘the first step’.

Next he should blog in Engish and disuss with Eben 🙂 ,Akkie (☝ ՞ਊ ՞)☝ ウィーン

Read Full Post »

Last week we hold Raspberry Jam #2 in Tokyo.We had the first foreigner guest from Australia.I was much surprised…BUT she told she misunderstood our event.I was too much sorry for her.we talked about the business in Japan and what and how Raspberry PI was in Japan.

We talked cases for PI,OMX player on PI and how to watch the pet through twitter using Raspberry PI..great time,and wondering using Famicon Cases for Raspberry PI.
for more detail please check the pics.

http://www.flickr.com/photos/lilyfan/sets/72157633284820593/

Next month we welcome the biggest guest,Eben Upton,founder of Raspberry PI Foundation.

Read Full Post »

According to JavaFX Advent Calendar 2012,I would write JavaFX on PI.

Note you should use ‘Hard-float’ not ‘Soft-float’ as you usually use for Oracle Java.Just download it ,untar and get the sample files.

Well just wondering no recognizing VNC and Wireless Keyboard and mouse.say ‘device error’ while executing.I haven’t tried the sample on github.but other samples on Oracle JavaFX site doesn’t work good the samples always say ‘glGetError 0x500’ – an OpenGL Error.wondering why they say.

here are pics executing.but you should read the known issues.there are too much I can’t help giving up…need to much more time for developing just Oracle teasing us.

DSC_0108

DSC_0106

DSC_0105

DSC_0104

next @skrb -san

Read Full Post »

Finally we got the Japanese PI forum at the official website!I have been keeping in touch with Eben and Liz,founders of the Raspberry PI Foundation.They ware here in Japan last month.they would present a talk here! I asked him to have it to encourage Japanese community,He was willing to add into official forum and add me as one of  ‘moderator’ for the forum!

feel free to post,much appreciate if you help with posting the issue to encourage Japanese community.

http://www.raspberrypi.org/phpBB3/viewforum.php?f=82

Read Full Post »

According to ‘Java Advent Calendar’ I just blog Getting Started Java on Raspberry PI.

First you should choose Java – Oracle Java or OpenJDK.if you choose Oracle Java you should use ‘Soft-float Debian wheezy’,or wont work on ‘Hard-float’,is a bit older.if you use Rev.B w/512MB after installation to SD,you should replace start.elf as follows.

git git://github.com/raspberrypi/firmware.git
cd firmware;git checkout;git checkout -b 48f8bb0e47
cd boot
cp armXXX_start.elf /Volume/$SD_NAME/start.elf (Mac OS X)
*arm496_start.elf or arm448_start.elf is prefer to use.

and please be careful installing JBOSS,use Oracle Java Embedded Suite for the installation.

if you use OpenJDK,you don’t have to.only download ‘Hard-float Raspbian wheezy’ and get it with apt-get.if you use jetty you might use JamVM,lightweight VM for Embedded.the installation is as follows.

sudo apt-get install openjdk-7-jdk git libtool autoconf automake
git clone git://git.berlios.de/jamvm
cd jamvm
./autogen.sh –with-java-runtime- library=openjdk7
make
sudo cp src/.libs/libjvm.so /usr/lib/jvm/java-7-openjdk-armhf/jre/lib/arm/jamvm/

hope to make it with Java you should also check my slideshare http://www.slideshare.net/masafumi_ohta/raspberry-pi-on-java-20121110

Next @tanaka733 -san

Read Full Post »

JBOSS on PI

According to ‘Java EE Advent Calendar by Japan Java UG.so I would blog JBOSS on PI but very slow so need some turnings.

Checking website it needs Oracle Java and ‘root’ privilege so I need Soft-ABI rasbian.and change start.elf to use 512MB (if you have Rev.B w/512MB)

Download Oracle Java Embededd Suite:http://download.oracle.com/otn-pub/java/JES/7.0-b11/jes-7.0-ga-bin-b11-linux-arm-runtime-15_nov_2012.zip
(not jdk,say ‘server VM only support ARM7+’)

And Download JBoss AS7:http://download.jboss.org/jbossas/7.1/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final.zip

in my case exacting the files to /opt

needs .bash_profile and active with ‘source .bash_profile’ for root
add to JAVA_HOME PATH to .bash_profile,

JAVA_HOME=/opt/jes7.0/jre
PATH=$PATH:$JAVA_HOME/bin
export JAVA_HOME PATH

run standalone.sh as root:
#/opt/jboss-as-7.1.1.Final/bin/standalone.sh -b 192.168.100.8 (your PI IP address)

=========================================================================

JBoss Bootstrap Environment

JBOSS_HOME: /opt/jboss-as-7.1.1.Final

JAVA: /opt/jes7.0/jre/bin/java

JAVA_OPTS: -server -XX:+TieredCompilation -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.server.default.config=standalone.xml

=========================================================================

05:35:05,272 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA
05:35:09,249 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA
05:35:10,217 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final “Brontes” starting
05:35:34,040 INFO [org.xnio] XNIO Version 3.0.3.GA
05:35:34,115 INFO [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)
05:35:34,362 INFO [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA
05:35:34,640 INFO [org.jboss.remoting] JBoss Remoting version 3.2.3.GA
05:35:35,691 INFO [org.jboss.as.configadmin] JBAS016200: Activating ConfigAdmin Subsystem
05:35:35,830 INFO [org.jboss.as.clustering.infinispan] JBAS010280: Activating Infinispan subsystem.
05:35:36,064 INFO [org.jboss.as.naming] JBAS011800: Activating Naming Subsystem
05:35:36,178 INFO [org.jboss.as.security] JBAS013101: Activating Security Subsystem
05:35:36,362 INFO [org.jboss.as.osgi] JBAS011940: Activating OSGi Subsystem
05:35:36,508 INFO [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers
05:35:40,303 INFO [org.jboss.as.security] (MSC service thread 1-2) JBAS013100: Current PicketBox version=4.0.7.Final
05:35:40,559 INFO [org.jboss.as.connector] (MSC service thread 1-1) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
05:35:43,667 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool — 54) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
05:35:44,093 INFO [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service
05:35:47,348 INFO [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-1) JBoss Web Services – Stack CXF Server 4.0.2.GA
05:35:48,015 INFO [org.jboss.as.mail.extension] (MSC service thread 1-1) JBAS015400: Bound mail session [java:jboss/mail/Default]
05:35:53,151 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-1) Starting Coyote HTTP/1.1 on http–192.168.100.8-8080
05:36:03,365 INFO [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on /127.0.0.1:9999
05:36:03,976 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) JBAS015012: Started FileSystemDeploymentService for directory /opt/jboss-as-7.1.1.Final/standalone/deployments
05:36:04,397 INFO [org.jboss.as.remoting] (MSC service thread 1-2) JBAS017100: Listening on /192.168.100.8:4447
05:36:05,502 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
05:36:05,837 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
05:36:05,848 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.1.1.Final “Brontes” started in 66170ms – Started 133 of 208 services (74 services are passive or on-demand)

very slow so I have to some turning I will check later.

Next @btnrouge -san

Read Full Post »

We Japanese Raspberry PI Users Group will hold First Raspberry Jam in Tokyo.I am eager to hold for networking Raspberry PI Users in Tokyo sharing the thought,ideas or some.All are welcome – Apps,Cases,OSes,Langs..Beginners are welcome,needless to say,Intermediates and Advances.all you needs ‘Love for PI’ – be a fan for PI to get started the PI.fortunately you know Raspberry PI is for studying how computer works – not for business – not needed any speeds,performances.Making Cases for PI is great contribution for the PI’s communities,right?Not needed some IT skills you can getting started with PI!
We very welcome youngers,girls encouraging our JP RasPI UG.why dont you join us and much appreciate if you would come.

For more info please check the link.

http://www.raspberrypi.org/phpBB3/viewtopic.php?f=57&t=24639

hope to see you soon!

Read Full Post »

Huge stocker for PIs in U.K.

Rasberry PI resaler CPC

CPC is sis company of Element14,which has been manufacturing Raspberry PI since the Rev.2 has been released,now having much more stocks for PI.it is almost a week to deliver.Their international customers need to contact with internationalsales@cpc.co.uk.you can use credit card or paypal

last week I purchased an order 3 PIs.cost me 91.19£ (12,177 JPN Yen) included shipping fee (UPS),the international sales said the fee was same till 11 units.in this case it was my trial purchase – you know it is too much long time to deliver from RS components,almost 10 week! – so I tried to buy 3 units to check how long it take to deliver to Japan.

The sales was not good – mistook delivery places and it was 3 days they checked my payments (PayPal) – a bit long.fortunately UPS told me yesterday they correctly deliver.Perhaps it was their new delivery to me so next time it won’t be happened – I do hope.

Anyway there were a bit problem with them,getting my PIs though,they will deliver this week :-p I am happy to get new so faster.will try many to present two event – Japanese Android Bazzar in Tohoku and JJUC CCC in Tokyo.

Read Full Post »

Yes I have established.Last week I have talked some OSS guys,who is interested in PI,they told me we should establish the Users Group.it has been a long long while no lead any OSS groups since OpenSolaris is killed by Oracle though but I would love to do because much more OSS guys here in Japan interested in such a small,cheaper device.and I would say I would much welcome IT beginners because it is for education – not useful using on our daily business.

I now planning to many…now registered on Google Group for mailing List.and trying to have website for the group.and I dare to say I wont use the word ‘studying meeting’ thus say ‘MeetUp’ for networking all the members – geek,guru and beginners.and hopefully bring some sweets every meeting to take a bite :-p

So why don’t you join us? Of course I welcome Gaijin-san living in Japan joining the group 🙂
https://groups.google.com/d/forum/japanese-raspberry-pi-users-group

We just take a bite 🙂

Read Full Post »