Difference between revisions of "NALLATECH"
From Vlsiwiki
Line 19: | Line 19: | ||
- Setup on-board DDR-II memory | - Setup on-board DDR-II memory | ||
+ | |||
+ | === [[Hints to work with Nallatech System]] === | ||
+ | |||
+ | - The only way to communicate with the system right now is through the AFU interface, using the ACP_Memcopy() function. | ||
+ | Never use less than 64bytes to send and 64bytes to receive or the system will hang up. |
Revision as of 19:08, 23 October 2009
http://www.nallatech.com/index.php/Intel-Xeon-FSB-Socket-Fillers/fsb-compute-module.html
Project Goals
- Implement a setup a LEON3 processor running Linux on the Nallatech board
- Set up Hasim environment
Project Status
- LEON3 is booting from Onchip RAM, and sending data through the FSB.
Next steps
- Make LEON3 boot from System main memory. That includes to connect the system bus directly to the FSB and write a bootloader.
- Setup on-board DDR-II memory
Hints to work with Nallatech System
- The only way to communicate with the system right now is through the AFU interface, using the ACP_Memcopy() function.
Never use less than 64bytes to send and 64bytes to receive or the system will hang up.