#--------------------------------------------------------------------- #-- OpenOCD Reset Init Script for IXP42x box with RedBoot #--------------------------------------------------------------------- #debug 3 #- Let U-Boot setup the box ------------------------------------------ poll resume 0x40 sleep 2000 halt wait_halt 20 #- Reverse RedBoot crap ---------------------------------------------- xscale icache disable xscale dcache disable xscale mmu disable #- Check for flash --------------------------------------------------- flash banks flash probe 0 flash probe 1 #flash protect_check 0 #flash protect_check 1 #flash erase_check 0 #flash erase_check 1 #flash info 0 #flash info 1 #- Bootloader -------------------------------------------------------- #flash erase 0 0 2 #flash write 0 //devboc/homes/src/denx/u-boot-git/u-boot.bin 0x00000 bin #- Kernel Image ------------------------------------------------------ #flash erase 0 3 23 #flash write 0 //devbox/homes/src/pengutronics/ptxdist-project/images/linuximage 0x60000 bin '>infra.git
Trygve Laugstøl
aboutsummaryrefslogtreecommitdiff
path: root/terraform/conflatorio-docker/traefik.tf
blob: cb5f2a00f920800d66c127040e515116455664b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116