Hello Bodhi, Thank you for your clarification.by habibie - Debian
Hi Bodhi, Will this u-boot for Pogo/V3 work with a Pogo-p21 and/or Pogo-b01?by habibie - uBoot
According to this old post, a PogoPlug V3 / POGO-P21 does have a built-in SATA port, but its throughput performance is par with the USB using Samba on a Debian ARM OS. This definitely doesn't look very appealing to me. So, can anyone who owns a PogoPlug V3 / POGO-P21 please confirm this?by habibie - Debian
Got it. Thank you Bodhi.by habibie - Debian
bodhi Wrote: ------------------------------------------------------- > Updated 12 Feb 2015: > > Kernel linux-3.18.5-oxnas-tld-1 package was > uploaded. The following features are new in this > version: > Bodhi, I supposed you compiled and built the Kernel linux above. If so, do you still have a copy of the linux kernel .config file that I can download from? My prefby habibie - Debian
Hello Bodhi, When I first saw your initial tld, I used to think it is an acronym of the top-level domain. Hopefully, I won't think in that way anymore after your above clarification. Thank you.by habibie - Debian
Hello Bodhi, Thank you for your clarification. I understand it is just an acronym that is meaningful to you. Perhaps, the question I should have asked is what is the fanciful expansion of tld used in the Linux-4.1.0-kirkwood-tld-1.by habibie - Debian
bodhi Wrote: ------------------------------------------------------- > Summary decription: > > These are my ongoing released Kirkwood kernel builds. tld-xx is my own naming convention for a minor version in a kernel. For example, 3.xx.0-kirkwood-tld-1 is version 3.xx.0, custom version tld-1. When you see -kirkwood-tld-xx postfix, it's my custom build (where mainline build has -by habibie - Debian
LeggoMyEggo Wrote: ------------------------------------------------------- > Regarding bluetooth, I was able to get a USB BT adapter working but unfortunately the bluetooth module on my Atheros model AR5B225 combo wifi / bluetooth card is not enabling. The modules load - Ath3k, btusb, etc but when I do a hcitool dev it does not indicate a device. > Is this Atheros AR5B22 300M Dual Bandby habibie - Debian
@grayman4hire, LeggoMyEggo I believe you both have missed my post which clearly indicates my PogoPlug Pro 02 has no problem to run/boot debian after I upgraded its uboot with Bodhi's uboot.2013.10-tld-4.ox820 (now uboot.2013.10-tld-5.ox820). The fact is the /dev/mtd1 partition on my PogoPlug Pro 02 is still intact with its original firmware. For some unknown reasons, it gets loaded when bby habibie - uBoot
I tried Google Drive and it is not in English. :(by habibie - uBoot
LeggoMyEggo Wrote: ------------------------------------------------------- > habibie Wrote: > -------------------------------------------------- > ----- > > @grayman4hire and/or LeggoMyEggo: I have > uploaded > > FYI, Chrome flagged the download site as a > phishing attack. > > Maybe find another file hosting site @habibie? > LOL ..., I never haby habibie - uBoot
Hello Bodhi, Here is the information you requested. It looks like there isn'tany lsblk program. / # uname -a Linux PogoplugPro 3.18.11 #2 SMP Sat May 9 00:13:40 EDT 2015 armv6l GNU/Linux / # cat /proc/mountsby habibie - uBoot
@grayman4hire and/or LeggoMyEggo: I have uploaded my uEnv.txt, openwrt-oxnas-uImage-initramfs, and openwrt-oxnas-pogoplug-pro-rootfs.tar.gz (this includes all the kernel in /boot directory as listed below with the exception of both uEnv.txt and openwrt-oxnas-uImage-initramfs files). If you can give it a try with on your PogoPlug Pro, I certainly will appreciate that. Once it boots, please kindlby habibie - uBoot
Hello Bodhi, I don't know if the following excerpt from dmesg makes any sense. Line 1.190310 says UBI: attached mtd1 (name "ubi", size 114 MiB) to ubi0 while line 11.460823 says VFS: Mounted root (ubifs filesystem) on device 0:11. <6>[ 1.008524] 8021q: 802.1Q VLAN Support v1.8 <5>[ 1.015104] UBI: auto-attach mtd1 <5>[ 1.018416] UBI: attaching mtd1by habibie - uBoot
bodhi Wrote: ------------------------------------------------------- > habibie, > > DTS does not affect the boot device. This DTS file > is the same one we use on Debian. > > > [ 11.468001] VFS: Mounted root (ubifs > filesystem) on device 0:11. > > > At the command line, see if you can find which > device is 0:11 > I am not sure how to dby habibie - uBoot
Hello Bodhi, Thank you. TBH, I have no idea what to look. Perhaps, the only file (<OpenWRT root source directory>/target/linux/oxnas/files/arch/arm/boot/dts/ox820-pogoplug-pro.dts) has all the information as shown below that may help you and/or anyone to identify the culprit. /* * Copyright (C) 2013 Ma Haijun <mahaijuns@gmail.com> * * This program is free software; you caby habibie - uBoot
Hello Bodhi, Here is CONFIG_CMDLINE_*: CONFIG_CMDLINE="console=ttyS0,115200n8 earlyprintk=serial" # CONFIG_CMDLINE_BOOL is not set # CONFIG_CMDLINE_EXTEND is not set # CONFIG_CMDLINE_FORCE is not set # CONFIG_CMDLINE_FROM_BOOTLOADER is not set # CONFIG_CMDLINE_PARTITION is not setby habibie - uBoot
Hello Bodhi, The linux-3.18.11/.config file has the following: CONFIG_CMDLINE="console=ttyS0,115200n8 earlyprintk=serial"by habibie - uBoot
bodhi Wrote: ------------------------------------------------------- > Something is not right with your build, I think. > Check again to see if the OpenWrt kernel parameter > was hard coded to look for "rootfs". What's the > kernel parameter in the config file looks like? > Hello Bodhi, I run make kernel_menuconfig and don't know what kernel SYMBOL toby habibie - uBoot
Based on LeggoMyEggo's post and Bodhi's post, I set my uboot env as well as /boot/uEnv.txt (on USB storage) settings as follows: uboot env: Quoteautoload=no baudrate=115200 bootargs=console=ttyS0,115200n8 bootcmd=run bootcmd_uenv; run dt_bootcmd_usb; run dt_bootcmd_sata; reset bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi bootdelay=10 console=cby habibie - uBoot
I upgraded uboot to uboot.2013.10-tld-5.ox820.bodhi.tar and it was pretty straightforward. Right now, my env setting is a complete chaos. Since the newly flashed uboot supports uEnv.txt script, I am thinking to restore my env setting to the one from pogopro_uboot_env.img and use uEnv.txt script on the USB storage to change the env settings. This way, I don't have to keep writing the NAND stoby habibie - uBoot
grayman4hire Wrote: ------------------------------------------------------- > habibie Wrote: > > Yes and I did say that somewhere. However, I > will > > preserve the original firmware at the moment. > The > > reason is I want to test OpenWRT up to the point > I > > like and use it to replace the stock firmware. > > So to summarize, you want toby habibie - uBoot
bodhi Wrote: ------------------------------------------------------- > @habibie, > > Are you planning to boot with both Debian and > OpenWrt sticks plugged in? You can go ahead with > flashing tld-5. It will make it easier to > experiment. > Bodhi, Yes. I want to be able to switch between the OSes. I will create some 20 GB empty partitions for future use. For insby habibie - uBoot
grayman4hire Wrote: ------------------------------------------------------- > habibie Wrote: > > What I ultimately want to achieve is to have > > replace the stock firmware with a self-built > > OpenWRT firmware. This way, I can have my > device > > to boot either from NAND storage and/or any > > external storage, i.e. SATA or USB storage, > etc.,by habibie - uBoot
LeggoMyEggo Wrote: ------------------------------------------------------- > Somewhere bodhi posted a link to the tld-5 version > of Oxnas uboot. Not sure why he never updated the > thread for this. But this might be what you need > for the multi-boot scan logic you are referring > to. > > Edit: Just did a search, the load link is here: > uboot.2013.10-tld-5by habibie - uBoot
Hello Bodhi, I noticed from both Hacking the Pogoplug v3/Oxnas (Pro/Classic) with Debian tutorial and from your 2013.10 U-Boot for Pogoplug V3 (OXNAS) post referring to uboot.2013.10-tld-4.ox820.bodhi.tar. This is what I have flashed my PogoPlug Pro 02 with. Also, from your U-Boot - Booting process in multiple drives configuration, the 1st paragraph on section A.2. (New scanning script to scanby habibie - uBoot
bodhi Wrote: ------------------------------------------------------- > habibie, > > > storage. Remember this dt_bootm=bootm > > $uimage_addr - $dtb_addr. If you look at my > > environment settings, the uimage_addr is > > set to uimage_addr=0x60500000. Isn't > that > > the address on NAND storage and not on an > external > > USB storby habibie - uBoot
grayman4hire Wrote: ------------------------------------------------------- > habibie Wrote: > -------------------------------------------------- > ----- > > What I ultimately want to achieve is to have > > replace the stock firmware with a self-built > > OpenWRT firmware. This way, I can have my > device > > to boot either from NAND storage and/or anyby habibie - uBoot
Bodhi, I think I am beginning to understand why my PogoPlug Pro 02 is booting off of the NAND storage. Remember this dt_bootm=bootm $uimage_addr - $dtb_addr. If you look at my environment settings, the uimage_addr is set to uimage_addr=0x60500000. Isn't that the address on NAND storage and not on an external USB storage? What I ultimately want to achieve is to have replace the stock fiby habibie - uBoot