Using TFTP to install openwrt on Aterm WR9500N

Hey @musashino,

Thanks for your answer.

Well, I've tried what you said and it almost worked but I've got an error related to LMZA happen...

Here is the output:

TFTP from IP: 192.168.0.2
      Our IP: 192.168.0.1
    Filename: openwrt-ath79-generic-nec_wr9500n-initramfs-kernel.bin
       Using: eth0
Load address: 0x80800000

     Loading: ########################################
              ########################################
              ###################################T #####
              ########################################
              ######T ##################################
              ########################################
              ###########################T #############
              #######################################T #
              ######T ####T #T #############################
              ########################################
              ######################T ##################
              #####T ###################################
              ########################################
              ########################################
              ########################################
              ########################################
              ########################################
              ########################################
              ########################################
              ########################################
              ########################################
              ########################################
              ########################################
              ########################################
              ########################################
              ########################################
              ##################T ######################
              ########################################
              ########################################
              ############

TFTP transfer complete!

Bytes transferred: 5999475 (0x5b8b73)
u-boot> bootm
Booting image from 0x80800000...

   Image name:    MIPS OpenWrt Linux-5.4.128
   Build date:    2021-07-17 04:49:48 UTC
   Architecture:  MIPS
   OS/image type: Linux Kernel
   Compression:   LZMA
   Data size:     5.7 MB (5999411 bytes)
   Load address:  0x80060000
   Entry point:   0x80060000

   Header CRC...  OK!
   Data CRC...    skipped

Uncompressing Kernel... ERROR
## Error: LZMA error '1'!

Try using 0x82000000 instead of 0x80800000 for tftp transferring.

It worked!
Thanks to you now I think I am able to re-flash the router as I want :smiley:

Actually, I tried to re-flash the router with another image of another router (WiFi Pineapple TETRA) which has almost the same characteristics as the Aterm WR9500N.

I'm going to deepen my knowledge to see if this is possible.

But anyway, again again again, thanks for your help!