aboutsummaryrefslogtreecommitdiffstats
path: root/tools/elftosb/patches
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-02-15 23:53:08 +0000
committerLuka Perkov <luka@openwrt.org>2014-02-15 23:53:08 +0000
commit0c25f159fd44c20c13a37148ff91b283c307dcfe (patch)
tree3038e618b22054be20dee33ec16867c65257ec44 /tools/elftosb/patches
parent777e7c3ff5d0030dc7d24a43b70dfd2d3b2a5a4c (diff)
downloadupstream-0c25f159fd44c20c13a37148ff91b283c307dcfe.tar.gz
upstream-0c25f159fd44c20c13a37148ff91b283c307dcfe.tar.bz2
upstream-0c25f159fd44c20c13a37148ff91b283c307dcfe.zip
kirkwood: update support for iconnect
Previous patch was pushed due to false user report. While at it fix alphabetic ordering. The board is optimized for ubi(fs) and boots OpenWrt without changes to uboot environment if OpenWrt's uboot package is used. In order to flash the image run following commands in uboot shell: nand erase 0x200000 0x1fe00000 ubi part root ; ubi remove rootfs ; ubi create rootfs tftpboot 0x800000 openwrt-kirkwood-iconnect-rootfs.ubifs ; ubi write 0x800000 rootfs ${filesize} ; reset Signed-off-by: Luka Perkov <luka@openwrt.org> CC: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39591
Diffstat (limited to 'tools/elftosb/patches')
0 files changed, 0 insertions, 0 deletions
17 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190