Welcome! Log In Create A New Profile

Advanced

Pogoplug v4 usb image

Posted by hbelcher 
Re: Pogoplug v4 usb image
May 04, 2017 11:32PM
Pogov4>   printenv
CASset=min
MALLOC_len=1
apt-setup/local0/key=http://people.debian.org/~tbm/orion/68FD549F
arcNumber=2097
baudrate=115200
boot=bootm 0x800000
boot_nand=run load_nand boot
bootargs=console=ttyS0,115200 base-installer/initramfs-tools/driver-policy=most mirror/suite=stable apt-setup/local0/repository=http://people.debian.org/~tbm/orion/lenny/main apt-setup/local0/key=http://people.debian.org/~tbm/orion/68FD549F
bootargs_console=console=ttyS0,115200
bootcmd=run set_bootargs; run bootcmd_exec; reset
bootcmd_exec=mw 0x800000 0 1; load_uimage; run load_initrd; bootm 0x800000 0x1100000
bootcmd_mmc=mmc init; ext2load mmc 0:1 0x00800000 /uImage; ext2load mmc 0:1 0x01100000 /uInitrd
bootcmd_usb=usb start; ext2load usb 0:1 0x00800000 /uImage; ext2load usb 0:1 0x01100000 /uInitrd
bootdelay=3
bootfile=u-boot.bin
ceboardver=PPV4A1
disL2Cache=no
disL2Prefetch=yes
disaMvPnp=no
enaCpuStream=no
enaDCPref=yes
enaICPref=yes
enaMonExt=no
enaWrAllo=no
ethact=egiga0
ethaddr=00:25:31:05:86:37
ethmtu=1500
ethprime=egiga0
fileaddr=800000
filesize=4643f0
hddPowerCtrl=no
ipaddr=10.0.0.117
load_initd=ext2load usb 0:1 0x1100000 /boot/uInitrd
load_initrd=ext2load usb 0:1 0x1100000 /boot/uInitrd
load_nand=nboot 0x800000 0 0x200000
load_nand2=nboot 0x800000 0 0x500000
load_uimad=usb 0:1 0x800000 /boot/uImage\
setenv mainlineLinux yes\
setenv mtdids nand0=orion_nand\
setenv mtdparts mtdparts=orion_nand:2M(u-boot),3M(uImage),3M(uImage2),8M(failsafe),112M(root)\
setenv partition nand0,2\
setenv set_bootargs setenv bootargs console=$(console) root=LABEL=rootfs rootdelay=10 $(mtdparts) $(custom_params)\
setenv bootcmd_exec mw 0x800000 0 1
load_uimage=ext2load usb 0:1 0x800000 /boot/uImage
loads_echo=0
machid=F78
mainlineLinux=yes
mtdids=nand0=orion_nand
mtdparts=mtdparts=orion_nand:2M(u-boot),3M(uImage),3M(uImage2),8M(failsafe),112M(root)
nandEcc=1bit
netbsd_en=no
netmask=255.255.255.0
partition=nand0,2
pcieTune=no
pexMode=RC
rootpath=t/ARM_FS/
run_diag=yes
sata_dma_mode=yes
serverip=10.0.0.43
setL2CacheWT=yes
set_bootargs=setenv bootargs "console=$(console) root=LABEL=rootfs rootdelay=10 $(mtdparts) $(custom_params)"
stderr=serial
stdin=serial
stdout=serial
usb0Mode=host
vxworks_en=no

Environment size: 2306/131068 bytes

here is how i try to make the SD card



mkdir /media/card
[root@Media_Server /]# mknod /media/mmcblk0 b 179 0
[root@Media_Server /]# /sbin/fdisk /media/mmcblk0

