ogry
02-13-2009, 02:20 AM
Hello,
This week I learned a bit more about OpenWRT and RS, but a lot remain to be discovered. As result, a lot of questions arises. I promises a nice FAQ with the answers ;-)
I set-up a development environment as explained here (http://forum.openwrt.org/viewtopic.php?id=8410).
I download the tar file (http://www.ubnt.com/downloads/RS/openwrt-routerstation.tgz) from the post (http://forum.ubnt.com/forum/viewtopic.php?t=8014), unpacked it and run make.
Wait more than 6 hours, and I get some files in the openwrt-trunk/bin directory that this script make.
-rw-r--r-- 1 ogry ogry 793 2009-02-12 21:00 md5sums
-rw-r--r-- 1 ogry ogry 4660017 2009-02-12 21:00 openwrt-ar71xx-rootfs.tgz
-rw-r--r-- 1 ogry ogry 3801088 2009-02-12 21:00 openwrt-ar71xx-root.squashfs
-rw-r--r-- 1 ogry ogry 6946816 2009-02-12 21:00 openwrt-ar71xx-tew-632brp-squashfs.bin
-rw-r--r-- 1 ogry ogry 6946840 2009-02-12 21:00 openwrt-ar71xx-tew-632brp-squashfs.webui
-rw-r--r-- 1 ogry ogry 6946816 2009-02-12 21:00 openwrt-ar71xx-tew-652brp-squashfs.bin
-rw-r--r-- 1 ogry ogry 6946840 2009-02-12 21:00 openwrt-ar71xx-tew-652brp-squashfs.webui
-rw-r--r-- 1 ogry ogry 1053780 2009-02-12 21:00 openwrt-ar71xx-uImage-gzip.bin
-rw-r--r-- 1 ogry ogry 764243 2009-02-12 21:00 openwrt-ar71xx-uImage-lzma.bin
-rwxr-xr-x 1 ogry ogry 2322566 2009-02-12 21:00 openwrt-ar71xx-vmlinux.bin
-rwxr-xr-x 1 ogry ogry 2331824 2009-02-12 21:00 openwrt-ar71xx-vmlinux.elf
-rw-r--r-- 1 ogry ogry 1114112 2009-02-12 21:00 openwrt-ar71xx-vmlinux.gz
-rw-r--r-- 1 ogry ogry 786432 2009-02-12 21:00 openwrt-ar71xx-vmlinux.lzma
drwxr-xr-x 3 ogry ogry 4096 2009-02-12 19:59 packages
What of this bunch is supposed to be the flushed in the RS?
It's safe to flush any? (I'm afraid to broke somehow the RedBoot loader!)
Is there a simply safe way, like a command line that update kernel and rootfs partitions?
I want to use an ACX111 miniPCI wifi card on th RS. Is there any way to compile the .ko file needed to use the 'insmod' command?
Can I use 'make menuconfig' from the openwrt-trunk directory to 'personalize' my distro, adding LUA and some other widgets, like print servers, wx200d, USB webcams, GPIO management...?
If yes, can I use any option or there are unsafe options? (I show that some don't works, like theses latest USB's radios, from my firsts trials to build all)
Where on the RS file system must I put theses 'packages'?
I must 'tftpd' the packages files to the RS on the bootloader or I can 'scp' them anytime?
I think that it could be nice to have a VMware appliance were to test safely theses things...
Saludos, OSCAR.
This week I learned a bit more about OpenWRT and RS, but a lot remain to be discovered. As result, a lot of questions arises. I promises a nice FAQ with the answers ;-)
I set-up a development environment as explained here (http://forum.openwrt.org/viewtopic.php?id=8410).
I download the tar file (http://www.ubnt.com/downloads/RS/openwrt-routerstation.tgz) from the post (http://forum.ubnt.com/forum/viewtopic.php?t=8014), unpacked it and run make.
Wait more than 6 hours, and I get some files in the openwrt-trunk/bin directory that this script make.
-rw-r--r-- 1 ogry ogry 793 2009-02-12 21:00 md5sums
-rw-r--r-- 1 ogry ogry 4660017 2009-02-12 21:00 openwrt-ar71xx-rootfs.tgz
-rw-r--r-- 1 ogry ogry 3801088 2009-02-12 21:00 openwrt-ar71xx-root.squashfs
-rw-r--r-- 1 ogry ogry 6946816 2009-02-12 21:00 openwrt-ar71xx-tew-632brp-squashfs.bin
-rw-r--r-- 1 ogry ogry 6946840 2009-02-12 21:00 openwrt-ar71xx-tew-632brp-squashfs.webui
-rw-r--r-- 1 ogry ogry 6946816 2009-02-12 21:00 openwrt-ar71xx-tew-652brp-squashfs.bin
-rw-r--r-- 1 ogry ogry 6946840 2009-02-12 21:00 openwrt-ar71xx-tew-652brp-squashfs.webui
-rw-r--r-- 1 ogry ogry 1053780 2009-02-12 21:00 openwrt-ar71xx-uImage-gzip.bin
-rw-r--r-- 1 ogry ogry 764243 2009-02-12 21:00 openwrt-ar71xx-uImage-lzma.bin
-rwxr-xr-x 1 ogry ogry 2322566 2009-02-12 21:00 openwrt-ar71xx-vmlinux.bin
-rwxr-xr-x 1 ogry ogry 2331824 2009-02-12 21:00 openwrt-ar71xx-vmlinux.elf
-rw-r--r-- 1 ogry ogry 1114112 2009-02-12 21:00 openwrt-ar71xx-vmlinux.gz
-rw-r--r-- 1 ogry ogry 786432 2009-02-12 21:00 openwrt-ar71xx-vmlinux.lzma
drwxr-xr-x 3 ogry ogry 4096 2009-02-12 19:59 packages
What of this bunch is supposed to be the flushed in the RS?
It's safe to flush any? (I'm afraid to broke somehow the RedBoot loader!)
Is there a simply safe way, like a command line that update kernel and rootfs partitions?
I want to use an ACX111 miniPCI wifi card on th RS. Is there any way to compile the .ko file needed to use the 'insmod' command?
Can I use 'make menuconfig' from the openwrt-trunk directory to 'personalize' my distro, adding LUA and some other widgets, like print servers, wx200d, USB webcams, GPIO management...?
If yes, can I use any option or there are unsafe options? (I show that some don't works, like theses latest USB's radios, from my firsts trials to build all)
Where on the RS file system must I put theses 'packages'?
I must 'tftpd' the packages files to the RS on the bootloader or I can 'scp' them anytime?
I think that it could be nice to have a VMware appliance were to test safely theses things...
Saludos, OSCAR.