Windows 10 IoT Enterprise on Raspberry Pi is possible !

Discussion in 'Windows 10' started by Chibi ANUBIS, Sep 3, 2019.

  1. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. i think there must be separate Raspberry PI subforum on MDL so that every user can contribute to it who is a user of PI .
     
  3. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    I agree my friend ! :thumbsup:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. My PI 400 not lettin me down in any way using Windows 10 installed via WORPROJECT.
    Since i started using it i left my laptop & desktop aside :p
    Very Very Cool . Awesome & Thanks Goes to you for starting this thread on MDL & letin me learn more :)
     
  5. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    thank you for this sweet message my friend :)
    I continue my research and I share if there is anything new
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Thank you my dear for the share, I think you can replace the SanDisk Extremmmmmmme by a SSD,

    The January update is passed with success on my Frankenbuild :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. My PI400 Burnt Due to heavy overclock . it was working fine with cpu_freq=2547 but i set it to 2647 last night to test. it booted successfully today morning but after a while it got burnt from inside . even cant touch it that time whole pi400 was turned into red color like fire,
     
  8. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Oh my god ! If you wait one day your PI400 run again ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Pl i am waiting for your suggestion if theres any on how to revive a burnt PI400 hardware to get it back to working again.
     
  10. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    #111 Chibi ANUBIS, Jan 20, 2022
    Last edited: Mar 14, 2022
    (OP)
    I'm so sorry my dear but I suggest you contact your seller and expect a after sales service...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    I made a summary on the first post :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    #113 Chibi ANUBIS, May 14, 2022
    Last edited: Jun 8, 2022
    (OP)
    Alternative for Raspberry Pi 3 boot on HDD/SSD with a SD Card
    Install Lite version of Raspberry Pi OS 10 on the SD Card,
    Boot and choose autologin in raspi-config.

    Reboot and edite /boot/cmdline.txt :

    Code:
    sudo nano /boot/cmdline.txt
    
    Change the value of root to point at /dev/sda2
    Exit and press "Y" and "Enter" for save and exit.

    And modified the /etc/fstab :

    Code:
    sudo nano /etc/fstab
    
    Edite the file like this :

    Code:
    proc             /proc  proc    defaults          0  0 
    /dev/mmcblk0p1   /boot  vfat    defaults          0  2
    /dev/sda2        /data  vfat    defaults,noatime  0  2
    
    Exit and press "Y" and "Enter" for save and exit.

    Now reboot and your Raspbery Pi 3 can boot and reboot on the HDD/SSD :)
    Remember : Edit the config.txt on the SD Card not in the HDD/SSD for make effect by the system.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Yeah is very low with the RPi 3B+, I use Raspbian Buster 10 for that, Windows 10 only on RPi 4.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. my win 10 based 19041.2130 build BB OS arm64 going flawlessly on PI4 :)
     
  15. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    For me too :)
    Did you use WiFi ? I can't find a dongle work properly... And I get a BSOD when I unpplug any USB, I hope the reseach of drivers will release a new fix for that.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. yes my dear friend both happened with me too .
    there are some special usb wlan dongles which are working i dont have those.
    the first time i unplug a usb device resulted in a bsod & kerie rpi forums mod said yes its a bug .
     
  17. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. ohault

    ohault MDL Member

    Dec 27, 2022
    156
    43
    10
    Two questions :
    1) What about Raspberry Pi 5 support ?
    2) Any trials to rebuild updated Windows 10 IoT core ?