- All boot partitions are now ext2.

- All installer configurations updated for new partition system.
This commit is contained in:
Jeffrey Townsend
2016-04-13 18:50:43 -07:00
parent d837ea6d6e
commit 937c8b4e60
7 changed files with 17 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
# The loader is installed in the fat partition of the first USB storage device
platform_bootcmd="usb start; usbiddev; fatload usb 0:1 70000000 $ONL_PLATFORM.itb; setenv bootargs console=\$consoledev,\$baudrate onl_platform=$ONL_PLATFORM; bootm 70000000#$ONL_PLATFORM"
platform_bootcmd="usb start; usbiddev; ext2load usb 0:1 70000000 $ONL_PLATFORM.itb; setenv bootargs console=\$consoledev,\$baudrate onl_platform=$ONL_PLATFORM; bootm 70000000#$ONL_PLATFORM"
platform_installer() {
# Standard installation to usb storage
installer_standard_blockdev_install sda 128M 128M ""
installer_standard_blockdev_install sda 128M 128M 1024M ""
}

View File

@@ -20,9 +20,9 @@
############################################################
# The loader is installed in the fat partition of the first USB storage device
platform_bootcmd="usb start; fatload usb 0:1 0x10000000 $ONL_PLATFORM.itb; setenv bootargs console=\$consoledev,\$baudrate onl_platform=$ONL_PLATFORM; bootm 0x10000000#$ONL_PLATFORM"
platform_bootcmd="usb start; ext2load usb 0:1 0x10000000 $ONL_PLATFORM.itb; setenv bootargs console=\$consoledev,\$baudrate onl_platform=$ONL_PLATFORM; bootm 0x10000000#$ONL_PLATFORM"
platform_installer() {
# Standard installation to usb storage
installer_standard_blockdev_install sda 128M 128M ""
installer_standard_blockdev_install sda 32M 32M 448M ""
}

View File

@@ -20,9 +20,9 @@
############################################################
# The loader is installed in the fat partition of the first USB storage device
platform_bootcmd="usb start; fatload usb 0:1 0x10000000 $ONL_PLATFORM.itb; setenv bootargs console=\$consoledev,\$baudrate onl_platform=$ONL_PLATFORM; bootm 0x10000000#$ONL_PLATFORM"
platform_bootcmd="usb start; ext2load usb 0:1 0x10000000 $ONL_PLATFORM.itb; setenv bootargs console=\$consoledev,\$baudrate onl_platform=$ONL_PLATFORM; bootm 0x10000000#$ONL_PLATFORM"
platform_installer() {
# Standard installation to usb storage
installer_standard_blockdev_install sda 128M 128M ""
installer_standard_blockdev_install sda 128M 128M 768M ""
}

View File

@@ -19,13 +19,9 @@
# </bsn.cl>
############################################################
# The loader must be written raw to the first partition.
platform_loader_raw=1
# The loader is installed in the fat partition of the first USB storage device
platform_bootcmd="usb start; usbboot 0x10000000 0:1; setenv bootargs console=\$consoledev,\$baudrate onl_platform=$ONL_PLATFORM; bootm 0x10000000#$ONL_PLATFORM"
platform_bootcmd="usb start; ext2load usb 0:1 0x10000000 $ONL_PLATFORM.itb; setenv bootargs console=\$consoledev,\$baudrate onl_platform=$ONL_PLATFORM; bootm 0x10000000#$ONL_PLATFORM"
platform_installer() {
# Standard installation to usb storage
installer_standard_blockdev_install sda 128M 128M ""
}
installer_standard_blockdev_install sda 128M 128M 1024M ""
}

View File

@@ -19,13 +19,9 @@
# </bsn.cl>
############################################################
# The loader must be written raw to the first partition.
platform_loader_raw=1
# The loader is installed in the fat partition of the first USB storage device
platform_bootcmd="usb start; usbboot 0x10000000 0:1; setenv bootargs console=\$consoledev,\$baudrate onl_platform=$ONL_PLATFORM; bootm 0x10000000#$ONL_PLATFORM"
platform_bootcmd="usb start; ext2load usb 0:1 0x10000000 $ONL_PLATFORM.itb; setenv bootargs console=\$consoledev,\$baudrate onl_platform=$ONL_PLATFORM; bootm 0x10000000#$ONL_PLATFORM"
platform_installer() {
# Standard installation to usb storage
installer_standard_blockdev_install sda 128M 128M ""
}
installer_standard_blockdev_install sda 128M 128M 1024M ""
}

View File

@@ -20,10 +20,9 @@
############################################################
# The loader is installed in the fat partition of the first USB storage device
platform_bootcmd="usb start; fatload usb 0:1 0x10000000 $ONL_PLATFORM.itb; setenv bootargs console=\$consoledev,\$baudrate onl_platform=$ONL_PLATFORM; bootm 0x10000000#$ONL_PLATFORM"
platform_bootcmd="usb start; ext2load usb 0:1 0x10000000 $ONL_PLATFORM.itb; setenv bootargs console=\$consoledev,\$baudrate onl_platform=$ONL_PLATFORM; bootm 0x10000000#$ONL_PLATFORM"
platform_installer() {
# Standard installation to usb storage
installer_standard_blockdev_install sda 128M 128M ""
installer_standard_blockdev_install sda 128M 128M 768M ""
}
echo $platform_bootcmd

View File

@@ -20,9 +20,9 @@
############################################################
# The loader is installed in the fat partition of the first USB storage device
platform_bootcmd="usb start; fatload usb 0:1 0x10000000 $ONL_PLATFORM.itb; setenv bootargs console=\$consoledev,\$baudrate onl_platform=$ONL_PLATFORM; bootm 0x10000000#$ONL_PLATFORM"
platform_bootcmd="usb start; ext2load usb 0:1 0x10000000 $ONL_PLATFORM.itb; setenv bootargs console=\$consoledev,\$baudrate onl_platform=$ONL_PLATFORM; bootm 0x10000000#$ONL_PLATFORM"
platform_installer() {
# Standard installation to usb storage
installer_standard_blockdev_install sda 128M 128M ""
}
installer_standard_blockdev_install sda 128M 128M 768M ""
}