Age | Commit message (Collapse) | Author |
|
Other changes
- Added support to the chiliboard
- extlinux.conf:
- Added the initramfs in the example configuration
- Added rootwait parameter in case the rootfs takes time to appear
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
Booting was tested on a beaglebone green both with a microSD and
the internal eMMC.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
Before that u-boot.img was to be located at 384k on the microSD,
as CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR defaults to 0x300.
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR states:
Address on the MMC to load U-Boot from, when the MMC is being used
in raw mode. Units: MMC sectors (1 sector = 512 bytes).
However since once built, u-boot.img size was 692k, it went over
the 1MB empty space that is usually created when parititoning
block devices, effectively corrupting the first partition.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
0001-parabola-arm-modifications.patch was removed because:
- CONFIG_DISTRO_DEFAULTS=y is in am335x_evm_defconfig
- #include <config_distro_bootcmd.h> is in am335x_evm.h
More details are available in doc/README.distro in the u-boot
source code.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|