Alexander Couzens
40032e1b0b
replace old u-boot setlocalversion script with our git describe
...
version now includes our tag as well.
8 years ago
Alexander Couzens
451635eda3
configs/jb02v2: remove 'v2' from initramfs file
...
the jb02v2 must match the openwrt board name which doesn't contain a v2 and isn't
easy changable
8 years ago
Alexander Couzens
d97d1ee1f2
correct recovery filenames to be in sync with openwrt builds
...
removed prefix -skw and -cb2 from jb names
8 years ago
Alexander Couzens
a40eea5aa4
fix type which broke jb02v2-cb2 image
...
jb02v2-cb used the wrong config file.
8 years ago
Alexander Couzens
aa579e90e9
configs: rename recovery image filename to be consistant
...
sed -i 's/-sysmo-/-sysmocom-/g'
8 years ago
Alexander Couzens
7923dcb950
correct recovery file names to match openwrt initramfs names
8 years ago
Alexander Couzens
2caf7c3d47
disable usb init stuff
...
usbboot is not used by us.
ar7240_usb_initial_config changes PLL value which could be
a problem.
8 years ago
Alexander Couzens
07469c59e3
detect flash chips by jedec ids instead of using hardcoded values
8 years ago
Alexander Couzens
37e46a66f3
fix indention
...
2 space indention was used. Using tabs
8 years ago
Alexander Couzens
832abd89bb
ar7240/flash: make jedec id usable
...
It just read and printf() the value, but doesn't returned it
8 years ago
Alexander Couzens
6ae76c3541
dhcp: increase timeout counts to wait long enoguh for STP forward
8 years ago
Alexander Couzens
36f05d569d
cmd_recovery: remove old unused argument force
8 years ago
Alexander Couzens
e962169649
cmd_recovery: replace flashing with booting an initramfs image
8 years ago
Alexander Couzens
211d005623
jb02v3-skw: increase flash size to 16mb
8 years ago
Alexander Couzens
35dabe9f00
add missing configuration file for jb02v3-skw based on ap2
8 years ago
Alexander Couzens
4de88f22b4
add support for jb02v3-skw based on ap2
8 years ago
Alexander Couzens
92b0391332
rename jb02 into jb02v2-cb2
8 years ago
Alexander Couzens
7ea899a6d8
Revert "cmd_recovery: seperate multicommand lines by "&&"."
...
This reverts commit a418c264b2
.
run_command() doesn't understand &&.
8 years ago
Alexander Couzens
b5cd30559c
cmd_setmac/showserial: use value not the pointer as output
8 years ago
Alexander Couzens
a418c264b2
cmd_recovery: seperate multicommand lines by "&&".
8 years ago
Alexander Couzens
fa2f0a886c
cmd_setmac/setserial: fix incompatible pointer warning + unused variable
8 years ago
Alexander Couzens
ac606588bb
cmd_setmac/setserial: use simple_stroul instead of skip_atoi
8 years ago
Alexander Couzens
14586c76a0
cmd_setmac: remove unused include <stdlib.h>
8 years ago
Alexander Couzens
a32bdf95de
setserial: fix error message and rename var serialnumber -> serial_number
8 years ago
Alexander Couzens
2a21e331db
use skip_atoi instead of atoi
...
atoi requires a stdlib. skip_atoi is much simpler
8 years ago
Alexander Couzens
0e514396fa
add command setserial and showserial
8 years ago
Alexander Couzens
d54bbbc1e8
version: fix a typo
8 years ago
Alexander Couzens
04d016d730
version: use git tags matching "ar9331-v*" as version
8 years ago
Alexander Couzens
d6651043e2
replace 8devices/Caraboot version string with sysmocom
8 years ago
Alexander Couzens
38ad77b802
Makefile: limit git describe to tags "caraboot-v*"
8 years ago
Alexander Couzens
941f9e3083
README: update compile howto to include new buildroot configuration
8 years ago
Alexander Couzens
7de34dd008
Makefile: move buildroot toolchain to ./buildroot
8 years ago
Alexander Couzens
ada36ea014
Makefile: remove user specific path and replace them with relative paths
8 years ago
Alexander Couzens
2315facb0c
add buildroot.config: this config can be used to generate a sane crossgcc
...
The Caraboot doesn't compile with OpenWrt toolchain
8 years ago
Alexander Couzens
8a9d269a8e
configs: remove duplicate define BOOTDELAY from ar7240.h
...
It's not ar7240 specific and creates warning, because it's already defined in common.h.
8 years ago
Alexander Couzens
8398cb7f58
Makefile: use git describe as Caraboot version
8 years ago
Alexander Couzens
521b18c48a
configs: enable command saves - send a region over srecord
8 years ago
Alexander Couzens
4acb292f4e
configs: run recovery when bootm fails
8 years ago
Alexander Couzens
93aed6751b
cmd_recovery: fix run_command("set ...") `set <var>` -> `setenv <var>`
8 years ago
Alexander Couzens
72e548d4c5
add setmac/showmac commands to setmac or showmac
...
setmac <eth0> <eth1> <wlan0> [nobackup]
setmac first do a backup of the calibration sector. It copys the
sector to the sector before itself. This behavious can be overwritten by
adding `nobackup`.
showmac - show mac addreses.
8 years ago
Alexander Couzens
401b4f165b
cmd_mii/progmac: add ifdef CMD_PROGMAC to disable progmac
8 years ago
Alexander Couzens
41a2d23979
Makefile: add ap1 + jb02 targets
8 years ago
Alexander Couzens
476f1a788e
Makefile: replace make $(BOARD)_target's by global exports
8 years ago
Alexander Couzens
3d9467d828
configs: add configuration for ap1 and jb02
8 years ago
Alexander Couzens
4378289084
configs: carambola2 use carambola2 recovery image
8 years ago
Alexander Couzens
f401292cf7
Makefile: rename skylab targets to ap2
8 years ago
Alexander Couzens
01a658ce51
configs: rename skylab -> ap2
8 years ago
Alexander Couzens
96158b1b2e
configs: move CFG_BOOTM_LEN into common.h
8 years ago
Alexander Couzens
fd424cf047
configs: move CFG_BOOTM_LEN up to flash configuration
8 years ago
Alexander Couzens
9735e7c4b9
configs: move ETHADDR into common.h
8 years ago