Welcome to fdisk (util-linux 2.29.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.

fdisk: cannot open /media/mmcblk0: No such device or address
[root@Media_Server /]# [  197.065503] mmc0: host does not support reading read-only switch, assuming write-enable
[  197.078795] mmc0: new high speed SDHC card at address 0001
[  197.093107] mmcblk0: mmc0:0001 AS 3.70 GiB 
[  197.105904]  mmcblk0: p1

[root@Media_Server /]# /sbin/fdisk /media/mmcblk0

Welcome to fdisk (util-linux 2.29.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.


Command (m for help): o
Created a new DOS disklabel with disk identifier 0x9f2a4d79.

Command (m for help): p n
Partition type
   p   primary (0 primary, 0 extended, 4 free)
   e   extended (container for logical partitions)
Select (default p): p
Partition number (1-4, default 1): 1
First sector (2048-7749631, default 2048): 
Last sector, +sectors or +size{K,M,G,T,P} (2048-7749631, default 7749631): 

Created a new partition 1 of type 'Linux' and of size 3.7 GiB.
Partition #1 contains a ext3 signature.

Do you want to remove the signature? [Y]es/[N]o: y

The signature will be removed by a write command.

Command (m for help): w
The partition table has been altered.
Calling ioctl() to re-read partition table.
[  223.530825]  mmcblk0: p1
Syncing disks.

[root@Media_Server /]# mknod /media/mmcblk0p1 b 179 1
[root@Media_Server /]# mke2fs -L rootfs -j /media/mmcblk0p1
mke2fs 1.43.4 (31-Jan-2017)
Creating filesystem with 968448 4k blocks and 242400 inodes
Filesystem UUID: 97e4065d-699a-4325-856e-9b6238548dcd
Superblock backups stored on blocks: 
	32768, 98304, 163840, 229376, 294912, 819200, 884736

Allocating group tables:     done                            
Writing inode tables:  done                            
Creating journal (16384 blocks): done
Writing superblocks and filesystem accounting information:    done

[root@Media_Server /]# sync
[root@Media_Server /]# mount /media/mmcblk0p1 /media/card
[  352.060239] EXT4-fs (mmcblk0p1): mounting ext3 file system using the ext4 subsystem
[  352.086698] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[root@Media_Server /]# cd /media/card
[root@Media_Server card]# wget http://archlinuxarm.org/os/ArchLinuxARM-kirkwood- 
latest.tar.gz 

Saving to: 'ArchLinuxARM-kirkwood-latest.tar.gz'
2017-05-04 20:29:52 (646 KB/s) - 'ArchLinuxARM-kirkwood-latest.tar.gz' saved [293845500/293845500]

[root@Media_Server card]# tar -xzvf ArchLinuxARM-kirkwood-latest.tar.gz


(i get these untul its finished )
tar: Ignoring unknown extended header keyword 'SCHILY.fflags'




[root@Media_Server media]# umount c /medis a/card
[root@Media_Server media]# reboot
 
[ 2492.296670] shutdown[1]: Rebooting.
[ 2492.301771] reboot: Restarting system


U-Boot 2016.05-tld-1 (Jun 12 2016 - 13:41:47 -0700)
Pogoplug V4

SoC:   Kirkwood 88F6192_A1
DRAM:  128 MiB
WARNING: Caches not enabled
NAND:  128 MiB
MMC:   kwsdio: 0
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
Hit any key to stop autoboot: 10  9  8  7  6  5  4  3  2  1  0 
starting USB...
USB0:   USB EHCI 1.00
scanning bus 0 for devices... 1 USB Device(s) found
       scanning usb for storage devices... 0 Storage Device(s) found

Reset IDE: ide_preinit failed

MMC rescan: current device # 0 initialized OK

no USB devices available

no IDE devices available

Partition Map for MMC device 0  --   Partition Type: DOS

Part	Start Sector	Num Sectors	UUID		Type
  1	2048      	7747584   	9f2a4d79-01	83
loading envs from mmc 0 ...
** File not found /boot/uEnv.txt **
running scan_disk ...
Scan device usb
device usb 0:1
** Bad device usb 0 **
device usb 1:1
** Bad device usb 1 **
device usb 2:1
** Bad device usb 2 **
device usb 3:1
** Bad device usb 3 **
Scan device ide

Reset IDE: ide_preinit failed
device ide 0:1
** Bad device size - ide 0 **
device ide 1:1
** Bad device size - ide 1 **
device ide 2:1
** Bad device ide 2 **
device ide 3:1
** Bad device ide 3 **
Scan device mmc

MMC rescan: current device # 0 initialized OK
device mmc 0:1
1 bytes read in 517 ms (0 Bytes/s)
Found bootable drive on mmc 0
loading uImage ...
4608768 bytes read in 1253 ms (3.5 MiB/s)
loading uInitrd ...
** File not found /boot/uInitrd **
loading DTB /boot/dts/kirkwood-pogo_e02.dtb ...
** File not found /boot/dts/kirkwood-pogo_e02.dtb **
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   Linux-4.4.63-1-ARCH
   Created:      2017-04-23  20:33:48 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4608704 Bytes = 4.4 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
Using machid 0x831 from environment

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.63-1-ARCH (builduser@leming) (gcc version 6.3.1 20170306 (GCC) ) #1 PREEMPT Sun Apr 23 20:33:30 UTC 2017
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine: Marvell SheevaPlug Reference Board
[    0.000000] Memory policy: Data cache writeback
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32480
[    0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Memory: 119688K/131072K available (6606K kernel code, 547K rwdata, 1876K rodata, 300K init, 725K bss, 11384K reserved, 0K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xc8800000 - 0xff800000   ( 880 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0850a04   (8483 kB)
[    0.000000]       .init : 0xc0851000 - 0xc089c000   ( 300 kB)
[    0.000000]       .data : 0xc089c000 - 0xc0924eec   ( 548 kB)
[    0.000000]        .bss : 0xc0924eec - 0xc09da4b8   ( 726 kB)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 32.
[    0.000000] NR_IRQS:114
[    0.000020] sched_clock: 32 bits at 166MHz, resolution 6ns, wraps every 12884901885ns
[    7.152210] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 11467562657 ns
[    7.152497] Console: colour dummy device 80x30
[    7.152542] Calibrating delay loop... 795.44 BogoMIPS (lpj=3977216)
[    7.242318] pid_max: default: 32768 minimum: 301
[    7.242458] Security Framework initialized
[    7.242571] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    7.242601] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    7.243716] Initializing cgroup subsys io
[    7.243768] Initializing cgroup subsys memory
[    7.243853] Initializing cgroup subsys devices
[    7.243895] Initializing cgroup subsys freezer
[    7.243929] Initializing cgroup subsys net_cls
[    7.243962] Initializing cgroup subsys perf_event
[    7.243996] Initializing cgroup subsys net_prio
[    7.244119] CPU: Testing write buffer coherency: ok
[    7.244799] Setting up static identity map for 0x81e0 - 0x8238
[    7.247725] devtmpfs: initialized
[    7.251419] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    7.251478] futex hash table entries: 256 (order: -1, 3072 bytes)
[    7.252227] pinctrl core: initialized pinctrl subsystem
[    7.253475] NET: Registered protocol family 16
[    7.254223] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    7.282346] cpuidle: using governor ladder
[    7.312343] cpuidle: using governor menu
[    7.312577] Kirkwood: MV88F6281-A1, TCLK=166666667.
[    7.312617] Feroceon L2: Enabling L2
[    7.312667] Feroceon L2: Cache support initialised.
[    7.354467] vgaarb: loaded
[    7.354942] SCSI subsystem initialized
[    7.355650] usbcore: registered new interface driver usbfs
[    7.355762] usbcore: registered new interface driver hub
[    7.355848] usbcore: registered new device driver usb
[    7.356091] pps_core: LinuxPPS API ver. 1 registered
[    7.356105] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    7.356154] PTP clock support registered
[    7.357710] clocksource: Switched to clocksource orion_clocksource
[    7.414829] FS-Cache: Loaded
[    7.433739] NET: Registered protocol family 2
[    7.434910] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    7.434950] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    7.434979] TCP: Hash tables configured (established 1024 bind 1024)
[    7.435092] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    7.435125] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    7.435401] NET: Registered protocol family 1
[    7.435870] RPC: Registered named UNIX socket transport module.
[    7.435888] RPC: Registered udp transport module.
[    7.435898] RPC: Registered tcp transport module.
[    7.435908] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    7.458101] VFS: Disk quotas dquot_6.6.0
[    7.458514] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    7.461509] FS-Cache: Netfs 'nfs' registered for caching
[    7.463148] NFS: Registering the id_resolver key type
[    7.463216] Key type id_resolver registered
[    7.463228] Key type id_legacy registered
[    7.463356] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    7.465300] fuse init (API version 7.23)
[    7.468688] aufs 4.4-20170410
[    7.476241] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    7.476271] io scheduler noop registered
[    7.476289] io scheduler deadline registered
[    7.476673] io scheduler cfq registered
[    7.477058] io scheduler bfq registered (default)
[    7.477071] BFQ I/O-scheduler: v7r11
[    7.477343] mv_xor mv_xor.0: Marvell shared XOR driver
[    7.519717] mv_xor mv_xor.0: Marvell XOR (Registers Mode): ( xor cpy )
[    7.520067] mv_xor mv_xor.1: Marvell shared XOR driver
[    7.559717] mv_xor mv_xor.1: Marvell XOR (Registers Mode): ( xor cpy )
[    7.567900] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    7.569527] console [ttyS0] disabled
[    7.589616] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33, base_baud = 10416666) is a 16550A
[    8.141547] console [ttyS0] enabled
[    8.168551] brd: module loaded
[    8.183009] loop: module loaded
[    8.187391] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
[    8.193847] nand: Hynix H27U1G8F2BTR-BC
[    8.197673] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    8.205276] Scanning device for bad blocks
[    8.293209] 4 cmdlinepart partitions found on MTD device orion_nand
[    8.299470] Creating 4 MTD partitions on "orion_nand":
[    8.304599] 0x000000000000-0x000000100000 : "u-boot"
[    8.310259] 0x000000100000-0x000000500000 : "uImage"
[    8.315843] 0x000000500000-0x000002500000 : "rootfs"
[    8.321512] 0x000002500000-0x000008000000 : "data"
[    8.335678] libphy: orion_mdio_bus: probed
[    8.339975] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    9.416285] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:25:31:06:86:37
[    9.425205] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    9.431753] ehci-pci: EHCI PCI platform driver
[    9.436284] ehci-orion: EHCI orion driver
[    9.440419] orion-ehci orion-ehci.0: EHCI Host Controller
[    9.445830] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[    9.453595] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[    9.477752] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[    9.485079] hub 1-0:1.0: USB hub found
[    9.488943] hub 1-0:1.0: 1 port detected
[    9.493896] usbcore: registered new interface driver uas
[    9.499467] usbcore: registered new interface driver usb-storage
[    9.505536] usbcore: registered new interface driver ums-alauda
[    9.511576] usbcore: registered new interface driver ums-cypress
[    9.517638] usbcore: registered new interface driver ums-datafab
[    9.523736] usbcore: registered new interface driver ums_eneub6250
[    9.529995] usbcore: registered new interface driver ums-freecom
[    9.536066] usbcore: registered new interface driver ums-isd200
[    9.542071] usbcore: registered new interface driver ums-jumpshot
[    9.548251] usbcore: registered new interface driver ums-karma
[    9.554142] usbcore: registered new interface driver ums-onetouch
[    9.560361] usbcore: registered new interface driver ums-realtek
[    9.566420] usbcore: registered new interface driver ums-sddr09
[    9.572429] usbcore: registered new interface driver ums-sddr55
[    9.578431] usbcore: registered new interface driver ums-usbat
[    9.584910] mousedev: PS/2 mouse device common for all mice
[   10.597747] rtc-mv rtc-mv: internal RTC not ticking
[   10.602810] i2c /dev entries driver
[   10.607151] sdhci: Secure Digital Host Controller Interface driver
[   10.613345] sdhci: Copyright(c) Pierre Ossman
[   10.657852] sdhci-pltfm: SDHCI platform and OF driver helper
[   10.667608] ledtrig-cpu: registered to indicate activity on CPUs
[   10.673851] usbcore: registered new interface driver r8712u
[   10.679858] gre: GRE over IPv4 demultiplexor driver
[   10.684812] NET: Registered protocol family 17
[   10.689496] Key type dns_resolver registered
[   10.698438] registered taskstats version 1
[   10.705273] Key type encrypted registered
[   10.710149] console [netcon0] enabled
[   10.713800] netconsole: network logging started
[   10.718550] hctosys: unable to open rtc device (rtc0)
[   10.725337] Waiting 10 sec before mounting root device...
[   10.737523] mmc0: host does not support reading read-only switch, assuming write-enable
[   10.749750] mmc0: new high speed SDHC card at address 0001
[   10.756043] mmcblk0: mmc0:0001 AS 3.70 GiB 
[   10.761714]  mmcblk0: p1
[   20.738082] VFS: Cannot open root device "LABEL=rootfs" or unknown-block(0,0): error -6
[   20.746061] Please append a correct "root=" boot option; here are the available partitions:
[   20.754498] 0100            8192 ram0  (driver?)
[   20.759218] 0101            8192 ram1  (driver?)
[   20.763830] 0102            8192 ram2  (driver?)
[   20.768501] 0103            8192 ram3  (driver?)
[   20.773108] 0104            8192 ram4  (driver?)
[   20.777762] 0105            8192 ram5  (driver?)
[   20.782370] 0106            8192 ram6  (driver?)
[   20.786975] 0107            8192 ram7  (driver?)
[   20.791608] 0108            8192 ram8  (driver?)
[   20.796219] 0109            8192 ram9  (driver?)
[   20.800844] 010a            8192 ram10  (driver?)
[   20.805542] 010b            8192 ram11  (driver?)
[   20.810262] 010c            8192 ram12  (driver?)
[   20.814960] 010d            8192 ram13  (driver?)
[   20.819678] 010e            8192 ram14  (driver?)
[   20.824378] 010f            8192 ram15  (driver?)
[   20.829094] b300         3874816 mmcblk0  driver: mmcblk
[   20.834392]   b301         3873792 mmcblk0p1 9f2a4d79-01
[   20.839705] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
[   20.847940] CPU: 0 PID: 1 Comm: swapper Not tainted 4.4.63-1-ARCH #1
[   20.854265] Hardware name: Marvell SheevaPlug Reference Board
[   20.860024] [<c0010544>] (unwind_backtrace) from [<c000d9ec>] (show_stack+0x10/0x14)
[   20.867749] [<c000d9ec>] (show_stack) from [<c00cdabc>] (panic+0x88/0x208)
[   20.874610] [<c00cdabc>] (panic) from [<c08522c8>] (mount_block_root+0x1a0/0x260)
[   20.882071] [<c08522c8>] (mount_block_root) from [<c0852578>] (mount_root+0xf4/0x120)
[   20.889871] [<c0852578>] (mount_root) from [<c0852700>] (prepare_namespace+0x15c/0x1bc)
[   20.897847] [<c0852700>] (prepare_namespace) from [<c0851eb4>] (kernel_init_freeable+0x1fc/0x254)
[   20.906695] [<c0851eb4>] (kernel_init_freeable) from [<c0648e48>] (kernel_init+0x8/0xe8)
[   20.914757] [<c0648e48>] (kernel_init) from [<c000a4d0>] (ret_from_fork+0x14/0x24)
[   20.922300] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
[   94.997736] random: nonblocking pool is initialized
it freezes here
Re: Pogoplug v4 usb image
May 05, 2017 12:47AM
hbelcher,

