Jump to content

kicker22004

Members
  • Posts

    35
  • Joined

  • Last visited

Everything posted by kicker22004

  1. @boudicca Alright I've packaged up the files (uboot.bin/dtb/dts/kernel Image/All boot folder) into a zip file, I've included the fusing.sh filed and placed the uboot.bin in the correct directory so you SHOULD only need to give permissions to the fusing.sh file then run with the correct line. Example: sudo ./fusing.sh /dev/sdX If there is anything else that can help anyone here I've got the stock build saved so I can grab anything you need without having to build yourself. Nanopi-k2_stock uboot&kernel.zip
  2. I was able to generate a Uboot and get it working on the sdcard, by working I mean now the HDMI registers and my screen comes on (but black). So the next thing was to build the. Dtb files from FA and replace them in the odroid c2 Debian image and also tell the system to load it in the boot.ini. however I still just get a black screen, so until my new USB ttl comes in I'm stuck. If anyone wants what I've generated let me know, both Uboot and kernel built with no errors so I can share if you want.
  3. I just got my board in the mail and was planning to install the Odroid-C2 Debian image but as we all know it will fail, My issue has been in building the Uboot for this device, I'm not able to pull the files from GitHub. Anyone been more successful? This is the files i'm referring to. They seem to be missing. git clone https://github.com/friendlyarm/uboot.git UPDATE: The link should read like this. The wiki was wrong! git clone https://github.com/friendlyarm/u-boot.git
  4. I just got this board shipped to me and am about to power it up.(Through OTG Micro USB) Anyone got a link to a power adapter for this little board??. If you would like some English test results just make me a list of commands and i'll be sure to run them on emmc ok.
  5. Ok i'm a bit lost here, I'm assuming you wanted me to run all of that as a script??? So I made the script and pointed all the parts to the Directories in question (I think) but i'm super lost on img_name and Params_name. Who know's i'm probably way off lol
  6. Hmm not really sure what to do with that. I'm no developer in this sense. More of a test dummy. You tell me what you want and i'll run it. I have 2 M3's sitting here doing nothing right now lol. From that it looks like I need to rebuild using sdboot.img i'm guessing.
  7. Interesting thought, I'm not too sure what i'm doing with this layout tho. This is what I get. $ sudo ./fw_printenv /dev/sdd Warning: Bad CRC, using default environment bootcmd=$bloader 0x48000000 $kernel;$bloader 0x49000000 root.img.gz;bootm 0x48000000 bloader=ext4load mmc 2:1 kernel=uImage bootdelay=0 baudrate=115200 ethaddr=00:e2:1c:ba:e8:60 ipaddr=192.168.1.165 serverip=192.168.1.164 gatewayip=192.168.1.254 netmask=255.255.255.0 bootfile=uImage I changed the bloader to match that of my ubuntu image (bloader=ext4load mmc 0:1) with no success. Then added bootargs for kicks but also got nowhere. The bootargs I added here. bootargs=console=ttySAC0,115200n8 root=/dev/mmcblk0p3 rootfstype=ext4 rootwait init=/sbin/init systemd.show_status=false g_ether.host_addr=82:cf:ce:fa:68:18 initrd=0x49000000,0x400000 console=tty1 I don't have a way to connect to this board via serial so I think i'm done. The warning seems to suggest we need to run saveenv but I can't see anything
  8. I downloaded it and flashed it for kicks (figuring it wouldn't boot but hey FOR SCIENCE!) And yeah no boot just solid blue led. Side note, anyone get Kodi to load?
  9. That is interesting, Here is the link for the images. It requires a signin to download. https://developer.artik.io/documentation/downloads.html#firmware
  10. I got my M3 about a week ago and have spent some time trying to get a smooth working system going, I ran into a wall building Mali into the kernel and gave up but this seems more promising due to the newer kernel version. I couldn't find the Fedora image you where referring, do you have a link? Update: I found the link and looking over it.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines