remove not needed files from tree only armv5
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
|
||||
optargs=run_hardware_tests quiet earlyprintk=serial,uart1,115200 omapfb.mode=dvi:1280x720MR-24@50 console=tty1
|
||||
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
|
||||
optargs=run_hardware_tests quiet
|
||||
@@ -1,4 +1,4 @@
|
||||
Hi, welcome to Sabayon for the BeagleBone.
|
||||
Hi, welcome to Sabayon for the BeagleBoard xM.
|
||||
|
||||
First of all, you may want to install the image into a new SDHC card.
|
||||
Make sure to have enough space for it, for example, if you downloaded
|
||||
@@ -42,7 +42,7 @@ And if it's all good, type:
|
||||
|
||||
To make sure everything has been flushed to the device.
|
||||
|
||||
At this point, extract your SDHC and place it into the BeagleBone.
|
||||
At this point, extract your SDHC and place it into the BeagleBoard xM.
|
||||
You're set!
|
||||
|
||||
|
||||
@@ -81,4 +81,3 @@ Contact
|
||||
-------
|
||||
Just mail us at website@sabayon.org if you need any help or register
|
||||
to our mailing list at http://lists.sabayon.org/cgi-bin/mailman/listinfo/devel
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Hi, welcome to Sabayon for the PandaBoard.
|
||||
Hi, welcome to Sabayon for the BeagleBoard xM.
|
||||
|
||||
First of all, you may want to install the image into a new SDHC card.
|
||||
Make sure to have enough space for it, for example, if you downloaded
|
||||
@@ -42,7 +42,7 @@ And if it's all good, type:
|
||||
|
||||
To make sure everything has been flushed to the device.
|
||||
|
||||
At this point, extract your SDHC and place it into the PandaBoard.
|
||||
At this point, extract your SDHC and place it into the BeagleBoard xM.
|
||||
You're set!
|
||||
|
||||
|
||||
@@ -81,4 +81,3 @@ Contact
|
||||
-------
|
||||
Just mail us at website@sabayon.org if you need any help or register
|
||||
to our mailing list at http://lists.sabayon.org/cgi-bin/mailman/listinfo/devel
|
||||
|
||||
Binary file not shown.
@@ -1,12 +0,0 @@
|
||||
setenv ramdisk uInitrd;
|
||||
setenv kernel uImage;
|
||||
setenv bootargs console=tty1 console=/dev/${console} root=/dev/mmcblk0p2 rootwait rw quiet rootfstype=ext4;
|
||||
${loadcmd} ${ramdiskaddr} ${ramdisk};
|
||||
if imi ${ramdiskaddr}; then; else
|
||||
setenv bootargs ${bootargs} noinitrd;
|
||||
setenv ramdiskaddr "";
|
||||
fi;
|
||||
${loadcmd} ${kerneladdr} ${kernel}
|
||||
if imi ${kerneladdr}; then
|
||||
bootm ${kerneladdr} ${ramdiskaddr}
|
||||
fi;
|
||||
@@ -1,2 +0,0 @@
|
||||
#!/bin/sh
|
||||
mkimage -A arm -O linux -a 0 -e 0 -T script -C none -n "EfikaMX Boot Script" -d boot.script boot.scr
|
||||
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
|
||||
quiet console=tty1
|
||||
Reference in New Issue
Block a user