I see, you are trying to boot Arch. If you had created your rootfs to boot Debian:
http://forum.doozan.com/read.php?2,12096

then it would be booting now.

To boot Arch rootfs, your envs must be modified a little further more:
http://forum.doozan.com/read.php?3,31557,31624#msg-31624

Remember not to save envs in serial console when you are setting envs. Saving them only after you know it works.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Pogoplug v4 usb image
May 05, 2017 07:22AM
it boots like this with the usb just fine



Edited 1 time(s). Last edit at 05/05/2017 07:24AM by hbelcher.
Re: Pogoplug v4 usb image
May 05, 2017 02:46PM
hbelcher Wrote:
-------------------------------------------------------
> it boots like this with the usb just fine

When you post, please be more specific and post the log if you can. I have no idea what you are trying to say (I cannot read mind ;)

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Pogoplug v4 usb image
May 05, 2017 04:37PM
sorry about the confusion

i was able to make a usb bootfs
i was attempting to transfer or make a SD bootfs
Re: Pogoplug v4 usb image
May 10, 2017 05:44AM
hbelcher Wrote:
-------------------------------------------------------
> sorry about the confusion
>
> i was able to make a usb bootfs
> i was attempting to transfer or make a SD bootfs

Create the Debian rootfs on SD card using exactly the same procedure that you have followed to create USB rootfs. And boot with it.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: