Hi all. I wanted to tell that I have successfully compiled the package and now I have a helloworld.ipk file. Can anybody guide me how to install .ipk file on router ?
Topic: How to install .ipk file on router
The content of this topic has been archived on 18 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.
The simple way is to use WinSCP http://winscp.net program to copy your mypackage.ipk to router ( to /tmp) (just pull your file from one window to another
Then make via ssh consol (Putty):
cd /tmp
ls //you should see your *.ipk
opkg install /tmp/mypackage.ipkThat's all ![]()
(Last edited by rusink on 16 Feb 2013, 06:00)
Thanks for your reply . I tried this
root@OpenWrt:~# opkg install helloworld_1_ar71xx.ipk
Installing helloworld (1) to root...
Configuring helloworld.
root@OpenWrt:~#
root@OpenWrt:~#
root@OpenWrt:~# helloworld
/bin/helloworld: line 1: syntax error: unexpected "("
The program is running on terminal as it just has to print a line, but in openwrt, it is giving me error
Any suggestions ?
Installing helloworld (1) to root...
helloworld
/bin/helloworld: line 1: syntax error: unexpected "("The program is running on terminal as it just has to print a line, but in openwrt, it is giving me error
Any suggestions ?
Check your code once more and package name before compiling ![]()
(Last edited by rusink on 16 Feb 2013, 14:49)
I am following this link, and the author is having same output as mine
Well, well, well!
Firstly try to see openwrt-wiki - http://wiki.openwrt.org/doc/howto/obtain.firmware.sdk
Meanwhile, I'll try to compile your code ![]()
Can you help me in solving my problem at this link
The discussion might have continued from here.
