@@ -74,11 +74,11 if [ "$ENABLE_UBOOT" = true ] ; then | |||||
74 | sed -i "s|bootz|booti|g" "${BOOT_DIR}/uboot.mkimage" |
|
74 | sed -i "s|bootz|booti|g" "${BOOT_DIR}/uboot.mkimage" | |
75 | fi |
|
75 | fi | |
76 |
|
76 | |||
|
77 | # instead of sd, boot from usb device | |||
77 | if [ "$ENABLE_UBOOTUSB" = true ] ; then |
|
78 | if [ "$ENABLE_UBOOTUSB" = true ] ; then | |
78 | sed -i "s|mmc|usb|g" "${BOOT_DIR}/uboot.mkimage" |
|
79 | sed -i "s|mmc|usb|g" "${BOOT_DIR}/uboot.mkimage" | |
79 | fi |
|
80 | fi | |
80 |
|
81 | |||
81 |
|
||||
82 | # Set mkfile to use the correct mach id |
|
82 | # Set mkfile to use the correct mach id | |
83 | if [ "$ENABLE_QEMU" = true ] ; then |
|
83 | if [ "$ENABLE_QEMU" = true ] ; then | |
84 | sed -i "s/^\(setenv machid \).*/\10x000008e0/" "${BOOT_DIR}/uboot.mkimage" |
|
84 | sed -i "s/^\(setenv machid \).*/\10x000008e0/" "${BOOT_DIR}/uboot.mkimage" |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant