2011/1/12 Madhavi Manchala <[email protected]>: > Dear All, > > Does OpenWRT supports the ARM architecture? If does not, how can I > build the images for ARM architecture? Is there any documentation for > building the images for ARM? > > I am new to OpenWRT. I followed the > http://wiki.openwrt.org/doc/howto/build link to download and build the > OpenWRT. I downloaded OpenWRT backfire successfully. However, I did > not find the ARM in the "Target System" menu after running the "make > menuconfig" from backfire folder. > > Is there any method for building the OpenWRT images for ARM? > Hello Madhavi as you know arm is a wide processor family so before start to compile and configure you could try a target that is "nearest" to your soc chip
A list of arm target inside trunk is openwrt-svn/trunk/target/linux$ grep 'arm' */Makefile at91/Makefile:ARCH:=arm at91/Makefile:CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -funit-at-a-time cns3xxx/Makefile:ARCH:=arm cns3xxx/Makefile:CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -funit-at-a-time ep93xx/Makefile:ARCH:=arm ep93xx/Makefile:CFLAGS:=-Os -pipe -march=armv4t -funit-at-a-time gemini/Makefile:ARCH:=arm gemini/Makefile:CFLAGS:=-Os -pipe -march=armv4 -mtune=arm9tdmi -funit-at-a-time goldfish/Makefile:ARCH:=arm goldfish/Makefile:CFLAGS:=-O2 -pipe -march=armv5te -mtune=xscale -funit-at-a-time imx21/Makefile:ARCH:=arm imx21/Makefile:CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -funit-at-a-time iop32x/Makefile:ARCH:=arm ixp4xx/Makefile:ARCH:=armeb kirkwood/Makefile:ARCH:=arm kirkwood/Makefile:CFLAGS:=-Os -pipe -march=armv5te -mtune=marvell-f -funit-at-a-time omap24xx/Makefile:ARCH:=arm omap35xx/Makefile:ARCH:=arm omap35xx/Makefile: omap35xx arm orion/Makefile:ARCH:=arm orion/Makefile:CFLAGS=-Os -pipe -march=armv5t -mtune=xscale -funit-at-a-time pxa/Makefile:ARCH:=arm realview/Makefile:ARCH:=arm realview/Makefile:CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -funit-at-a-time s3c24xx/Makefile:ARCH:=arm s3c24xx/Makefile:CFLAGS:=-O2 -pipe -march=armv4t -mtune=arm920t -funit-at-a-time s3c24xx/Makefile: S3C24xx arm _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-users
