[haiku-commits] BRANCH mmu_man-github.sam460ex - docs/develop/ports/ppc/sam460ex

  • From: mmu_man-github.sam460ex <community@xxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 23 Feb 2013 04:15:31 +0100 (CET)

added 1 changeset to branch 'refs/remotes/mmu_man-github/sam460ex'
old head: c3052f0795e4562470eccc37dadf1310fe6bd46f
new head: 00661368a2414389c5342b3ccb2940bd9c329d57
overview: https://github.com/mmuman/haiku/compare/c3052f0...0066136

----------------------------------------------------------------------------

0066136: PPC: Document how to automate TFTP-boot Haiku on Sam460ex
  
  * U-Boot seems to have a very small limit on serial or shell input buffer,
  so we split the commands into several variables that we run in sequence.

                                          [ François Revol <revol@xxxxxxx> ]

----------------------------------------------------------------------------

Commit:      00661368a2414389c5342b3ccb2940bd9c329d57
Author:      François Revol <revol@xxxxxxx>
Date:        Sat Feb 23 03:01:19 2013 UTC

----------------------------------------------------------------------------

1 file changed, 9 insertions(+)
docs/develop/ports/ppc/sam460ex/notes.txt | 9 +++++++++

----------------------------------------------------------------------------

diff --git a/docs/develop/ports/ppc/sam460ex/notes.txt 
b/docs/develop/ports/ppc/sam460ex/notes.txt
index 767fd5c..0c9827f 100644
--- a/docs/develop/ports/ppc/sam460ex/notes.txt
+++ b/docs/develop/ports/ppc/sam460ex/notes.txt
@@ -12,6 +12,15 @@ tftpboot 0xc000000 192.168.4.2:sam460ex.dtb
 fdt addr 0xc000000
 fdt header
 bootm 0x4000000 0x8000000 0xc000000 plop
+** for environment:
+setenv booth1 'setenv ipaddr 192.168.4.100; tftpboot 0x4000000 
192.168.4.2:haiku_loader_linux.ub'
+setenv booth2 'tftpboot 0x8000000 192.168.4.2:haiku_initrd.ub'
+setenv booth3 'tftpboot 0xc000000 192.168.4.2:sam460ex.dtb'
+setenv booth4 'bootm 0x4000000 0x8000000 0xc000000 plop'
+setenv booth 'run booth1; run booth2; run booth3; run booth4'
+saveenv
+run booth
+
 
 * TODO U-Boot API?
 ** TODO move Partenope hack to proper official U-Boot API?


Other related posts: