Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] Recommendation for router with range



On Mon, Jun 3, 2013 at 8:05 PM, Jean-Christian Imbeault <jc.imbeault@example.com> wrote:
>
> I've been able to get TFTP to upload firmware but the router just never seems to accept it. I've tried the stock US Buffalo firmware, both encrypted and decrypted. (I did set accept_open_rt_fmt 1)
>
> Either I'm missing something, or it just not possible for my version of the router - yet.


I forgot to mention that I see these in the ubootenv and was wondering if they somehow are controlling what gets loaded.

tmp_ram=81F00000
tmp_bottom=83F00000
fw_eaddr=BF060000 BEFFFFFF
uboot_eaddr=BF000000 BF03FFFF
u_fw=erase $fw_eaddr; cp.fw $fileaddr BF060000 $filesize; bootm BF060000;
ut_fw=tftp $tmp_ram firmware.bin; erase $fw_eaddr; cp.fw $fileaddr BF060000 $filesize; bootm BF060000;
ut_uboot=tftp $tmp_ram u-boot.bin; protect off $uboot_eaddr; erase $uboot_eaddr; cp.b $fileaddr BF000000 $filesize;
bootargs=console=ttyS0,115200 root=31:03 rootfstype=jffs2 init=/sbin/init mtdparts=ar7240-nor0:256k(u-boot),64k(u-boot-env),1152k@384k(uImage),6592k@1536k(rootfs),64k@320k(ART),64k@8128k(properties),8192k@8192k(flash1),16384k@16384k(flash2)
bootcmd=bootm BF060000


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links