mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-26 21:58:20 +01:00
back to original uEnv.txt 'cause it works'
This commit is contained in:
parent
ae9aac6369
commit
00d34d225b
1 changed files with 5 additions and 5 deletions
10
build.sh
10
build.sh
|
@ -339,11 +339,11 @@ EOT
|
||||||
|
|
||||||
|
|
||||||
echo "remove the preconfigured boot and setup ours"
|
echo "remove the preconfigured boot and setup ours"
|
||||||
rm -rf $DEST/output/sdcard/boot/
|
rm -rf $DEST/image/sdcard/boot/
|
||||||
mkdir -p $DEST/output/sdcard/boot/
|
mkdir -p $DEST/image/sdcard/boot/
|
||||||
cat <<EOF > $DEST/output/sdcard/boot/uEnv.txt
|
cat <<EOF > $DEST/image/sdcard/boot/uEnv.txt
|
||||||
root=/dev/mmcblk0p1 ro
|
root=/dev/mmcblk0p1
|
||||||
extraargs=console=tty0,115200 sunxi_no_mali_mem_reserve sunxi_g2d_mem_reserve=0 sunxi_ve_mem_reserve=0 hdmi.audio=EDID:0 disp.screen0_output_mode=EDID:1280x720p50 rootwait panic=10 rootfstype=ext4 rootflags=discard
|
extraargs=console=tty0,115200 sunxi_no_mali_mem_reserve sunxi_g2d_mem_reserve=0 sunxi_ve_mem_reserve=0 hdmi.audio=EDID:0 disp.screen0_output_mode=EDID:1280x720p50 rootwait
|
||||||
panic=10 rootfstype=ext4 rootflags=discard
|
panic=10 rootfstype=ext4 rootflags=discard
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue