box bricked. 2nd time? but with the official OS (reverted)

This forum is for all other ARMv5 devices

Re: box bricked. 2nd time? but with the official OS (reverte

Postby leckmaul666 » Fri Dec 28, 2012 10:38 am

does it mean. that i got the first unformated partition with the uboot etc. files?

and then your part partitioned and formated with ext2?



ok friends i try my best;)
thank you
leckmaul666
 
Posts: 43
Joined: Sat Dec 22, 2012 11:52 pm

Re: box bricked. 2nd time? but with the official OS (reverte

Postby Socaltom » Fri Dec 28, 2012 4:55 pm

No, set it up just like the USB drive, /dev/sda1 gets the roofs
Tom
used to be owned by me
Pink Pogo V2, Black Pogo V3, Zyxel NAS 325 v1,
used to be Adminstrator for
Goflex net, Black V3, Black V2
Now I have a couple of raspberry pi ( 3+ and 4)
Socaltom
 
Posts: 571
Joined: Thu Apr 07, 2011 2:21 pm
Location: The left side

Re: box bricked. 2nd time? but with the official OS (reverte

Postby WarheadsSE » Fri Dec 28, 2012 5:20 pm

@leckmaul666:
he is saying use the sata for the rootfs, and the NAND for the uboot/kernel.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: box bricked. 2nd time? but with the official OS (reverte

Postby leckmaul666 » Fri Dec 28, 2012 11:07 pm

ah ok.
i understand. sorry for my lack of knowledge ;)
leckmaul666
 
Posts: 43
Joined: Sat Dec 22, 2012 11:52 pm

Re: box bricked. 2nd time? but with the official OS (reverte

Postby leckmaul666 » Tue Jan 01, 2013 12:13 pm

yeah!
i tried it serveral times
with the sata mode!
no success . led is green blinking, then turns off!

BUT:
oxnas, 2012.05 brought the box back to life. i got connection!

so my question. how could i bring the box (with correct SATA connection) to the official pogo pro firmware. and i got a
goood old box. :) ?
linux is not good for me

thank you.
leckmaul666
 
Posts: 43
Joined: Sat Dec 22, 2012 11:52 pm

Re: box bricked. 2nd time? but with the official OS (reverte

Postby Socaltom » Tue Jan 01, 2013 5:54 pm

Try the oxnas revert again it worked for me.
Tom
used to be owned by me
Pink Pogo V2, Black Pogo V3, Zyxel NAS 325 v1,
used to be Adminstrator for
Goflex net, Black V3, Black V2
Now I have a couple of raspberry pi ( 3+ and 4)
Socaltom
 
Posts: 571
Joined: Thu Apr 07, 2011 2:21 pm
Location: The left side

Re: box bricked. 2nd time? but with the official OS (reverte

Postby leckmaul666 » Tue Jan 01, 2013 8:13 pm

No sory i itried it.
But the same crap.

No . After revert flasing. Removing sata and rebooting.no uSB and led is blinking...

Okay SATA reflash oxnas 05 2012again. Maaaan

Something gets wron with the revert.
leckmaul666
 
Posts: 43
Joined: Sat Dec 22, 2012 11:52 pm

Re: box bricked. 2nd time? but with the official OS (reverte

Postby leckmaul666 » Thu Jan 03, 2013 2:19 pm

need a tutorial for flashing my box with sata to the original Specification.
box is not booting with usb. just with sata 05-2012 oxans.

merci :)
leckmaul666
 
Posts: 43
Joined: Sat Dec 22, 2012 11:52 pm

Re: box bricked. 2nd time? but with the official OS (reverte

Postby Socaltom » Fri Jan 04, 2013 1:36 pm

First lets see what didn't work.
get blparam from by following the instructions below.
$this->bbcode_second_pass_code('', '
# premake the destination
mkdir -p /usr/local/cloudengines/bin
# make tmp mountpoint
mkdir /tmp/ce
# mount NAND fs.
mount -t ubifs -o ro ubi0:rootfs /tmp/ce
# copy what we need
cp /tmp/ce/usr/local/cloudengines/bin/blparam /usr/local/cloudengines/bin/
cp /tmp/ce/usr/local/cloudengines/bin/xce.ko /usr/local/cloudengines/bin/
cp /tmp/ce/usr/sbin/nandwrite /usr/local/cloudengines/bin/
cp /tmp/ce/usr/sbin/flash_erase /usr/local/cloudengines/bin/
# unmount
umount /tmp/ce
# DONE.

')

Then run this and paste the output here for us to see.

$this->bbcode_second_pass_code('', '
/usr/local/cloudengines/bin/blparam
')

For reference here is the output from mine, but its been set to boot archlinux
$this->bbcode_second_pass_code('', '[root@Videobox ~]# /usr/local/cloudengines/bin/blparam
bootdelay=2
baudrate=115200
autoload=n
netmask=255.255.0.0
bootfile="uImage"
kernflmode=s
load_nand=nboot 60500000 0 200000
load_nand2=nboot 60500000 0 800000
boot=bootm 60500000
boot_nand=run load_nand boot || run load_nand2 boot
stdin=serial
stdout=serial
stderr=serial
ethaddr=00:25:31:01:D7:03
ceboardver=PPRO1
serverip=192.168.33.2
ipaddr=192.168.33.195
bootargs_stock=root=ubi0:rootfs ubi.mtd=2,512 rootfstype=ubifs console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 mem=128M poweroutage=yes
load_custom_nand=nboot 60500000 0 500000
load_custom_nand2=nboot 60500000 0 B00000
boot_custom=run load_custom_nand boot || run load_custom_nand2 boot
bootcmd=run boot_custom
bootargs=root=/dev/sda1 ubi.mtd=2,512 rootfstype=ext3 console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 mem=128M poweroutage=yes rootdelay=15
')
perhap we can work out what's not getting changed
Tom
used to be owned by me
Pink Pogo V2, Black Pogo V3, Zyxel NAS 325 v1,
used to be Adminstrator for
Goflex net, Black V3, Black V2
Now I have a couple of raspberry pi ( 3+ and 4)
Socaltom
 
Posts: 571
Joined: Thu Apr 07, 2011 2:21 pm
Location: The left side

Re: box bricked. 2nd time? but with the official OS (reverte

Postby leckmaul666 » Fri Jan 04, 2013 9:54 pm

[root@alarm ~]# /usr/local/cloudengines/bin/blparam
bootdelay=2
baudrate=115200
autoload=n
netmask=255.255.0.0
bootfile="uImage"
kernflmode=s
load_nand=nboot 60500000 0 200000
load_nand2=nboot 60500000 0 800000
boot=bootm 60500000
boot_nand=run load_nand boot || run load_nand2 boot
stdin=serial
stdout=serial
stderr=serial
ethaddr=00:25:31:01:B3:EA
cesvcid=97T5EKX9BA88RH6FHE7NY5WY4N
ceboardver=PPRO1
serverip=192.168.33.2
ipaddr=192.168.33.195
load_custom_nand2=nboot 60500000 0 B00000
bootargs=
bootcmd=run boot_nand
[root@alarm ~]#
leckmaul666
 
Posts: 43
Joined: Sat Dec 22, 2012 11:52 pm

PreviousNext

Return to Community Supported

Who is online

Users browsing this forum: No registered users and 4 guests