Hi all JOP users, I just wanted to inform you that all projects have changed a little bit because the component sc_cnt was replaced by sc_sys. The change was...
====================================================================== CALL FOR PAPERS The 5th Workshop on Java Technologies for Real-Time and Embedded Systems...
... Hey !! I was thinking on that too!!. I just took the easiest approach and made independent schedulers for each processor. But I think that the code in...
... The changes in sc_sys are just for booting the CMP. A single 'run' bit that is set by CPU0 and read by CPUn. It has at the moment nothing to do with...
... My implementation is as follows: 1)A owner_id variable on the object to store the id of the thread. 2)A count variable in the same place to know how many...
Hello, I am studying JOP and I like to try develop one application board (JOP) to communicating with the network. This application only get one information of...
... Basically each board that contains a serial line can be used to perform networking with SLIP or PPP. However, keep in mind that the serial line is also...
The Cyclone board are specific for Java (JOP)? What are the pre- requirements for use Java in these boards?? Regards. ... (JOP) ... one ... application....
No, it's not specific for JOP. I've run on it also: NIOS, LEON, and mlite (but mlite has some bugs). You should use JOP for Java on this board ;-) An...
On Cyclone EP1C6 I can write one program, erase, and write many times? I need one Cyclone EP1C6 for test my application, one Baseio for integrate with Ethernet...
... During development you will just download the program - that means as often as you like ;-) ... yes, that's it. ... A PC, a network cable, and a serial...
JNode, a "Java New OS Design Effort" is an open source all java operating system.It is a modern OS with support for modern hardware devices intended tobe...
Hi, ... RFID per ... Probably you mean if you can connect the board with other boards? That depends on the interface of the other boards. At the following link...
Hello Everybody! My JOP runs very slow! On start-up it says "V 0 - 1 MHz". In Martin's thesis I saw that it runs up to 100 MHz. Can anybody tell me how I can...
Hi Nelson, ... I think you will have to give us a little bit more information. So what type of FPGA are you using? What project are you using? Have you made...
Hi, ... Okay, I think you miss something. The baseIO board is a kind of a motherboard of the whole JOP system. It provides the system with some basic...
Hi Chris, ... I am using the Altera Cyclone EP1C12Q240C8. ... I am using the cyc12baseio. I recall that I once changed the size of the method cache. ... I am...
Then I need to find one baseIO board that support my type of board and support Cyclone board for become compatible with JOP. What is the specification that my...
Hi Nelson, okay, so I suggest that you checkout jop again to another direction and try to download the cyc12baseio. Then the processor should run with a ...
Hi Martin, Everyone, I've been working to build the jop but can't seen to find where my error is stemming from: From www.jopdesign.com/start.jsp, it says to...
... that's still true. However, the better document is the PDF available from the web site (build.pdf). ... 'depreciated' is just a warnung. You can ignore it....
Hi Martin, Thanks for the swift reply! The build.pdf has a lot better documentation (especially for porting and extending JOP) and I'm almost certain now that...
Hi Chris, yesterday I already played around with my path settings and tried to reproduce the errors you get because I also think that it is a kind of a Java...
Hi Chris, when did you checkout the JOP project? I checked it out right now with CVS and the make works fine on my machine! If you haven't checked it out...
Hi Christof, I'm using JDK 1.6 and is correctly linked as I use Java elsewhere in my work. I think it's a Java problem too - I'll try reverting to 1.5 and see...
Hi Christof, I downloaded via CVS the latest version and that works fine for me now, with JDK 1.6 as well which people might find helpful. But my new error is...