dhead
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 February 03, 2013 01:52PM |
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 February 03, 2013 02:45PM |
Admin Registered: 13 years ago Posts: 18,898 |
I installed uboot-env and tried to figure out what happened. It seems that anything after flashing the uboot.environment didn't stick, So my next step was just to continue from "Adjust MTD parts".
dhead
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 February 03, 2013 03:06PM |
I'm guessing from the date that no change made to the uboot.Quote
U-Boot 2011.12 (Apr 08 2012 - 19:03:41)
Cloud Engines-Pogoplug v4/Mobile:MMC version
arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q3-67) 4.4.1
GNU ld (Sourcery G++ Lite 2009q3-67) 2.19.51.20090709
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 February 03, 2013 03:32PM |
Admin Registered: 13 years ago Posts: 18,898 |
dhead
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 February 03, 2013 03:51PM |
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 February 03, 2013 04:23PM |
Admin Registered: 13 years ago Posts: 18,898 |
dhead
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 February 03, 2013 06:40PM |
dhead
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 February 03, 2013 07:14PM |
dhead
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 February 03, 2013 07:54PM |
Quote
mmc_bootcmd 'mmc init; run mmc_set_bootargs; run mmc_boot'
mmc_boot 'mw 0x800000 0 1; ext2load mmc 0:1 0x00800000 /boot/uImage; if ext2load mmc 0:1 0x01100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi'
mmc_root '/dev/mmcblk0p1'
mmc_set_bootargs 'setenv bootargs console=$console root=$mmc_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params'
dhead
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 February 03, 2013 08:35PM |
dhead
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 February 03, 2013 08:38PM |
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 February 04, 2013 02:19PM |
Admin Registered: 13 years ago Posts: 18,898 |
nguyen
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 February 23, 2013 12:33AM |
Pogov4> mmc init SD found. Card desciption is: Manufacturer: 0x02, OEM "TM" Product name: "SD01G", revision 4.5 Serial number: 2551669412 Manufacturing date: 11/2009 CRC: 0x00, b0 = 0 mmc1 is available Pogov4> ext2load mmc 0:1 0x800000 dockstar.bin Loading file "dockstar.bin" from mmc device 0:1 (xxa1) 524288 bytes read Pogov4> go 0x800200 ## Starting application at 0x00800200 ...
mtdparts=mtdparts=orion_nand:2M(u-boot),3M(uImage),3M(uImage2),8M(failsafe),112M(root) Pogov4> ubi part failsafe Creating 1 MTD partitions on "nand0": 0x000000800000-0x000001000000 : "mtd=3" UBI: attaching mtd1 to ubi0 UBI: physical eraseblock size: 131072 bytes (128 KiB) UBI: logical eraseblock size: 129024 bytes UBI: smallest flash I/O unit: 2048 UBI: sub-page size: 512 UBI: VID header offset: 512 (aligned 512) UBI: data offset: 2048 UBI: attached mtd1 to ubi0 UBI: MTD device name: "mtd=3" UBI: MTD device size: 8 MiB UBI: number of good PEBs: 64 UBI: number of bad PEBs: 0 UBI: max. allowed volumes: 128 UBI: wear-leveling threshold: 4096 UBI: number of internal volumes: 1 UBI: number of user volumes: 0 UBI: available PEBs: 58 UBI: total number of reserved PEBs: 6 UBI: number of PEBs reserved for bad PEB handling: 2 UBI: max/mean erase counter: 1/1 Pogov4> ubifsmount rootfs UBIFS error (pid 0): ubifs_get_sb: cannot open "ubi:rootfs", error -19 Error reading superblock on volume 'ubi:rootfs'!
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 February 23, 2013 06:31PM |
Admin Registered: 13 years ago Posts: 18,898 |
nguyen
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 February 24, 2013 01:07PM |
U-Boot 2011.12 (Apr 08 2012 - 19:03:41) Cloud Engines-Pogoplug v4/Mobile:MMC version SoC: Kirkwood 88F6281_A1 DRAM: 128 MiB WARNING: Caches not enabled NAND: 128 MiB In: serial Out: serial Err: serial Net: egiga0 Hit any key to stop autoboot: 0 Pogov4> Pogov4> nboot 0x800000 0 0x200000 Loading from nand0, offset 0x200000 Image Name: Linux-2.6.31.8 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 2080956 Bytes = 2 MiB Load Address: 00008000 Entry Point: 00008000 Pogov4> bootm 0x800000 ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-2.6.31.8 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 2080956 Bytes = 2 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ... Uncompressing Linux..................................................................................................................................... done, booting the kernel.
U-Boot 2011.12 (Apr 08 2012 - 19:03:41) Cloud Engines-Pogoplug v4/Mobile:MMC version SoC: Kirkwood 88F6281_A1 DRAM: 128 MiB WARNING: Caches not enabled NAND: 128 MiB In: serial Out: serial Err: serial Net: egiga0 Hit any key to stop autoboot: 0 (Re)start USB... USB: Register 10011 NbrPorts 1 USB EHCI 1.00 scanning bus for devices... 2 USB Device(s) found scanning bus for storage devices... 1 Storage Device(s) found Loading file "/boot/uImage" from usb device 0:1 (usbda1) 1 bytes read Found bootable drive on usb 0:1 Loading file "/boot/uImage" from usb device 0:1 (usbda1) 1029164 bytes read Loading file "/boot/uInitrd" from usb device 0:1 (usbda1) ** File not found /boot/uInitrd ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-2.6.30.10 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 1029100 Bytes = 1005 KiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ... Uncompressing Linux... done, booting the kernel.
nguyen
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 March 02, 2013 12:09AM |
Lucky^Luke
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 March 16, 2013 06:06PM |
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 March 20, 2013 05:21AM |
Registered: 11 years ago Posts: 13 |
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 May 05, 2013 06:39PM |
Registered: 11 years ago Posts: 6 |
Quote
U-Boot 2011.12 (Apr 08 2012 - 19:03:41)
> Cloud Engines-Pogoplug v4/Mobile:MMC version
> arm-none-linux-gnueabi-gcc (Sourcery G++ Lite
> 2009q3-67) 4.4.1
> GNU ld (Sourcery G++ Lite 2009q3-67)
> 2.19.51.20090709
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 May 05, 2013 11:41PM |
Admin Registered: 13 years ago Posts: 18,898 |
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 May 06, 2013 07:58PM |
Registered: 11 years ago Posts: 6 |
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 May 07, 2013 12:11AM |
Admin Registered: 13 years ago Posts: 18,898 |
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 May 07, 2013 10:49AM |
Registered: 11 years ago Posts: 6 |
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 May 07, 2013 11:42PM |
Admin Registered: 13 years ago Posts: 18,898 |
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 May 08, 2013 06:43PM |
Registered: 11 years ago Posts: 6 |
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 May 08, 2013 11:46PM |
Admin Registered: 13 years ago Posts: 18,898 |
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 May 10, 2013 03:12PM |
Registered: 11 years ago Posts: 13 |
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 May 11, 2013 12:03PM |
Registered: 11 years ago Posts: 6 |
nguyen
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 May 14, 2013 12:59PM |
Re: U-Boot w/ MMC/SD-card booting for Pogoplug Series 4 May 17, 2013 02:58PM |
Registered: 11 years ago Posts: 6 |