Jump to content

martinayotte

Members
  • Posts

    3892
  • Joined

  • Last visited

Posts posted by martinayotte

  1. 11 hours ago, Luis Daniel said:

    it uses MAX3232

    Those are RS232-TTL converters. This means that your PC has a real RS232 DB9 port, and you're actually use it with a converter, right ?

    If you're using a USB-TTL dongle, you don't need such converters, since they are already TTL level.

  2. Yes ! Your second card doesn't have u-boot !

    You should do a 'dd' between cards but only the first 1M.

    Then, with 'fdisk' on the new card, delete partition and re-create it to match size of the card, followed with 'mkfs.ext4' for reformatting.

    After that, you can tar or rsync the rootfs filesystem.

     

  3. 1 hour ago, darethehair said:

    e.g. turn off the serial output so that it would not interfere with a GPS attached on the UART.

    That's because you used the debug serial. You should use another serial than that one, but unfortunately, it seems that the CHIP has only that one exposed on header.

  4. 1 hour ago, TonyMac32 said:

    There are a couple magic values, the U-boot SPL, and a device tree that get located before the main U-boot is loaded, but the maskrom uses hardware block device addressing, it does not use the partition table

    Those that means that we can later have a 1 partition scheme instead of this ugly 7 one ?

  5. Oh ! You're right ! Back in May, when I've done the job, and when we decided to remove that support, I've never committed the patch fix, it is sitting on my tree :

    diff lib/patch/kernel/sun8i-dev/add-xradio-wireless-driver.patch.disabled lib/patch/kernel/sun8i-dev/add-xradio-wireless-driver.patch
    1902c1902
    < @@ -0,0 +1,880 @@
    ---
    > @@ -0,0 +1,884 @@
    1922a1923,1926
    > +struct sched_param {
    > +	int sched_priority;
    > +};
    > +
    1948d1951
    < +	struct sched_param param = { .sched_priority = 1 };
    1963a1967
    > +		struct sched_param param = { .sched_priority = 1 };
    12076c12080
    < @@ -0,0 +1,266 @@
    ---
    > @@ -0,0 +1,267 @@
    12092a12097
    > +#include <linux/module.h>
    13601c13606
    < +				ieee80211_cqm_rssi_notify(priv->vif, cqm_evt,
    ---
    > +				ieee80211_cqm_rssi_notify(priv->vif, cqm_evt, rcpiRssi,

    I will probably commit it soon, but leaving it disabled ...

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines