<akaizen>
devs: when testing uboot / kernel / os work: do you repeatedly write to sdcard from host machine => insert sdcard into target device => reboot target device
<mmind00>
akaizen: I've converted most of my boards to netbooting
<akaizen>
mmind00: thanks. so is it sdcard -> uboot + kernel with netboot?
<mmind00>
akaizen: it depends ... my rk3188 of course can boot directly off a sd, on other boards I've just replaced the bootloader with one that always netboots (rk3368, rk3036) ... same for the coreboot on my veyron-pinky
<mmind00>
akaizen: see https://github.com/mmind/u-boot-rockchip and the various *-netboot branches where I hacked up uboot ... there is probably some nicer way to do that though
erc has quit []
erc has joined #linux-rockchip
<akaizen>
mmind00: cool makes sense. This works if the device has eMMC or a bootloader you can flash to netboot. The problem I'm trying to solve is: if the uboot doesn't support netboot yet and/or bootloader, the only way to do development is via writing to sdcard and then attemmpting whatever you were trying to do. if that doesnt work, swap card to the host, rewrite it and attempt again
<akaizen>
I was trying to see if anyone has tried sdcard emulation or something to solve this problem
<akaizen>
or maybe its not a problem and fairly easy to port netboot to most if not all SBCs ?
nashpa has quit [Ping timeout: 264 seconds]
<mmind00>
akaizen: for my rk3368 (without mainline uboot at the time), I made the vendor-uboot netboot capable :-) (r88-netboot branch)
erc has quit [Client Quit]
<mmind00>
due to the vendor uboot being so old, this was a bit of a hassle though
nashpa has joined #linux-rockchip
nighty has quit [Remote host closed the connection]