Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
becki:linux:sheevaplug [2011-06-09 10:30] becki |
becki:linux:sheevaplug [2011-06-10 10:05] (aktuell) becki |
||
|---|---|---|---|
| Zeile 206: | Zeile 206: | ||
| * Using ''/dev/mmcblk0p3'' :!: as ''/'' with ext4 | * Using ''/dev/mmcblk0p3'' :!: as ''/'' with ext4 | ||
| * Using ''/dev/mmcblk0p1'' as ''/boot'' with ext2 | * Using ''/dev/mmcblk0p1'' as ''/boot'' with ext2 | ||
| - | * Install from NFS with ''/home/export/armedslack/armedslack-13.37/slackware'' as source | ||
| - | * Package selection: Everything except KDEI (=default); mode: full | ||
| + | <note important>With armedslack-13.37, selection of ''ext2'' was ignored and the ''/boot'' was partition formattet with ''ext4'' anyway! Hence booting the system failed after install. Here is a workaround: | ||
| + | - Insert the MMCard into a Notbook after installation of armedslack has finished | ||
| + | - Save the contents of ''/dev/mmcblk0p1'' | ||
| + | - Reformat ''/dev/mmcblk0p1'' with the notebook (''mkfs.ext2 /dev/mmcblk0p1'') | ||
| + | - Restore the contents of ''/dev/mmcblk0p1'' | ||
| + | </note> | ||
| + | |||
| + | * Install from NFS with ''/home/export/armedslack/armedslack-13.37/slackware'' as source | ||
| + | * Package selection: Everything except KDEI (=default); mode: full. Installation takes a long time. | ||
| ==== Booting the Slackware ARM OS == | ==== Booting the Slackware ARM OS == | ||
| - | FIXME | + | Reboot the system with ''reboot'' and enter U-boot once again. |
| + | /* | ||
| <code> | <code> | ||
| Marvell>> printenv bootargs_console | Marvell>> printenv bootargs_console | ||
| Zeile 224: | Zeile 232: | ||
| ## Error: "bootcmd_slk" not defined | ## Error: "bootcmd_slk" not defined | ||
| </code> | </code> | ||
| + | |||
| + | <code> | ||
| + | Marvell>> printenv bootargs_console | ||
| + | bootargs_console=console=ttyS0,115200 | ||
| + | Marvell>> printenv bootargs_root | ||
| + | bootargs_root=ubi.mtd=1 root=ubi0:rootfs rootfstype=ubifs | ||
| + | Marvell>> printenv bootcmd | ||
| + | bootcmd=run bootcmd_mmc; run bootcmd_nand | ||
| + | Marvell>> printenv bootcmd_slk | ||
| + | ## Error: "bootcmd_slk" not defined | ||
| + | </code> | ||
| + | */ | ||
| <code> | <code> | ||
| Zeile 236: | Zeile 256: | ||
| Marvell>> reset | Marvell>> reset | ||
| </code> | </code> | ||
| + | |||
| + | ===== Install Go == | ||
| + | |||
| + | See [[golang]] | ||
| ===== Pending / Todo == | ===== Pending / Todo == | ||