how to edit the bootargs

    • how to edit the bootargs

      i install hdf-flasher-e2 as plugin
      but without install the hdf_up.rar ( hdf_up.img )
      now i have HDF E2 running in USB
      if i need to tray another E2 image ( AAF ) by using the aaf-maxiboot-installer
      how i can select between these E2 image HDF & AAF in the same USB ?
      shall i install the ( hdf_up.img ) then i can select between the images ?
      how to edit this bootargs to select between these images ?
      :88:
      Thanks in advance for your time and support

      regards
    • If you try to run from the same USB but another Partition.
      This should help you (if it is an ext2 partition with no fat for loading the kernel)

      Quellcode

      1. set bootdesc_6 -Ext2-USB1-2-
      2. set bootcmd_6 'usb reset; sleep 3; ext2load usb 0:3 a5000000 /boot/uImage; run bootargs_6; bootm a5000000'
      3. set bootargs_6 'set bootargs console=ttyAS1,115200 root=/dev/sda3 rw mem=128m ip=$ipaddr:$serverip:$gatewayip:$netmask:hdbox:eth0:off


      This will only work if you don't hava an internal HDD. (because else the internal hardddrive would get /dev/sda and the USB would be /dev/sdb)
      AND if you have installed the HDF Image with the Windows tool. where is sda1 the fat and sda2 the ext partition and sda3 is your aaf ext2 partition.

      Best wishes henrylicious..
      MfG henrylicious
      Ich gebe keine Auskünfte über PN, alle Fragen sollen bitte im Forum gestellt werden!!
    • henrylicious schrieb:

      henrylicious
      thanks henrylicious
      first i dont have hard disk ( internal )
      second shall i install the hdf_up.img then run the Putty commands or without
      shall i first install the aaf e2 image then run the Putty commands or make partition and install the AAF image in that Partition
      and how to select between the two image by the putty or by the bootloader

      regards

    Flag Counter