Hi everybody,
 
 I'm a openwrt newbie and I've some issues running OpenWRT on a RT5350 board.
 
 I tried "openwrt-15.05-ramips-rt305x-vmlinux.bin" which I transformed in
 uImage with:
 mkimage -A mips -O linux -T kernel -C none -a 0x80000000 -e 0x80000000 \
  -d openwrt-15.05-ramips-rt305x-vmlinux.bin uImage
 
 But I only get three lines loop when I put that on my target through uboot + 
tftp:
 
 [    0.000000] Linux version 3.18.20 (buildbot@builder1) (gcc version 4.8.3 
(OpenWrt/Linaro GCC 4.8-2014.04 r46450) ) #1 Fri Sep 4 19:34:21 CEST 2015
 [    0.000000] SoC Type: Ralink RT5350 id:1 rev:3
 [    0.000000] bootconsole [early0] enabled
 [    0.000000] CPU0 revision is: 0001964c (MIPS 24KEc)
 [    0.000000] Linux version 3.18.20 (buildbot@builder1) (gcc version 4.8.3 
(OpenWrt/Linaro GCC 4.8-2014.04 r46450) ) #1 Fri Sep 4 19:34:21 CEST 2015
 [    0.000000] SoC Type: Ralink RT5350 id:1 rev:3
 [    0.000000] bootconsole [early0] enabled
 [    0.000000] CPU0 revision is: 0001964c (MIPS 24KEc)
 [    0.000000] Linux version 3.18.20 (buildbot@builder1) (gcc version 4.8.3 
(OpenWrt/Linaro GCC 4.8-2014.04 r46450) ) #1 Fri Sep 4 19:34:21 CEST 2015
 [    0.000000] SoC Type: Ralink RT5350 id:1 rev:3
 [    0.000000] bootconsole [early0] enabled
 [    0.000000] CPU0 revision is: 0001964c (MIPS 24KEc)
 [    0.000000] Linux version 3.18.20 (buildbot@builder1) (gcc version 4.8.3 
(OpenWrt/Linaro GCC 4.8-2014.04 r46450) ) #1 Fri Sep 4 19:34:21 CEST 2015
 [    0.000000] SoC Type: Ralink RT5350 id:1 rev:3
 [    0.000000] bootconsole [early0] enabled
 [    0.000000] CPU0 revision is: 0001964c (MIPS 24KEc)
 [    0.000000] Linux version 3.18.20 (buildbot@builder1) (gcc version 4.8.3 
(OpenWrt/Linaro GCC 4.8-2014.04 r46450) ) #1 Fri Sep 4 19:34:21 CEST 2015
 [    0.000000] SoC Type: Ralink RT5350 id:1 rev:3
 [    0.000000] bootconsole [early0] enabled
 [    0.000000] CPU0 revision is: 0001964c (MIPS 24KEc)
 [    0.000000] Linux version 3.18.20 (buildbot@builder1) (gcc version 4.8.3 
(OpenWrt/Linaro GCC 4.8-2014.04 r46450) ) #1 Fri Sep 4 19:34:21 CEST 2015
 [    0.000000] SoC Type: Ralink RT5350 id:1 rev:3
 [    0.000000] bootconsole [early0] enabled
 [    0.000000] CPU0 revision is: 0001964c (MIPS 24KEc)
 
 I've the exact same result when I clone the git and compile the whole thing.
 
 Did I miss something?
Thanks,Fred
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to