|
@@ -141,7 +141,8 @@ cubieboard2_setup_boot() {
|
141
|
141
|
vmlinuz=vmlinuz-$version
|
142
|
142
|
|
143
|
143
|
# boot.cmd for Cubieboard2
|
144
|
|
- # https://github.com/infidel/cubiebuild/blob/eb6fcf98cd91ea12a216448debc4cda70723d7b3/load-image/.pyboot
|
|
144
|
+ # Parameters based on:
|
|
145
|
+ # https://github.com/infidel/cubiebuild/blob/eb6fcf98cd91ea12a216448debc4cda70723d7b3/load-image/.pyboot
|
145
|
146
|
cat >> /boot/boot.cmd <<EOF
|
146
|
147
|
setenv mmcdev 0
|
147
|
148
|
setenv mmcpart 1
|