root@debian:~# cat /proc/mtd dev: size erasesize name mtd0: 000c0000 00001000 "u-boot" mtd1: 00002000 00001000 "uboot_env" mtd2: 00002000 00001000 "pu_env" mtd3: 00002000 00001000 "hp_env" root@debian:~# cat /etc/fw_env.config # MTD device name Device offset Env. size Flash sector size Number of sectors /dev/mtd1by AnSa - Debian
I don't think you'll find anything new there. Something just reset the variables that are layed in MTD... May be stock firmware does it, whan i boot it? But why I can't write them again?...by AnSa - Debian
These are logs of 'serial' and 'dmesg'. USB with working Debian is attached. Boots stock OS. I can provide any logs within 4 hours at least. May be more.by AnSa - Debian
Bodhi, i will post logs tomorrow. Thank you!by AnSa - Debian
petruchito, thanks! I will try that.by AnSa - Debian
I don't know what happend, but now I can't boot from USB permanently. ENV variables for permanent boot from USB are just dissapeared and I can't set them again. Now, I can only terminate U-Boot, enter env-vars and boot from USB, but after Debian has loaded and I enter:fw_setenv set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 ${mtdparts} eaby AnSa - Debian
Bodhi, nevertheless, thanks for the work done!by AnSa - Debian
Bodhi, display still not working yet for this board?by AnSa - Debian
Yep. It works. 6.6.2 rootfs and 6.9.6 kernel.by AnSa - Debian
So, i think i can install Debian-6.6.2 rootfs and 6.9.6 kernel.by AnSa - Debian
It works. __ _ .____ | ||_| | | _ \ |. _ | | (._))) | |-| | | | |_ | |_|. |_ | ... ** LOADER ** U-Boot 2009.08 (Aug 24 2011 - 15:11:17)HP version: 5.4.2-V28 BootROM: Version on chip: 2.33 Status: OK Retries #: 0 Board: RD-88AP510-Avengers SoC: 88AP510 (A1) CPU: Marvellby AnSa - Debian
6.6.2 kernel: __ _ .____ | ||_| | | _ \ |. _ | | (._))) | |-| | | | |_ | |_|. |_ | ... ** LOADER ** U-Boot 2009.08 (Aug 24 2011 - 15:11:17)HP version: 5.4.2-V28 BootROM: Version on chip: 2.33 Status: OK Retries #: 0 Board: RD-88AP510-Avengers SoC: 88AP510 (A1) CPU: Mby AnSa - Debian
Hmm... Debian-5.2.9-mvebu-tld-1-rootfs-bodhi.tar.bz2 Works fine.by AnSa - Debian
Hi Guys. I'am trying to install Debian on USB and have some troubles... What I did: 1. Format USB to EXT3 with 1 partition 2. Extract Debian-6.6.2-mvebu-tld-1-rootfs-bodhi.tar.bz2 to that partition 3. Run: cd /media/rootfs/boot cp -a zImage-6.6.2-mvebu-tld-1 zImage.fdt cat dts/dove-hp-t5335z.dtb >> zImage.fdt mv uImage uImage.bak mkimage -A arm -O linux -T kernel -C none -by AnSa - Debian