Matthias Schiffer
6bb7b87315
sunxi: sysupgrade: don't write partitions twice
...
When existing partitions are retained, the dd call writing the uboot image
in the space before the first partition was accidentally writing the whole
image, making the code for individual partitions redundant. Limit the copy
to 1016KiB (the first 8KiB are skipped, and the first partition starts at
1024KiB).
In addition, conv=notrunc is replaced with conv=fsync. It seems this was an
oversight, as notrunc doesn't make sense for block devices and all other dd
commands use conv=fsync.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2017-05-29 23:50:34 +02:00
Yousong Zhou
0ac00c931c
sunxi: use fwtool for checking sdcard images
...
To achieve this, device tree compatible string was used as boardname and
the value of it will be checked against supported_devices list.
It should be noted that we do not distinguish between
sun5i-a13-olimex-som and sun5i-a13-olinuxino as they share the same dts
file.
The other thing is that we need to gunzip the generated firmware to do
fwtool check.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-01-05 11:09:15 +01:00
Yousong Zhou
5ece16fd23
sunxi: add sysupgrade support
...
Enalbe builtin support for FAT filesystem as we need to mount boot
partition to store sysupgrade.tgz there
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-01-05 11:09:15 +01:00
John Crispin
dc92917409
image / basefiles: make console password configurable
...
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
Signed-off-by: John Crispin <john@phrozen.org>
2016-04-18 21:53:07 +02:00
Zoltan Herpai
9c0d3fcf82
sunxi: add descriptor files for wifi+bt modules (AP6181/6210), add brcmfmac to bananapro profile
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 48757
2016-02-24 23:31:48 +00:00
Zoltan Herpai
de4145c102
sunxi: fix Lamobo R1 board detection
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 48130
2016-01-04 15:53:36 +00:00
Jo-Philipp Wich
67e1c87012
all: drop old uci-defaults.sh
...
Replace former uci-defaults.sh implementation with the uci-defaults-new.sh one
and update all users accordingly.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47867
2015-12-11 15:26:06 +00:00
Jo-Philipp Wich
f906975e2d
sunxi: fix Lamobo Banana Pi R1 detection
...
Change the case switch to reflect the value used in the corresponding
device tree file.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47833
2015-12-11 11:00:14 +00:00
Jo-Philipp Wich
8298dfef5c
sunxi: fix board.d permissions
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47760
2015-12-04 14:39:20 +00:00
Jo-Philipp Wich
b6a9c5c400
sunxi: switch from uci-defaults to board.d
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47758
2015-12-04 14:32:52 +00:00
Zoltan Herpai
3ec986ab6c
sunxi: fix networking on Olimex A20 Micro
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 46536
2015-07-31 19:50:05 +00:00
Zoltan Herpai
3b83156a38
sunxi: workaround switch being uninitialized on netifd startup
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 44215
2015-01-30 00:18:21 +00:00
Zoltan Herpai
7146957461
sunxi: add support for Lamobo R1
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 44214
2015-01-30 00:17:16 +00:00
Zoltan Herpai
45e8630a4f
sunxi: use sunxi_board_name when generating default network settings
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 44213
2015-01-30 00:14:17 +00:00
Zoltan Herpai
7a5ef7b99f
sunxi: introduce sunxi_board_name() in /lib/sunxi.sh
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 44212
2015-01-30 00:12:29 +00:00
Zoltan Herpai
d4f6f169b8
sunxi: implement board_detect for device-tree kernels
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 44211
2015-01-30 00:11:30 +00:00
Zoltan Herpai
1e0c22507a
sunxi: bump kernel to 3.18 - refresh patches - add bananapro, cubietruck, mele_m9 support
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43900
2015-01-09 19:35:14 +00:00
Nicolas Thill
61a708154d
sunxi: fix network config on A20-OLinuXino-LIME
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43190
2014-11-06 02:23:12 +00:00
Zoltan Herpai
7f707a5216
sunxi: update devtree name in network setup for pcduino3 as preparing for 3.18
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43149
2014-11-02 10:11:36 +00:00
Zoltan Herpai
240f04765f
sunxi: add default interface for bananaPi
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42606
2014-09-17 23:15:30 +00:00
Zoltan Herpai
bf43c8e717
sunxi: fix typo in uci-defaults network config
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 40895
2014-06-01 12:18:53 +00:00
Zoltan Herpai
5e47b57e57
sunxi: various a13 changes - add rtl8192cu into A13 Olinuxino profile - make wlan0 the default interface
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 40617
2014-05-01 10:23:55 +00:00
Zoltan Herpai
c754682724
sunxi: add default network config for missing boards
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 40612
2014-04-30 22:04:34 +00:00
Zoltan Herpai
a51ffcc1d1
sunxi: init eth0 as lan instead of wan, add a couple boards
...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39973
2014-03-20 22:46:18 +00:00
Zoltan Herpai
f58bfd1df4
sunxi: rework target - update kernel to 3.12 - add patches for clocks, i2c, usb, sid, rtc - support common image for A10/A13/A20 - add support for a couple boards - most drivers are configured into the kernel as of now
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 38811
2013-11-14 23:12:52 +00:00
Luka Perkov
cb07269988
sunxi: add new target
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38651
2013-11-05 08:00:34 +00:00