Wednesday, April 27, 2016

CDAC Hyderabad DESD Study Material

Click on the following link as per your requirement 

1.For ARM material-------------------------------->  click here
2.For Device Drivers material ---------------->       click here
3.For OS material ---------------------------------->  click here
4.For Aptitude material ----------------------------> click here
5.For GSM material --------------------------------> click here
6.For JAVA material ------------------------------->  click here
7.For Rtos material -------------------------------->  click here
8.For DCN material --------------------------------> click here
9.For DSP material --------------------------------> click here

Other Important links which will add-on to your knowledge 
1.For OS Tutorials in Hindi -----------------------> click here
2.For Pre-Dac Queries  ----------------------------------> click here
3.For installing arm tool chain --------------------------> click here

if you like this post you can join my blog , by clicking on join this site also you can like my page on facebook by clicking here My Journey.
For further queries you can mail me at - kapil0123@gmail.com.

Tuesday, April 5, 2016

Installing ARM Tool Chain

Steps:-
1.  Copy ARM folder to desktop.
2. Open Terminal do cd Desktop/ARM/arm_tool_chain then press enter.
3. Type chmod 777 arm_install.sh  (Changing the permissions of arm_install.sh .). press enter.
4. Type sudo apt-get install arm_install.sh (press enter and type your password this will install your arm tool chain).
5. If above step doesn’t work use ./arm_install.sh or sudo ./arm_install.sh.  (press enter and type your password).Restart your PC.
6.To check whether arm tool chain is installed or not in command prompt type arm and press two time tab arm tool chain related file if shown means tool chain is installed otherwise it is not there.
7. If you face an error like libtercap.so.2 permission denied or something similar to that  while compiling then you just need to trace this file and change its permssions. 
8.You will find this file in filesystem/user/lib go there and search and change the permission using chmod libtercap.so.2

to download setup and respective material click here Arm tool chain and Material.
if you like this post you can join my blog , by clicking on join this site also you can like my page on facebook by clicking here My Journey.